Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions authors/subhanshu,yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: subhanshu singh
avatar: "https://avatars.githubusercontent.com/u/177038721?v=4" # or any avatar URL
url: "medai-nine.vercel.app/" # Optional: your website
bio: "Full Stack Developer | MERN Stack | Building scalable web experiences with clean code "
location: "pratapgarh, india"
isElevenLabs: false # Set to true if you work at ElevenLabs
socials:
-

- label: GitHub
url: "https://github.com/madshubh27"
- label: LinkedIn
url: "linkedin.com/in/subhanshu-singh-515286204
"
Binary file added projects/images/med_ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions projects/med_ai.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
title: MedAI – AI Powered Healthcare Assistant
description: Voice-first AI healthcare assistant for symptom triage, doctor availability, and smart appointment booking using ElevenLabs.
authorIds:
- subhanshu-singh
categories:
- agents
isFeatured: false
date: "2026-02-26"
image: /images/medai.png
demoUrl: https://medai-nine.vercel.app/
repoUrl: https://github.com/Pritam-72/med_ai.git
videoUrl: https://youtube.com/watch?v=your-demo-video
xUrl: https://x.com/your-handle/status/your-post
---

# MedAI – AI Powered Healthcare Assistant

## Overview

MedAI is a voice-first AI healthcare assistant that helps users describe symptoms naturally and receive instant triage guidance, doctor availability, and smart appointment booking.

Using ElevenLabs’ real-time voice AI, MedAI enables conversational healthcare access β€” reducing friction, saving time, and improving early medical decision-making.

---

## Key Features

- πŸŽ™ Voice-Based Symptom Input
Users speak naturally instead of typing.

- 🧠 AI Symptom Triage
Classifies urgency level (mild / moderate / emergency).

- πŸ‘¨β€βš•οΈ Intelligent Specialist Recommendation
Suggests the right doctor type based on symptoms.

- πŸ“… Doctor Availability Section
Displays available doctors and time slots.

- πŸ“„ Medical Transcript Generation
Generates structured symptom summary.

- πŸ“ Appointment Booking
Book appointments seamlessly after triage.

---

## How It Works

1. User speaks symptoms through voice interface.
2. ElevenLabs Speech-to-Text converts speech to structured text.
3. AI model analyzes symptoms and determines urgency.
4. Specialist mapping engine selects appropriate doctor category.
5. Doctor availability system retrieves time slots.
6. Transcript is generated and appointment is booked.

### Architecture Flow

Voice Input β†’ ElevenLabs STT β†’ AI Triage Engine β†’ Specialist Mapping β†’ Availability API β†’ Booking + Transcript

---

## Technologies Used

- ElevenLabs API
- Speech-to-Text (STT)
- Text-to-Speech (TTS)

- LLM for medical reasoning
- Next.js
- React
- Node.js
- Vercel Deployment

---

## Getting Started

```bash
# Clone the repository
git clone https://github.com/Pritam-72/med_ai.git

# Install dependencies
npm install

# Start development server
npm run dev
Empty file added projects/medai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.