Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.34 KB

File metadata and controls

65 lines (46 loc) · 1.34 KB

🏥 MediBot AI Assistant

Modern AI-Powered Healthcare Chatbot

Built with Streamlit, LangChain, and Google Gemini 2.5 Flash.


✨ Overview

MediBot AI Assistant is a modern healthcare chatbot designed to provide intelligent hospital-related assistance using Google's Gemini AI.

The application helps users with:

  • Healthcare guidance
  • Symptom-related queries
  • Medical department suggestions
  • Appointment assistance
  • General hospital support
  • Emergency healthcare recommendations

The project features a clean modern UI with real-time AI conversations powered by Gemini 2.5 Flash.


🚀 Features

  • 🤖 AI-powered healthcare assistant
  • 🩺 Symptom guidance support
  • 🏥 Hospital-related assistance
  • 📅 Appointment guidance
  • ⚡ Gemini 2.5 Flash integration
  • 🎨 Modern premium chatbot UI
  • 🔐 Secure API key handling using .env
  • 🌐 Streamlit-based responsive interface
  • 💬 Real-time AI conversations
  • ⚙️ LangChain integration

🧠 Tech Stack

Technology Usage
Python Backend Logic
Streamlit Frontend UI
LangChain AI Workflow
Gemini 2.5 Flash Large Language Model
dotenv Environment Variables

📂 Project Structure

project-folder/
│
├── app.py
├── requirements.txt
├── README.md
└── .env