Building a WhatsApp Chatbot with Python, Twilio, and EC2: Introducing ChatGPT WhatsApp Bot

Опубликовано: 15 Ноябрь 2024
на канале: Machine Learning Hub
45,919
735

Hello, Guys, I am Spidy. I am back with another video.

In this video, I am showing you how you can build a ChatGPT WhatsApp chatbot using Python, Twilio, and AWS EC2.

We have used:
Ngrok and Flask as a server.
Twilio as a WhatsApp agent.
ChatGPT API for generating responses.
Flask App as API for Request/Response model.
AWS EC2 for deployment (24/7 running).

---------------- Commands ----------------
Run Chatbot permanent
nohup python3 filename.py
[Close Terminal, the app will run as a service for permanent]

Stop Chatbot
ps -ef (Get process ID from here)
kill [id]

Flask Code & Flow of implementation►https://github.com/Spidy20/ChatGPT_Wh...
Donate►machinelearninghubai@okhdfcbank
Telegram Chatgpt BOT►    • Building a Telegram Chatbot with Pyth...  
🔥 Don't forget to Subscribe

My GitHub for free projects► https://github.com/Spidy20
My store for buying paid projects► https://bit.ly/3hXSZxQ
Facebook►   / machinelearninghubai  
Instagram►   / machine_learning_hub.ai  
Paypal► https://www.paypal.com/paypalme/spidy...
Buy Coffee for me► https://www.buymeacoffee.com/spidy20

Playlist that you should check👇
Machine Learning College Projects► https://www.shorturl.at/mpIJY
Python College Projects► https://www.shorturl.at/nDR25
Android App using Python► https://www.shorturl.at/pzCMQ

"The video thumbnails were created using publicly available images from Google images and are used solely for thumbnail purposes. I do not claim ownership of these images. If you are the owner of any copyrighted content used in these thumbnails and want them removed or changed, please contact me and I will comply promptly. Thank you."

#chatgpt
#awsec2
#awstutorial