This website is based on data from here.
pip install -r requirements.txt
By default, the back end will fetch data from the remote URL but it is possible to use local data time series.
cd app/
python main.py
To use local data, create a folder time_series inside the app folder. Copy time series data (e.g. from here) into this new folder. After that modify variable USE_LOCAL to True and after, run the application with those commands:
cd app/
python main.py