
Covisight - Insights of the covid-19
Installation
To install Covisight theme, follow these steps:
git clone https://github.com/covisight/covisight.git
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
http://localhost:8000Summary
Covisight is a comprehensive project that provides COVID-related information and features. It includes a live COVID data dashboard, a community module for users to share thoughts and ideas, an ML module for analyzing chest X-rays, a news module for the latest COVID news, a mask detection model, a payment module for donations, and a hospital module for hospital details and bed availability. The project uses technologies such as Django, Postgres, Google Data Studio, and deep learning models. Installation instructions are provided to set up the Covisight theme.
