AllergenAI is an AI-powered application that helps users identify, track, and manage allergens in their environment. By leveraging advanced machine learning and real-time data, AllergenAI provides personalized insights to help users minimize allergic reactions and maintain a healthier lifestyle.
- Real-time allergen detection: Get up-to-date information about pollen, dust, and other allergens in your area.
- Personalized insights: Receive Agentic AI-powered insights for allergens relevant to your specific sensitivities.
- Allergen history tracking: Track your exposure and symptoms over time for better insights.
- Clone the repository:
git clone https://github.com/yourusername/AllergenAI.git- Configure environment variables: Create a .env file with the following variables:
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
POLLEN_API_KEY=
NEXT_PUBLIC_WEATHER_API_KEY=
GOOGLE_GENERATIVE_AI_API_KEY=- Run the application:
npm run dev