Skip to content

πŸ’» Decoding ML articles hub: Hands-on articles with code on production-grade ML

License

Notifications You must be signed in to change notification settings

decodingml/articles-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

57 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Decoding ML Articles Hub

What is the purpose of this repository?

Here, the Decoding ML team aggregates all the code written for their articles. Thus, you can quickly test the code yourself while reading our articles.

How to navigate the repository?

The articles are tagged and divided based on their main domain, such as large_language_models, computer_vision, or mlops, following the structure from below:

.
└── articles
    β”œβ”€β”€ large_language_models
    β”‚   β”œβ”€β”€ article 1
    β”‚   β”œβ”€β”€ article 2
    β”‚   β”œβ”€β”€ ...
    β”‚   └── article n
    β”œβ”€β”€ computer_vision
    β”‚   β”œβ”€β”€ article 1
    β”‚   β”œβ”€β”€ article 2
    β”‚   β”œβ”€β”€ ...
    β”‚   └── article n
    β”œβ”€β”€ mlops
    β”‚   β”œβ”€β”€ article 1
    β”‚   β”œβ”€β”€ article 2
    β”‚   β”œβ”€β”€ ...
    β”‚   └── article n
    └── ...
    .

Important

Every article is an independent repository that can be run as a standalone application.

License

All the articles within this repository are open-source projects released under the MIT license. Thus, as long you distribute our LICENSE and acknowledge our work, you can safely clone or fork any project and use it as a source of inspiration for whatever you want (e.g., work, university projects, college degree projects, etc.).