This repository serves as an Analysis portal to help teams find information about teams given the context of the data collected by GarageScouter.
You may not always have internet access available. So, in order to run offline with locally hosted data, you can clone this repository and follow the following steps.
- Create virtual environment
- If using Conda
conda create --name garagescouter python=3.11
- If using VirtualEnv
python -m venv venv
- Activate virtual environment
- If using Conda
conda activate garagescouter
- If using VirtualEnv, follow your Operating System's requirements
- Install dependencies
pip install -r requirements.txt
- Run the development server for StreamLit
- If using VSCode, use the built-in runner
- Otherwise, run from the Shell with
streamlit run main.py
- Fork this repository on GitHub
- Upload data to your own fork of the code (we only use CSVs for flat files)
- Make a PR