MuseumChatBot is an AI-powered chatbot built using Flask and Hugging Face's pre-trained models. It is designed to assist museum visitors by answering frequently asked questions (FAQs) and providing accurate responses to user queries about the museum's exhibits, history, and more.
- Handles FAQs with precise answers using predefined data.
- Uses Hugging Face's
distilbert-base-cased-distilled-squad
model for dynamic question-answering. - Built using Flask for a lightweight and scalable web application.
- Easy-to-use web interface for user interaction.
Technologies Used Flask: Backend web framework Hugging Face Transformers: AI-powered question-answering pipeline HTML/CSS: Frontend user interface