https://github.com/sohelamin/chatbot
An AI Based Chatbot [DEPRECATED]
https://github.com/sohelamin/chatbot
ai chatbot python
Last synced: 29 days ago
JSON representation
An AI Based Chatbot [DEPRECATED]
- Host: GitHub
- URL: https://github.com/sohelamin/chatbot
- Owner: sohelamin
- Created: 2016-07-10T08:24:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T12:21:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T03:01:54.376Z (about 1 month ago)
- Topics: ai, chatbot, python
- Language: Python
- Homepage: http://chatbot.sohelamin.com/
- Size: 1.18 MB
- Stars: 410
- Watchers: 33
- Forks: 252
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatbot
AI Based Chatbot### Requirements
Python = 2.x.x
Flask
Aiml
pip## Installation
1. Clone and navigate to chatbot directory.
2. Install the required packages.
```bash
pip install -r requirements.txt
```3. Run the python server.
```bash
python main.py
```
4. Open **http://127.0.0.1:5000** in your browser.5. You're done and let's chat with your Robot via browser.
## Screenshot
## Author
[Sohel Amin](http://www.sohelamin.com)