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