A simple AI chatbot built with Hugging Face Blenderbot and Streamlit.
AI-Chatbot/
β
βββ chatbot.py # Main Streamlit app
βββ requirements.txt # Dependencies
βββ venv/ # Virtual environment (optional)
βββ README.md # Project documentation
- Clone repo
git clone https://github.com/codebrakerboy/AI-Chatbot.git cd AI-Chatbot
python3 -m venv venv
source venv/bin/activate pip install -r requirements.txt
Run the chatbot
streamlit run chatbot.py