Pocket Travel is a web app that helps users plan their trips by generating personalized travel plans using AI agents. It collects user input (origin, destination, dates, etc.), processes the data using an extensive agentic workflow, and sends the results via email.
- Trip planner with origin, destination, dates, and more.
- Voice input for additional trip details.
- AI-powered travel plan generation.
- Email notifications with travel details and documents.
- Easy-to-use interface.
- Frontend: HTML, CSS, JavaScript, Flatpickr, Google Maps API, Speech Recognition API
- Backend: FastAPI, Python
- Deployment: Vercel
- Clone the repository:
git clone https://github.com/obinopaul/pocket.git cd pocket-travel
