cpwallah / Covarate

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

Home Page:https://covarate.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 sm2244@it.jgec.ac.in. 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.

https://covarate.herokuapp.com/


Languages

Language:JavaScript 40.5%Language:CSS 37.4%Language:HTML 16.3%Language:Python 5.8%