Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ialimustufa/ml-flask


https://github.com/ialimustufa/ml-flask

Last synced: about 2 months ago
JSON representation

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 flask

cd flask/Scripts
```
Activate the Enviornment:
```
activate
```

## Install Dependancy and Run the Lab
```
pip install -r requirements.txt

python app.py
```