NBA75 Flask Application Overview Demo Video: NBA75._demo.mp4 Set up Instructions Steps to Set Up and Run the Application Create and activate the conda environment: conda create -n py310_env python=3.10 conda activate py310_env Install the required packages: pip install -r requirements.txt Run the Flask application: python pysever.py