osmansec/faq-chatbot
0
๐ฌ FAQ Chatbot (Streamlit + Sentence Transformers)
This is a simple yet robust FAQ chatbot built with Streamlit and Sentence Transformers. It uses semantic embeddings to match user questions with the most relevant FAQ, making it much smarter than keyword-based TF-IDF.
๐ Features
- Ask natural questions in different ways, the bot will still understand.
- Uses MiniLM embeddings for semantic similarity.
- Built with Streamlit for an interactive UI.
๐ ๏ธ Installation
Clone the repo and install dependencies:
pip install -r requirements.txt
