An AI-powered emergency assistance system designed to help people affected by wildfires in California. The system provides real-time assistance for finding emergency accommodation, shelters, and other critical services.
- Real-time emergency accommodation search
- Nearest shelter location services
- SMS notifications with important information
- Natural conversation interface
- Multi-language support
- Emergency service referrals
- Node.js
- OpenAI GPT-4
- Twilio for SMS
- Amadeus for Hotel Search
- Geocoding Services
- Clone the repository
- Install dependencies:
npm install
- Create a
.env
file with required credentials:OPENAI_API_KEY=your_key TWILIO_ACCOUNT_SID=your_sid TWILIO_AUTH_TOKEN=your_token FROM_NUMBER=your_twilio_number GEO_CODING_API_KEY=your_key
- Start the application:
npm run dev
OPENAI_API_KEY
: OpenAI API keyTWILIO_ACCOUNT_SID
: Twilio Account SIDTWILIO_AUTH_TOKEN
: Twilio Auth TokenFROM_NUMBER
: Twilio phone numberGEO_CODING_API_KEY
: Geocoding API key
Contributions are welcome! Please feel free to submit a Pull Request.