Covisight

screenshot of Covisight

Covisight - Insights of the covid-19

Installation

To install Covisight theme, follow these steps:

  1. Clone the Covisight repository from GitHub:
git clone https://github.com/covisight/covisight.git
  1. Install the required dependencies using the package manager pip:
pip install -r requirements.txt
  1. Set up the Postgres database by running the following commands:
python manage.py makemigrations
python manage.py migrate
  1. Start the Django development server:
python manage.py runserver
  1. Open the browser and access the Covisight theme at http://localhost:8000

Summary

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.