TravelbuddyAI

Created by team Code_Warriors Prosus Track on July 08, 2025

TravelBuddyAI is a smart travel assistant web application designed to help users plan their air travel quickly, efficiently, and affordably. The main goal of this project is to simplify the flight search process and assist users with relevant travel-related information using the power of artificial intelligence and user-friendly web technologies. This application allows users to input natural language queries like “What’s the cheapest flight from Lahore to Dubai?”, and it responds intelligently with helpful, personalized information such as flight options, estimated prices, and travel advice. The project aims to provide users with a smooth and engaging experience for finding the best travel routes, flight timings, and pricing, all from one simple interface. At the heart of TravelBuddyAI lies a question-answer-based system that responds to user queries using a Flask-powered backend. It interprets the user’s input and provides relevant travel recommendations. For example, users can ask about economy vs business class prices, the best time to book a flight, or compare airlines for a particular route. The frontend is developed using basic HTML, CSS, and JavaScript, ensuring a responsive and user-friendly interface. The user can type in their query in a text box and click on the “Ask” button. The application then communicates with the backend via an API and displays a response within seconds. Frontend: HTML5, CSS3, JavaScript Backend: Python with Flask API Communication: RESTful API using fetch (POST method) Cross-Origin Support: Flask-CORS to handle frontend-backend communication Templates: Jinja2 rendering for Flask

Category tags: