Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 587 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 587 Bytes

NBA75 Flask Application

Overview

Demo Video:

NBA75._demo.mp4

Set up Instructions

Steps to Set Up and Run the Application

  1. Create and activate the conda environment:

    conda create -n py310_env python=3.10
    conda activate py310_env
  2. Install the required packages:

    pip install -r requirements.txt
  3. Run the Flask application:

    python pysever.py