Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 841 Bytes

README.md

File metadata and controls

56 lines (27 loc) · 841 Bytes

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

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