Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 497 Bytes

i191904-i191905-Assignment02

Flask Livestream Prediction

How to run:

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