Leveraging LLMs to curate tailored travel itineraries and destinations for American Airlines customers, ensuring a highly optimized and personalized experience.
TAMUhack 2023, American Airlines Challenge, 1st Place | Devpost submission with demo
flight-engine/
: fork of AA Flight Engine, adding in rudimentary pricing algorithmfrontend/
: Next.js client-side application with backend API routes to call OpenAI API
Requirements: node
, yarn
installed
cd frontend && yarn
cp .env.example .env.production
and open.env.production
- Add in OpenAI API key + flight engine instance URL
yarn dev