- Reduce spread of COVID-19 via smartwatches
- More efficient and convenient algorithms
- Analyze the results of the Vito iOS and Android Apps
- Compare NightSignal (an algorithm developed by Stanford University) to Vito
- Find an issue
- Fix the issue
- Submit a pull request
- Make any revisions suggested by anyone else
- Done :)
- Clone the repository
- If your IDE does not do this for you, create a Virtual Environment using
python3 -m venv {your-env-name}
- Install the project dependencies using
pip install -r requirements.txt
- Run the project using
streamlit run vito_visualization_tools/main.py