photon0205 / MediAid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediAid

MediAid is a Healthcare Diagnosis Chatbot capable of diagnosing common medical conditions based on user symptom input. It leverages machine learning models trained on medical data to provide accurate suggestions and recommendations for further action. The project is built with a Django backend and a React frontend, designed to be easily integrated into larger projects.

Features

  • User-friendly chatbot interface
  • Symptom input and diagnosis response
  • Integration with a machine learning model for diagnosis
  • Backend API built with Django and Django REST Framework
  • Frontend built with React

Usage

  1. Start both the backend and frontend servers.
  2. Open your browser and navigate to http://localhost:3000.
  3. Interact with the chatbot by entering your symptoms to receive a diagnosis.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes and commit them (git commit -m "feat: add new feature").
  4. Push to the branch (git push origin feature/your-feature-name).
  5. Open a pull request.

Commit Message Guidelines

feat: (addition of a new feature)
rfac: (refactoring the code)
docs: (documenting the code)
bfix: (bug fixing)
chor: (chore tasks)
ptch: (small UI changes)
conf: (configuration changes)

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

License:MIT License


Languages

Language:Python 58.4%Language:JavaScript 26.3%Language:CSS 8.7%Language:HTML 6.6%