This project is a simple AI-powered chatbot built using Python. It uses an API to generate human-like responses and can be used for learning, automation, or building real-world applications like customer support bots.
The chatbot takes user input and returns intelligent responses using Natural Language Processing (NLP).
- 💬 Interactive chat system
- 🤖 AI-generated responses using API
- 🔄 Continuous conversation loop
- ⚡ Fast and lightweight
- 🧠 Easy to upgrade with Machine Learning models
- Python 🐍
- OpenAI API (or any chatbot API)
- Requests Library
- JSON Handling
- chatbot.py → Main chatbot logic
- training.py → Model training
- intents.json → Training data
git clone https://github.com/Dipanshugp/chatbot.git
cd chatbot