This project is a hotel management chatbot designed to assist guests and hotel management staff with various services such as booking rooms, making dining reservations, and answering FAQs. The chatbot is built using LangGraph to create conversational flows and assist users more effectively in hotel management.
- Room Booking: Guests can ask the bot to check availability, book rooms, and get confirmation details.
- Dining Reservations: Allow guests to make dining reservations at the hotel's restaurants.
- Hotel Services: Provide information on services such as room service, spa, gym access, etc.
- FAQs: Quickly answer common queries related to check-in, amenities, and hotel policies.
- Management Tools: Enable hotel staff to manage reservations and answer user queries.
- Frontend: HTML, CSS (responsive design)
- Backend: Flask (Python)
- Conversational AI: LangGraph for structured conversation graphs
- Deployment: Docker (optional)
- Clone the repository:
git clone https://github.com/your-username/hotel-management-chatbot.git cd hotel-management-chatbot