This is a Doctor app built using PHP, designed to offer basic functionality for virtual consultations and AI-powered health recommendations via Google Gemini integration. The app does not use a database; all data is handled via forms and session management.
- Virtual Consultations: Patients can schedule consultations with doctors and join video calls.
- AI-Powered Health Recommendations: Powered by Google Gemini AI, the app can provide personalized health advice based on user inputs.
- Simple Appointment System: Patients can book an appointment, and doctors can confirm or deny the request.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- AI Integration: Google Gemini API
- Authentication: Simple session-based authentication
- PHP (v7.4+)
- Apache or Nginx web server
- Google Cloud account for Gemini API access
- Clone or download the repository:
git clone https://github.com/FHamidov/aulusfy.git cd aulusfy