This is a conversational chatbot built using Flask and deployed on Render. It can interact with users and provide responses based on a set of predefined rules.
- Python 3.x
- Flask
- Render (for deployment)
Clone this repository and install the dependencies:
git clone https://github.com/yourusername/chatbot-project.git
cd chatbot-project
pip install -r requirements.txt