This is an open source project for contact tracing of COVID-19 virus by leveraging your personal Location History recorded by Google.
All contributions are welcome! Please check how to contribute for details.
Please check code of conduct for developers for details.
This software is released under the BSD3 License.
# Create conda environment from environment.yml file
conda env create -f ml/environment.yml
# Activate environment
conda activate covid-19
# Check if they are running
systemctl status gunicorn
systemctl status nginx
# Restart application server
sudo systemctl restart gunicorn
# Check access error log
sudo tail -F /var/log/nginx/error.log
# Check app log
journalctl -u gunicorn --no-pager