MediVerse is an AI-powered, role-based telemedicine platform built by Ankur Gupta and Abhyuday Pratap Singh to revolutionize healthcare with:
✅ Video Consultations (WebRTC): Secure, real-time video calls between patients and doctors.
🧠 AI Predictions: Instant health insights before consultation.
🎙 ElevenLabs Voice Assistant: Interact hands-free with our AI voice bot.
📄 Document Upload & Analysis: Upload prescriptions/reports and get insights directly in chat.
🔐 Role-Based Access: Tailored, secure features for patients and doctors.
🛒 Shop Now: Buy medical products directly within the app.
- WebRTC Video Calls – High-quality, encrypted consultations.
- AI Predictions – Early diagnosis assistance.
- Document Analysis – Automated parsing and interpretation.
- Voice Integration – Conversational interface with ElevenLabs AI.
- High Security – Encrypted document storage and streaming.
- User Roles – Different dashboards & features for doctors and patients.
- Shop Now – Integrated e-commerce for medical essentials.
A detailed video demo will be shared soon. Stay tuned!
A full user manual PDF is available here to help new users get started.
You can try MediVerse here: APP_LINK
- Frontend: React.js
- Backend: Node.js + Express
- Database: MongoDB
- Real-Time: WebRTC, Socket.io
- AI: Custom prediction models, ElevenLabs API
- Hosting: AWS
- Security: JWT, HTTPS, role-based access
# Clone the repo
git clone https://github.com/YOUR_GITHUB_USERNAME/MediVerse.git
cd MediVerse
# Start the frontend
cd client
npm install
npm run dev
# In a new terminal, start the backend
cd server
npm install
npm run dev
# Python-based service, run it with:
python -m server.app
