diff --git a/authors/subhanshu,yml b/authors/subhanshu,yml new file mode 100644 index 0000000..a2c244a --- /dev/null +++ b/authors/subhanshu,yml @@ -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 +" \ No newline at end of file diff --git a/projects/images/med_ai.png b/projects/images/med_ai.png new file mode 100644 index 0000000..eb53cfb Binary files /dev/null and b/projects/images/med_ai.png differ diff --git a/projects/med_ai.mdx b/projects/med_ai.mdx new file mode 100644 index 0000000..8e670e7 --- /dev/null +++ b/projects/med_ai.mdx @@ -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 \ No newline at end of file diff --git a/projects/medai.png b/projects/medai.png new file mode 100644 index 0000000..e69de29