https://github.com/ialimustufa/ml-flask
https://github.com/ialimustufa/ml-flask
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ialimustufa/ml-flask
- Owner: ialimustufa
- Created: 2020-06-27T08:36:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T04:47:23.000Z (4 months ago)
- Last Synced: 2025-04-13T12:11:53.232Z (3 months ago)
- Language: Jupyter Notebook
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Training ML Model
[](https://colab.research.google.com/drive/1EeAXGAksP0El6mb2lEMvR9bO0SqQLBF9?usp=sharing)
## ML Model with Flask
Follow this Steps
Make Virtual Enviornment
```
python -m venv flaskcd flask/Scripts
```
Activate the Enviornment:
```
activate
```## Install Dependancy and Run the Lab
```
pip install -r requirements.txtpython app.py
```