https://github.com/dvhcoding/chatbot-ai
Chatbot AI is built with Flask (Python)
https://github.com/dvhcoding/chatbot-ai
Last synced: about 1 year ago
JSON representation
Chatbot AI is built with Flask (Python)
- Host: GitHub
- URL: https://github.com/dvhcoding/chatbot-ai
- Owner: DVHcoding
- License: mit
- Created: 2024-06-05T19:39:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T07:36:55.000Z (almost 2 years ago)
- Last Synced: 2025-05-08T17:55:36.516Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 8.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **_CHAT BOT_**
---
## Introduction
The chatbot is built using the flask framework. Can process natural language relatively accurately!

## Installation
```
# install requirements
pip install Flask
pip install CORS
pip install unidecode
```
## How to Use
```
$ python app.py
$ run index.html with live server
```