Raman1121 / simple_ML_project_structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple ML Project Structure

Folder 'config' contains all the config files required for your project.

Folder 'src' contains all the code for your project.

Folder 'data' contains all the downloaded datasets for your project.

Folder 'src/dataset/' contains scripts related to creating datasets and dataloaders.

Folder 'src/model/' contains scripts related to creating models.

Folder 'src/utils/' contains helper scripts used throughout the project.

About