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.
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.
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.).