Skip to content

It is a Covid-19 web app using HTML,CSS,JS,Django and ML.

Notifications You must be signed in to change notification settings

Harshak30/Covarate

 
 

Repository files navigation

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.

About

It is a Covid-19 web app using HTML,CSS,JS,Django and ML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.5%
  • CSS 37.4%
  • HTML 16.3%
  • Python 5.8%