MediAlert β A real-time healthcare assistant for emergency support.
π¨ SOS Alerts β Sends distress signals with live location in emergency.
π€ Symptom Checker β AI-powered health assessments with suggested next steps.
π©Ή First-Aid Guide β Step-by-step emergency response instructions.
π Secure Authentication β Ensures safe and user-friendly access.
π Multi-language Support β Delivers critical health information in the userβs preferred language.
Challenges I Ran Into :
While developing MediAlert, I faced several challenges that required troubleshooting and creative solutions:
The SOS alert system initially struggled with fetching and updating live locations in real time due to browser permission restrictions and inconsistent GPS updates.
Solution: Implemented the Geolocation API with proper permission handling and used WebSockets for real-time location tracking.
The AI-powered symptom checker sometimes provided vague or irrelevant assessments.
Solution: Integrated Google Gemini API, fine-tuned prompt engineering, and optimized API calls to ensure more accurate and context-aware responses.
Ensuring a smooth yet secure login/signup process was critical.
Solution: Used Privy for authentication, simplifying user access while maintaining security.
Providing accurate translations for medical terms was challenging.
Solution: Utilized React i18 library for language translation, ensuring that users can interact with MediAlert in their preferred language.
Overcoming these challenges helped refine MediAlert into a reliable and user-friendly healthcare assistant!