FAQ Chatbot
Web • AI

FAQ Chatbot

Role

AI Developer

Year

2024

Category

Web • AI

About the Project

This FAQ Chatbot is a web-based conversational AI application focused on the software and technology domain. It leverages natural language processing to understand user queries and match them against a curated dataset of frequently asked questions. The system uses TF-IDF vectorization and cosine similarity for intent matching, with a fallback mechanism for unrecognized queries. The frontend provides a clean chat interface, while the Python backend handles all NLP processing.

Tech Stack

PythonFlaskNLPTF-IDFHTML/CSSJavaScript