π€ FAQ Chatbot A simple FAQ Chatbot built with Python, NLP (SpaCy, Scikit-learn), and Flask that helps answer frequently asked questions. The chatbot can handle both formal FAQs (e.g., order tracking, return policy) and normal conversations (e.g., greetings, small talk)
How to Run
step 1 -Install dependencies:
pip install -r requirements.txt
python -m spacy download en_core_web_sm
step 2 - Run chatbot in terminal: python chatbot.py