π©Ί MedAI β Your Virtual AI Doctor
0
stars
19
commits
JavaScript
primary language
Nov 20, 2025
updated
An intelligent AI-powered healthcare assistant that provides preliminary medical advice, symptom analysis, and doctor consultations β making quality healthcare accessible to everyone.
π Access MedAI: https://med-ai-omega.vercel.app/
Start your AI consultation now β no credit card required, completely free!
MedAI is a next-generation virtual healthcare platform that leverages cutting-edge AI technology to bridge the gap between patients and healthcare services. Our platform provides:
git clone https://github.com/yourusername/MedAI.git
cd MedAI
cd backend
pip install -r requirements.txt
# Copy and configure environment variables
cp env.example .env
# Edit .env with your Firebase and Groq credentials
# Run the backend
uvicorn app.main:app --reload
cd frontend
npm install
# Copy and configure environment variables
cp env.example .env.local
# Edit .env.local with your Firebase config
# Run the frontend
npm run dev
http://localhost:5173http://localhost:8000http://localhost:8000/docsFor detailed setup instructions, see DEPLOYMENT.md


MedAI/
βββ backend/ # FastAPI backend
β βββ app/
β β βββ api/v1/ # API endpoints
β β βββ services/ # AI & business logic
β β βββ db/ # Firebase integration
β β βββ main.py # FastAPI app
β βββ requirements.txt
β βββ .env.example
βββ frontend/ # React frontend
β βββ src/
β β βββ components/ # React components
β β βββ pages/ # Page components
β β βββ api/ # API client
β β βββ firebase/ # Firebase config
β βββ package.json
β βββ .env.example
βββ README.md
GROQ_API_KEY=your_groq_api_key
FIREBASE_PROJECT_ID=your_firebase_project_id
FIREBASE_SERVICE_ACCOUNT_JSON={"type":"service_account",...}
CORS_ORIGINS=https://med-ai-omega.vercel.app
VITE_API_BASE_URL=https://medai-1-backend-final.onrender.com
VITE_FIREBASE_API_KEY=your_firebase_api_key
VITE_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain
VITE_FIREBASE_PROJECT_ID=your_firebase_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket
VITE_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id
VITE_FIREBASE_APP_ID=your_firebase_app_id
Once the backend is running, visit:
http://localhost:8000/docshttp://localhost:8000/redocPOST /api/chat β AI consultationPOST /api/upload β Upload medical documentsGET /api/history β Get consultation historyPOST /api/clinician/login β Clinician authenticationGET /api/consultation-requests β Pending consultationsWe welcome contributions! Please follow these steps:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License - see the LICENSE file for details.
MedAI is NOT a substitute for professional medical advice, diagnosis, or treatment.
This application provides general health information and preliminary guidance only. Always consult a qualified healthcare professional for:
In case of emergency, call your local emergency services immediately.
Made with β€οΈ by the MedAI Team
Empowering healthcare through AI
Last Updated: November 2025
17 commits
2 commits
JavaScript
66.3%
Python
33.3%
π©Ί MedAI β Your Virtual AI Doctor
0
stars
19
commits
JavaScript
primary language
Nov 20, 2025
updated
An intelligent AI-powered healthcare assistant that provides preliminary medical advice, symptom analysis, and doctor consultations β making quality healthcare accessible to everyone.
π Access MedAI: https://med-ai-omega.vercel.app/
Start your AI consultation now β no credit card required, completely free!
MedAI is a next-generation virtual healthcare platform that leverages cutting-edge AI technology to bridge the gap between patients and healthcare services. Our platform provides:
git clone https://github.com/yourusername/MedAI.git
cd MedAI
cd backend
pip install -r requirements.txt
# Copy and configure environment variables
cp env.example .env
# Edit .env with your Firebase and Groq credentials
# Run the backend
uvicorn app.main:app --reload
cd frontend
npm install
# Copy and configure environment variables
cp env.example .env.local
# Edit .env.local with your Firebase config
# Run the frontend
npm run dev
http://localhost:5173http://localhost:8000http://localhost:8000/docsFor detailed setup instructions, see DEPLOYMENT.md


MedAI/
βββ backend/ # FastAPI backend
β βββ app/
β β βββ api/v1/ # API endpoints
β β βββ services/ # AI & business logic
β β βββ db/ # Firebase integration
β β βββ main.py # FastAPI app
β βββ requirements.txt
β βββ .env.example
βββ frontend/ # React frontend
β βββ src/
β β βββ components/ # React components
β β βββ pages/ # Page components
β β βββ api/ # API client
β β βββ firebase/ # Firebase config
β βββ package.json
β βββ .env.example
βββ README.md
GROQ_API_KEY=your_groq_api_key
FIREBASE_PROJECT_ID=your_firebase_project_id
FIREBASE_SERVICE_ACCOUNT_JSON={"type":"service_account",...}
CORS_ORIGINS=https://med-ai-omega.vercel.app
VITE_API_BASE_URL=https://medai-1-backend-final.onrender.com
VITE_FIREBASE_API_KEY=your_firebase_api_key
VITE_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain
VITE_FIREBASE_PROJECT_ID=your_firebase_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket
VITE_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id
VITE_FIREBASE_APP_ID=your_firebase_app_id
Once the backend is running, visit:
http://localhost:8000/docshttp://localhost:8000/redocPOST /api/chat β AI consultationPOST /api/upload β Upload medical documentsGET /api/history β Get consultation historyPOST /api/clinician/login β Clinician authenticationGET /api/consultation-requests β Pending consultationsWe welcome contributions! Please follow these steps:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License - see the LICENSE file for details.
MedAI is NOT a substitute for professional medical advice, diagnosis, or treatment.
This application provides general health information and preliminary guidance only. Always consult a qualified healthcare professional for:
In case of emergency, call your local emergency services immediately.
Made with β€οΈ by the MedAI Team
Empowering healthcare through AI
Last Updated: November 2025
17 commits
2 commits
JavaScript
66.3%
Python
33.3%