Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ialimustufa/ml-flask
https://github.com/ialimustufa/ml-flask
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ialimustufa/ml-flask
- Owner: ialimustufa
- Created: 2020-06-27T08:36:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T14:50:57.000Z (7 months ago)
- Last Synced: 2024-10-23T08:29:59.538Z (3 months ago)
- Language: Jupyter Notebook
- Size: 1.82 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Training ML Model
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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
```