Skip to content

A web app that diagnoses different diseases using Artificial Intelligence.

Notifications You must be signed in to change notification settings

morikeli/health-sphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health-sphere

Overview

Screenshot from 2024-01-29 15-28-51

Health-sphere is a web app that allows a user (medical staff, e.g. doctors, nurse) to enter diagnostic data that can diagnose whether a patient has the following diseases:

  • Breast cancer
  • Heart disease
  • Diabetes
  • Parkinson's disease

The models used have an accuracy of 100% ± 2.

User instructions

  1. You can access the website by clicking this link.
  2. Select the tab you want to input data.
  3. Enter numerical data in the input fields provided and submit form.
  4. Wait for response as the models diagnose the data input.
  5. Once diagnosis is through, a message will be displayed of the current diagnosis.

Developer instructions

   $ cd Desktop
   $ git clone https:github.com/morikeli/health-sphere/
   $ python3 -m venv .venv
   $ source .venv/bin/activate
   $ pip install -r requirements.txt
  • Once installtion is complete, open type the following command to open the folder on your default browser.

       $ streamlit run app.py

Bug reports

Incase of an error or bug create an issue using the Issues tab or create a new branch using Git and make a pull request.

  • Don't forget to star the repo. 😉

About

A web app that diagnoses different diseases using Artificial Intelligence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages