Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 984 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 984 Bytes

Covarate

Covarate is a Django Covid-19 web app with ML. This website can provide live update of covid-19 situation in all over the world and It can predict covid-19 infection probability of any person by some common symptoms like body temperature,breathing difficulty level etc...people have to fill up the contact form and they can easily see the infection probability in a percentage value. I have used Logistic Regression for the prediction method.

Quick Start 🚀

Create the virtual env

pipenv shell

Install all the libraries(present in pipfile/requirements.txt)

pipenv install -r requirements.txt

Run Django from root and run the server in localhost

python manage.py runserver

Feel free to share your thoughts and contribute in this project. You can email me at [email protected]. My linkedIn profile : https://www.linkedin.com/in/sharmistha-mandal-636744194/

Author & Created by - Sharmistha Mandal.