🤰 Your comprehensive AI companion throughout pregnancy - powered by Google Gemini Live API
A voice-enabled personal assistant providing real-time support for health, nutrition, wellness, commute safety, baby preparation, and emergency contacts.
- 🎤 Voice Interaction - Natural conversation with AI
- 🚌 Smart Commuting - Route planning, real-time updates, amenities
- 💊 Health Support - Medical info, safety tips, wellness advice
- � Nutrition & Diet - Food safety checks, meal planning
- �🧘 Stress Management - Guided breathing exercises
- 🗺️ 3D Maps - Interactive Google Maps with nearby hospitals, pharmacies
- 🪑 Seat Request - Display card to request priority seating
- 🚨 Emergency Contacts - Voice-activated calling to partner/doctor
- 👶 Baby Preparation - Hospital bag checklist, name suggestions, nursery advice
- 📚 Week-by-Week Info - Pregnancy development tracking
- Node.js 18+
- Gemini API key (Get one here)
- Google Maps API key (Get one here)
- Clone and install
git clone https://github.com/lxmwaniky/access-ai
cd access-ai
npm install- Configure environment
cp .env.example .env.local
# Edit .env.local and add your GEMINI_API_KEY- Run development server
npm run dev- Open in browser
http://localhost:3000
access-ai/
├── components/ # React UI components
│ ├── BreathingExercise.tsx
│ ├── MicrophoneButton.tsx
│ ├── RequestSeatCard.tsx
│ └── RouteMap.tsx
├── hooks/ # Custom React hooks
│ └── useLiveConversation.ts
├── services/ # AI services and tools
│ └── geminiService.ts
├── utils/ # Utility functions
│ └── audioUtils.ts
├── App.tsx # Main application
├── types.ts # TypeScript definitions
└── docs/ # Documentation
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
- Read docs/TEAM_GUIDE.md for collaboration workflow
- Check docs/PROJECT_OVERVIEW.md for architecture details
- Frontend: React 19, TypeScript, Vite
- AI: Google Gemini 2.5 (Flash & Pro)
- Styling: Tailwind CSS
- Audio: Web Audio API
npm run dev # Start development server
npm run build # Build for production
npm run preview # Preview production buildView your app in AI Studio: https://ai.studio/apps/drive/1AAxlM9Y0OHvaylpthVtsTOt7YznCpQkv
MIT
Built with ❤️ for the Hackathon
