CoolFace
Apppublic

osmansec/faq-chatbot

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿ’ฌ 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:

bash
pip install -r requirements.txt