Chatbot Streamlit Project 🤖
A Python-based chatbot built with Streamlit that answers questions from a preprocessed FAQ dataset using Information Retrieval (IR).
Features ✨
Interactive chatbot interface
Fast retrieval of answers
Deployable on Streamlit Cloud
Minimal and clean project structure
Quick Start 🚀
Clone the repository
git clone https://github.com/username/Chatbot-Streamlit.git cd Chatbot-Streamlit
Install dependencies
pip install -r requirements.txt
Run locally
streamlit run app.py
Streamlit Deployment 🌐
Go to Streamlit Share
Click New app → From GitHub
Select your repository, branch main, main file app.py
Click Deploy → Done!
Dependencies 📦
All required packages are in requirements.txt, e.g., streamlit, numpy, pandas, scikit-learn, nltk.