Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aydinnyunus/ur-ai

Create Your AI ChatBot and Connect it to the Whatsapp !
https://github.com/aydinnyunus/ur-ai

artificial-intelligence bot bots chat chatbot chatbot-application chatbots deep-learning machine-learning python python-3 python3 selenium selenium-python selenium-webdriver series silicon-valley whatsapp whatsapp-chat whatsapp-web

Last synced: 3 months ago
JSON representation

Create Your AI ChatBot and Connect it to the Whatsapp !

Awesome Lists containing this project

README

        

# UR-AI
Create Your AI ChatBot and Connect it to the Whatsapp !

An example of typical input would be something like this:

> user: Good morning! How are you doing?

> bot: I am doing very well, thank you for asking.

> user: You're welcome.

## INSTALLATION

```
pip install -r requirements.txt

```

![github-small](/Images/first.png)

## DOWNLOAD THE MESSAGES

```

Whatsapp/Settings/Chat History/Diver Chat/Select a Chat and Send to your Drive or Mail.Then Download it.

```

## Usage

•**Set PHONE NUMBER, SENDER and RECEIVER and FILE PATHS on "main.py".**

•**Run main.py**

•**About 10 seconds,The Message will send the Target.**

## Training data

•**Data will convert to JSON file.**

•**Removing Emojis in the Data**

```
Check the JSON File Path

trainer.train(file_path)

```

![github-small](/Images/second.png)