Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 !
- Host: GitHub
- URL: https://github.com/aydinnyunus/ur-ai
- Owner: aydinnyunus
- License: apache-2.0
- Created: 2020-04-17T15:18:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T01:30:24.000Z (over 3 years ago)
- Last Synced: 2024-10-01T07:41:16.621Z (4 months ago)
- Topics: 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
- Language: Python
- Size: 752 KB
- Stars: 20
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Pathtrainer.train(file_path)
```
![github-small](/Images/second.png)