A comprehensive medical chatbot designed to assist users in analyzing symptoms, providing preliminary diagnostics, and suggesting next steps for medical care. This project leverages state-of-the-art Natural Language Processing (NLP) techniques and a fine-tuned model trained on medical dialogues to offer accurate and user-friendly assistance.
- Symptom Analysis: Understands user input and identifies possible medical conditions.
- Preliminary Diagnostics: Offers probable diagnoses based on symptoms provided by the user.
- Next Steps Guidance: Recommends whether to visit a doctor, seek emergency care, or monitor symptoms.
-
Interactive Chatbot: Hugging Face Space
Try the chatbot live and experience its capabilities firsthand. -
Dataset: Medical Chatbot Dataset
Explore the annotated dataset used to train the chatbot, consisting of medical conversations and context-specific responses. -
Fine-Tuned Model: Medical Chatbot Model
Access the fine-tuned transformer model powering the chatbot.
To deploy the chatbot locally, follow these steps:
- Clone the repository:
git clone https://huggingface.co/spaces/BoghdadyJR/Medicalchat cd Medicalchat