Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 562 Bytes

File metadata and controls

19 lines (17 loc) · 562 Bytes

python-project-starter

This is the template starter for Python project

.
|-- LICENSE
|-- README.md                      
|-- data                    # where your data file should be
|   `-- example.csv         
|-- docs                    # where your document should be
|-- models                  # where your models weight should be
|-- notebooks               # where your jupyter notebook should be
|   `-- 0-starter.ipynb
|-- pyproject.toml         
|-- src                     # where the code/module should be
|   `-- __init__.py
`-- uv.lock