A package to auto-generate structured ML project folders
Project description
Here is the correctly formatted README.md file:
# ml_project_setup
*A simple package for setting up a structured Machine Learning project.*
## ๐ Overview
`ml_project_setup` helps you quickly set up a standardized Machine Learning project structure with best practices.
## ๐ Project Structure Created
After running `mlsetup my_project`, the following structure is created:
my_project/ โโโ source/ โ โโโ components/ โ โโโ constants/ โ โโโ entity/ โ โโโ pipeline/ โ โโโ utility/ โ โโโ exception/ โ โโโ logger/ โโโ .gitignore โโโ README.md โโโ requirements.txt โโโ main.py โโโ setup.py
## ๐ Installation
You can install the package using:
```sh
pip install ml_project_setup
๐ Usage
To create a new Machine Learning project, run:
mlsetup my_project
This will generate a structured ML project named my_project in the current directory.
๐ฆ Dependencies
This package requires:
numpypandasscikit-learn
You can install dependencies using:
pip install -r requirements.txt
๐ License
This project is licensed under the MIT License. See the LICENSE file for details.
๐ค Author
Developed by Amogh
For any issues or suggestions, contact: ๐ง amogh9792@gmail.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ml_project_setup-0.3.tar.gz.
File metadata
- Download URL: ml_project_setup-0.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e28fa573c8052bca0815a84c5fbb729ae68ebf297884aa4c01fc47ee43d17dc0
|
|
| MD5 |
17fe2deea9e702a869329b3052bc7a2e
|
|
| BLAKE2b-256 |
2ac71725de8a7e6d90a2acbf1db18934525cc9925fd5eef10e04ac14d7c20645
|
File details
Details for the file ml_project_setup-0.3-py3-none-any.whl.
File metadata
- Download URL: ml_project_setup-0.3-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6874346bd993d937bc025a0941e0ee792e9d8d7398b0c590bda2f2497e772446
|
|
| MD5 |
14f9c4d209469f0609161e7b3068c65f
|
|
| BLAKE2b-256 |
0e9b6c28ddab6efaceefe481b6e27f2be7325be144ca2d6c259708f2814cf86a
|