Flask Livestream Prediction
How to run:
- Clone the repository
- Run
git clone {repo url}
to clone the repository.
- Run
- Install requirements:
- Change directory into the cloned repository folder.
- Run
pip install -r requirements.txt
in order to install the required packages and dependencies.
- Run the app
- Run
python app.py
to run the Flask app.
- Run