Skip to content

Anirudh58/cricboard

Repository files navigation

cricboard

Project setup

  • Prerequisites:
    • Conda installed (miniconda or anaconda, miniconda preferred due to it's light weight and flexibility) with jupyter lab/notebook
    • GIT setup and configured in your system
    • Access to this repository
  • Clone the project
    git clone https://github.com/Anirudh58/cricboard.git
  • Create a new conda environment for this project called maybe "cricboard" (Optional, but recommended)
    conda create -n cricboard python=3.8
  • Go into the project folder, activate the environment and install requirements
    cd cricboard
    conda activate cricboard
    pip install -r requirements.txt
  • Running the UI
    streamit run streamlit\main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published