Skip to content

abhishekpd01/Checkup.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Checkup.ai

Disease Diagnosis System

Welcome to the Disease Diagnosis System project! This system allows users to input their symptoms and receive possible disease diagnoses based on those symptoms. It is built using Node.js and React and it utilizes the Gemini API for disease prediction.

Features

  • Symptom Input: Users can input their symptoms via a user-friendly interface.
  • Diagnosis Generation: The system analyzes the provided symptoms using the Gemini API and generates possible disease diagnoses.
  • Display of Results: The diagnoses are presented to the user along with additional information such as common treatments or further actions to take.

Usage

To use the Disease Diagnosis System, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies with npm install.
  4. Start the server with npm start.
  5. Access the application through your web browser.
  6. Input your symptoms when prompted.
  7. Review the generated diagnoses and any accompanying information.

Dependencies

Configuration

To use the Gemini API, you will need to sign up for an account and obtain an API key. Once you have your API key, you can configure it in the project by replacing the placeholder in the code.

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/add-new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/add-new-feature).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published