Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prasad-chavan1/ml_prod_ready
https://github.com/prasad-chavan1/ml_prod_ready
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prasad-chavan1/ml_prod_ready
- Owner: prasad-chavan1
- License: mit
- Created: 2024-08-11T06:16:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T09:40:52.000Z (3 months ago)
- Last Synced: 2024-10-12T07:26:56.838Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ML_Prod_Ready
## Commands to run
```py
conda create -p venv python==3.8 -y
``````py
conda activate venv/
```## Change credentials in setup.py file
```py
pip install -r requirements.txt
```