Skip to content
A

AI in Healthcare

Projects with this topic

  • An AI-powered assistant designed for medical camps that streamlines patient appointment booking and schedule management while simultaneously preserving Telugu culture and heritage. Built with Streamlit frontend, FastAPI backend, and Gemini API, the app enables healthcare efficiency and cultural data collection, creating a digital archive of proverbs, traditions, and stories.

    Updated
    Updated
  • DietBot is a chatbot that helps users track meals, suggest diet plans, and promote healthy eating habits. It supports personalized recommendations and integrates with nutrition data sources.

    Updated
    Updated
  • An AI-powered health assistant that provides probabilistic health insights, medication reminders, and a critical emergency triage system. Built on Firebase with a focus on data privacy.

    Updated
    Updated
  • OCU-AI is a smart healthcare assistant that combines Natural Language Processing (NLP) and Computer Vision to assist users in understanding medical conditions and detecting eye diseases from retinal images.

    This web-based application has two core components:

    Medical Q&A Chatbot

    Uses Retrieval-Augmented Generation (RAG) with LangChain, Pinecone, and Phi-3 LLM.

    Answers user queries using embedded medical knowledge extracted from PDF files (like textbooks or research).

    Designed to explain medical terms in simple, non-technical language.

    Always includes a disclaimer to consult a qualified medical professional.

    Eye Disease Detection Model

    Allows users to upload retina images.

    Predicts diseases like:

    Cataract

    Glaucoma

    Diabetic Retinopathy

    Normal (Healthy)

    Uses a Keras CNN model trained on retina datasets.

    After prediction, the chatbot explains the condition using natural language.

    This project bridges AI-powered document retrieval, medical imaging, and LLM-based explanation, offering a foundation for real-world smart health applications.

    Updated
    Updated