Skip to content

Jai-76/AI-health-chatbot

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 AI-Powered Healthcare Assistant πŸ€–

This project is an AI-Powered Health Assistant that provides users with health-related guidance, symptom analysis, and basic medical recommendations using Natural Language Processing (NLP). Built with Streamlit and Hugging Face Transformers, this chatbot enhances accessibility to basic healthcare advice, especially for individuals without immediate access to medical professionals.


🩺 Project Description

The goal of this project is to develop an interactive AI assistant capable of:

  • Understanding user input related to health issues.
  • Providing rule-based responses for common medical queries.
  • Generating context-aware replies for general health questions using a language model.

πŸš€ Features

  • πŸ’¬ Natural Language Processing-based chatbot
  • πŸ§ͺ Symptom analysis and suggestions
  • πŸ“… Appointment guidance
  • πŸ’Š Medication reminders
  • πŸ” Fallback to AI-generated responses using Hugging Face's distilgpt2
  • πŸ–₯️ Web-based interface with Streamlit

πŸ–Ό Demo

You can run this project locally or in Google Colab using pyngrok (see below for setup instructions).


🧰 Tech Stack

  • 🐍 Python 3
  • πŸ”— Streamlit
  • πŸ€— Hugging Face Transformers
  • 🧠 Pretrained Model: distilgpt2
  • πŸ“¦ NLTK (used but not actively applied in current version)

πŸ“‚ Project Structure . β”œβ”€β”€ app.py # Main Streamlit application β”œβ”€β”€ README.md # Project description and usage └── requirements.txt # Required Python packages (optional)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%