A deployable Flask + Flutter based ML application that predicts the stock returns of the next trading day using cutting edge machine learning techniques.
Note: The flutter mobile app only works for Android at the moment.
- create a virtual environment in python.
- or if you have conda base it's ok to work directly.
- activate the virtual environment.
- clone or download the project
git clone https://github.com/pranjalchaubey/Flask-ML-Application.git
- change directory to project directory
pip install -r requirements.txt
Linux
export FLASK_APP=app.py
flask run
Windows
set FLASK_APP=app.py
flask run