Skip to content

Flash019/FUTURE_ML_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Wizard Customer Support UI

πŸ§™β€β™‚οΈ Wizard Customer Support Chatbot

An intelligent FAQ chatbot using Sentence-BERT for question matching and Groq’s LLaMA 3 for smart fallback answers.

πŸš€ Live Demo


πŸ” Overview

Wizard Customer Support is a Streamlit-based chatbot that handles real-time customer queries using a hybrid of:

  • Semantic Search with SentenceTransformers
  • Groq LLaMA 3 API for fallback answers

It’s designed to simulate a helpful, magical support wizard πŸ§™ that always finds an answer.


🧰 Tech Stack

  • πŸ”€ NLP: sentence-transformers (all-MiniLM-L6-v2)
  • πŸ€– Fallback LLM: Groq + llama3-8b-8192
  • πŸ“Š Data: CSV-based FAQ ingestion
  • 🌐 Frontend: Streamlit
  • πŸ“Ž Similarity: Cosine similarity for semantic search

πŸ“¦ Setup Instructions

# 1. Clone the repository
git clone https://github.com/Flash019/FUTURE_ML_03.git
cd FUTURE_ML_03

# 2. Install dependencies
pip install -r requirements.txt

# 3. Run the app
streamlit run wizard_coustomer_support.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages