Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 968 Bytes

File metadata and controls

23 lines (18 loc) · 968 Bytes

Medical Assistant Chatbot

Overview

This is an AI-powered Medical Assistant Chatbot that predicts possible illnesses based on symptoms provided by the user. It interacts conversationally, asking follow-up questions to refine the diagnosis. The chatbot is powered by Google's Gemini AI and features a typing effect for a more engaging experience.

Features

  • Accepts user symptoms and predicts possible illnesses.
  • Asks relevant follow-up questions to refine the diagnosis.
  • Uses Google Gemini AI for intelligent medical responses.
  • Includes a typing effect for better user experience.
  • Supports real-time conversation with an option to exit anytime.

Prerequisites

  • Python 3.7+
  • google-generativeai Python package
  • colorama for colored text output

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/medical-chatbot.git
    cd medical-chatbot