๐ค Puji Clone Chatbot ๐Demo
A conversational AI chatbot built using Streamlit, Google Gemini API, and FAISS for intelligent response generation. "Puji" is designed to behave like a friendly AI/ML/DL instructor who answers your questions conversationally.
- ๐ง Semantic search using SentenceTransformers + FAISS
- ๐ฌ Chat-style interface (ChatGPT-like UI)
- โจ Refined, AI-generated responses using Google Gemini
- ๐จ Dark theme with attractive chat bubble styling
- ๐ Loads Q&A pairs from a CSV file (
my_data.csv)
Install dependencies using pip:
pip install streamlit pandas sentence-transformers faiss-cpu google-generativeai