osf Frontend for opensports.ai Local Setup Repo Clone the repo git clone https://github.com/Anirudh58/osf.git Environment Create a conda environment conda create -n osf python=3.9 Install all requirements pip install -r requirements.txt Streamlit Start streamlit server streamlit run home.py