8000 GitHub - bajpainaman/Symptompredicter: This AI uses data from 2000 diseases and gives a prediction of the possibility of diseases
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bajpainaman/Symptompredicter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

The Medical Symptom Checker is designed to help you understand the possible causes of symptoms in children and adults.

Mission

Our mission is to create a free and open source medical symptom checker where all doctors and developers can contribute to it.

Features

  • Well-constructed medical symptom checker.
  • Responsive.
  • Accessible.
  • Beginner-friendly.
  • Intuitive interface.
  • Valid source codes.

Data Sources

You can find the data sources of the symptoms and diseases at:

  • src/data/SymptomName.jsx
  • src/data/DiseaseSymptoms.jsx

Build Instructions

  1. Navigate to the src/ directory using your terminal.
  2. Run the following commands:
npm install
npm run build
  1. Test the app locally or online using a live server.

Note: If you are testing the app in a subdirectory, make sure to tune the base URL correctly before testing.

GitHub Pages Deployment Instructions

If you wish to deploy your forked version to GitHub, follow the instructions below.

  1. Edit the "package.json" file by adding the following line after the "name" declaration:
"homepage": "https://{GITHUB_USERNAME}.github.io/{REPOSITORY_NAME}/",

Note: Replace {GITHUB_USERNAME} with your GitHub username and {REPOSITORY_NAME} with your repository name.

  1. Install "gh-pages":
npm install gh-pages --save-dev
  1. Deploy the app:
npm run deploy

Contribution

We welcome all developers and doctors to contribute to this repository by adding features or fixing bugs. The source codes will always be free and open source.

About

This AI uses data from 2000 diseases and gives a prediction of the possibility of diseases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0