PANDA Healthcare is a modern, responsive web application that delivers AI-driven telemedicine support to users. It enables preliminary health consultations via an AI chatbot, appointment bookings, and user-friendly services like video conferencing, prescription management, and chronic condition monitoring.
- β AI Physician Chatbot (powered by Gemini API)
- π Appointment Scheduling
- πΉ Video Conferencing Support
- π Prescription Management
- π Chronic Condition Monitoring
- π§Ύ Clean and responsive UI with HTML/CSS/JS
| Frontend | Backend | AI/ML API |
|---|---|---|
| HTML, CSS, JavaScript | Python (Flask) | Gemini AI (Google) |
| Google Fonts | Flask-CORS | genai SDK |
- Python 3.8+
- pip installed
- Flask
- Internet connection for Gemini API access
install dependencies:
pip install flask flask-cors google-generativeai
("DISCLAIMER: STILL UNDER DEVELOPMENT. ALL FEATURES YET TO BE INTEGRATED")