- 🤖 Intelligent Symptom Analysis - Powered by Google Gemini AI
- 🌍 Location-Aware Emergency Info - Country-specific emergency numbers
- 🚨 AI-Powered Triage - Smart emergency level assessment
- 💬 Interactive AI Chat - Ask follow-up medical questions
- 📱 Responsive Design - Works on all devices
- Best Use of AI - Core feature is Gemini AI integration
- Social Good - Helps save lives in emergencies
- Most Startup-Ready - Clear market need, scalable
- Best Real-World Impact - Immediate practical utility
- Best Technical Execution - Complex AI + medical logic
- Frontend: React + TypeScript
- UI: TailwindCSS + DaisyUI
- AI: Google Gemini API (Gemini 1.5 Flash)
- Deployment: Vercel
- APIs: Custom emergency database + AI integration
Deployed on Vercel: emergi-pal-ai.vercel.app
- Travelers don't know local emergency numbers
- People panic and forget what to do in emergencies
- No intelligent system combines AI + location-specific info
- Google searches often cause unnecessary panic
- AI analyzes symptoms → determines emergency level
- Location detection → shows correct emergency numbers
- Step-by-step instructions → reduces panic
- Interactive AI chat → answers follow-up questions
# Clone repository
git clone [your-repo-url]
cd emergi-pal
# Install dependencies
npm install
# Add Gemini API key
echo "REACT_APP_GEMINI_API_KEY=your_key_here" > .env
# Run development server
npm start
# Build for production
npm run build