{"id":23721159,"url":"https://github.com/durjaysamrat/medicare-chatbot","last_synced_at":"2026-03-04T02:02:44.205Z","repository":{"id":192645876,"uuid":"687118918","full_name":"durjaysamrat/Medicare-ChatBot","owner":"durjaysamrat","description":"Welcome to the Medicare-ChatBot repository! This project aims to provide a comprehensive chatbot solution for healthcare services using IBM-Watson. The chatbot is designed to assist users with medical inquiries, appointment scheduling, and general health information.","archived":false,"fork":false,"pushed_at":"2025-05-16T09:36:07.000Z","size":4159,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T14:20:16.816Z","etag":null,"topics":["chatbot","ibm-cloud","ibm-watson","medical","medical-application","python","twilio"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/durjaysamrat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-04T16:52:01.000Z","updated_at":"2025-05-16T09:36:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"e05c989d-03a1-4057-9d2d-0eb7bac3f37c","html_url":"https://github.com/durjaysamrat/Medicare-ChatBot","commit_stats":null,"previous_names":["durjaysamrat/medicare"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/durjaysamrat/Medicare-ChatBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durjaysamrat%2FMedicare-ChatBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durjaysamrat%2FMedicare-ChatBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durjaysamrat%2FMedicare-ChatBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durjaysamrat%2FMedicare-ChatBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/durjaysamrat","download_url":"https://codeload.github.com/durjaysamrat/Medicare-ChatBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durjaysamrat%2FMedicare-ChatBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30069235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","ibm-cloud","ibm-watson","medical","medical-application","python","twilio"],"created_at":"2024-12-30T22:17:39.512Z","updated_at":"2026-03-04T02:02:44.200Z","avatar_url":"https://github.com/durjaysamrat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💬 Medicare ChatBot  \n\nWelcome to the **Medicare ChatBot** repository! 🤖💊  \nThis project introduces an intelligent chatbot designed to assist users with medical queries and provide healthcare-related information. Using **Natural Language Processing (NLP)** and **Machine Learning (ML)**, the bot simulates human-like conversations, offering reliable guidance and support for non-critical medical inquiries.  \n\n---\n\n## 🌟 Overview  \n\nThe **Medicare ChatBot** is built to help users access basic healthcare information without the need to visit a doctor for minor queries. It leverages cutting-edge NLP techniques to interpret user questions and provide accurate, context-aware responses.  \n\n✨ **Key Features:**  \n- Supports **symptom-based queries** to suggest possible conditions.  \n- Offers **general healthcare tips** and remedies.  \n- Provides **24/7 availability** for non-critical assistance.  \n- User-friendly interface for seamless interaction.  \n\n---\n\n## 💻 Tech Stack  \n\n- **Backend:** Flask (Python)  \n- **Natural Language Processing:**  \n  - NLTK  \n  - SpaCy  \n  - Transformer Models  \n- **Frontend:** HTML, CSS, JavaScript  \n- **Database:** SQLite  \n- **Deployment:** Render, Flask Server  \n\n---\n\n## 🚀 Getting Started  \n\n### Prerequisites  \n\n1. **Python** (3.7 or later)  \n2. Required Python Libraries (Install via `requirements.txt`):  \n   - Flask  \n   - NLTK  \n   - SpaCy  \n   - Pandas  \n\n### Installation  \n\n1. Clone the repository:  \n   ```bash  \n   git clone https://github.com/durjaysamrat/Medicare-ChatBot.git  \n   ```  \n\n2. Navigate to the project folder:  \n   ```bash  \n   cd Medicare-ChatBot  \n   ```  \n\n3. Install dependencies:  \n   ```bash  \n   pip install -r requirements.txt  \n   ```  \n\n4. Run the Flask server:  \n   ```bash  \n   python app.py  \n   ```  \n\n5. Open the chatbot in your browser:  \n   ```  \n   http://localhost:5000  \n   ```  \n\n---\n\n## 🧠 How It Works  \n\n1. **User Input:** The user asks a question or describes symptoms.  \n2. **NLP Engine:** The input is processed using tokenization, stemming, and entity recognition.  \n3. **Response Generation:**  \n   - The bot queries its database for relevant information.  \n   - Predefined responses are combined with AI-generated text for context-specific replies.  \n4. **Output:** The chatbot provides the response in a human-friendly format.  \n\n---\n\n## 🎯 Use Cases  \n\n- **Symptom Checker:** Offers preliminary analysis based on user-provided symptoms.  \n- **Healthcare Tips:** Provides general tips for well-being and prevention.  \n- **Medical FAQs:** Answers frequently asked questions about common conditions.  \n\n---\n\n## 📂 Project Structure  \n\n```\nMedicare-ChatBot/\n│\n├── templates/            # HTML files for the user interface\n├── static/               # CSS, JavaScript, and assets\n├── app.py                # Flask application\n├── chatbot_model.py      # Core logic for NLP and response generation\n├── database.db           # SQLite database for medical data\n├── requirements.txt      # Python dependencies\n└── README.md             # Project documentation\n```\n\n---\n\n## 🖼️ Demo  \n\n### 🌟 ChatBot Interface:  \n![Whatsapp UI](https://github.com/user-attachments/assets/f5686d2a-ff4e-4d9a-b956-7da40f6407bf)\n\n---\n\n## 🤝 Contributions  \n\nContributions are welcome! 🎉  \n- Report bugs or suggest new features via [issues](https://github.com/durjaysamrat/Medicare-ChatBot/issues).  \n- Fork the repository, make changes, and submit a pull request.  \n\n---\n\n## 📫 Connect  \n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://linkedin.com/in/durjaysamrat)  \n[![GitHub](https://img.shields.io/badge/GitHub-%23121011?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/durjaysamrat)  \n[![Email](https://img.shields.io/badge/Email-D14836?style=for-the-badge\u0026logo=gmail\u0026logoColor=white)](mailto:durjaysamratn36@gmail.com)  \n\n---\n\n⭐ **If you find this project helpful, give it a star!**  \nLet’s make healthcare more accessible with intelligent solutions. 💡💊  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurjaysamrat%2Fmedicare-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdurjaysamrat%2Fmedicare-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurjaysamrat%2Fmedicare-chatbot/lists"}