Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 525 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 525 Bytes

Welcome to COVID-19 Webinar

A Tutorial on Modelling Number of Infected Cases in Turkey of COVID-19 Using Machine Learning & AI

This repository includes several models we have utilized in early stages of COVID-19 pandemic (first 30 days) to understand, model and predict daily confirmed numbers.

Quick Tour on our Webinar|635x380

Installation

pip install -r requirements.txt

PYTHONPATH=.:$PYTHONPATH streamlit run main.py

Ensure that your Python is 3.7 or above.