An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# **_CHAT BOT_**



---

## Introduction

The chatbot is built using the flask framework. Can process natural language relatively accurately!

![Screenshot 2024-06-06 024945.png](https://files.fullstack.edu.vn/f8-prod/blog_posts/10695/6660c196d8bc3.png)

## Installation

```
# install requirements
pip install Flask
pip install CORS
pip install unidecode
```

## How to Use

```
$ python app.py
$ run index.html with live server
```