Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 551 Bytes

File metadata and controls

18 lines (15 loc) · 551 Bytes

evision-prediction-python

Setup

  1. Set up: python3 -m venv .venv
  2. Start venv: source .venv/bin/activate
  3. Install requirements
pip3 install -r evision/requirements.txt
pip3 install -r evision/requirements-dev.txt
  1. Install pre-commit hooks pre-commit install
  2. Create a copy of .env.example. Rename it to .env. Update the variables accordingly

Start

NOTE: If running for the first time, call influenza_data_scraper::scrape_cdc_trends_data() to seed data

To run server: streamlit run evision/app.py