Setup Instructions
1️⃣ Clone the Repository
git clone https://github.com/kritibehl/AI-Chatbot.git cd AI-Chatbot
2️⃣ Create a Virtual Environment
python3 -m venv chatbot_env source chatbot_env/bin/activate # On Mac/Linux chatbot_env\Scripts\activate # On Windows
3️⃣ Install Dependencies
pip install --upgrade pip pip install -r requirements.txt
4️⃣ Train the Chatbot
python train_chatbot.py
5️⃣ Run the Chatbot
python chatbot.py