🩺 Medimentor — AI Surgical Mentor & VR Simulator
Live Demos:
🌐 Main Website: https://final-med.vercel.app
🤖 AI Chatbot: https://medimentor-two.vercel.app
🕶 VR Surgical Simulator: https://medical-vr.vercel.app
📖 Overview
Medimentor is a full-stack platform for medical students combining:
AI-powered surgical guidance
Personalized learning & performance tracking
Unity-based VR surgical simulation for practical skills
Students can register/login, chat with a medical AI assistant, track performance metrics, and practice surgeries in an interactive VR environment.
✨ Features
🔐 Secure Login & Signup — Personalized dashboard per student
🤖 AI Surgical Chatbot — Context-aware answers to surgical & medical queries
📊 Performance Tracker — Maps strengths & improvement areas
🕹 Unity VR Surgery Simulator — Realistic, interactive surgery practice
📱 Responsive Design — Works on desktop, mobile, and VR
🛠 Tech Stack
Frontend: React 18 + Vite, Tailwind CSS
Backend: Python (FastAPI), CORS, secure env variables
AI Model: OpenAI GPT API
VR Simulation: Unity + WebGL Build
Deployment:
Vercel (Frontend & VR)
Render (Backend API)
🚀 Run Locally 1️⃣ Clone Repository git clone https://github.com/Ishaan0709/Medimentor.git cd Medimentor
2️⃣ Backend Setup cd backend pip install -r ../requirements.txt uvicorn main:app --reload
3️⃣ Frontend Setup cd frontend npm install npm run dev
🌐 Deployment Links
Main Website: https://final-med.vercel.app
AI Chatbot: https://medimentor-two.vercel.app
VR Surgery Simulator: https://medical-vr.vercel.app