Skip to content

NUCES-ISB/i191904-i191905-Assignment02

Repository files navigation

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.