/Covid19-diagnosis

Web Project

Primary LanguageCSS

Covid19 diagnosis

Covid19 diagnosis is a comprehensive platform designed to help doctors diagnose Covid-19 from X-ray images using a deployed machine learning model. The website features a range of pages and tools, including a login page for patients and doctors, a results page for patients, and a page for doctors to upload photos and X-rays, access patient information and medical histories, and receive diagnoses from the machine learning model.

Features

  • Machine learning model for Covid-19 diagnosis from X-ray images.
  • Database integration for storing and retrieving diagnoses.
  • Doctors and Patients can create accounts. Accounts for doctors are different from patients.
  • Doctors can upload X-ray images and enter patient's ID for Scan.
  • Patient's home page containing his or her diagnosis history.
  • Patient's information page for doctors to access patient's details.

Installation

To install Covid19 diagnosis:
  1. Clone the repository.
  2. Install the required dependencies with the command: npm install
  3. Start the server with the command: nodemon app.js