Using Machine Learning algorithms.
- Onevsrestclassifier algorithm
- Python
- Flask
- HTML/CSS
1.Pandas
pip install pandas
2.Flask
pip install flask
Unix Bash (Linux, Mac, etc.):
$ export FLASK_APP=apk
$ flask run
Windows CMD:
> set FLASK_APP=apk
> flask run
Windows PowerShell:
> $env:FLASK_APP = "apk"
> flask run