This app was built with Plotly and Dash. For more details, see the documentation.
To run this app:
-
Clone the repository.
git clone https://github.com/falakmasir/covid/.git cd covid/
-
Create and activate a new virtual environment (recommended).
Windows
virtualenv venv \venv\scripts\activate
Linux
python3 -m venv myvenv source myvenv/bin/activate
-
Install the requirements.
pip install -r requirements.txt
-
Install
spaCy
English modelen_core_web_lg
.python -m spacy download en_core_web_lg
-
Run the app.
python app.py
-
Explore the notebook folder