Company
Date Published
Author
Diane Phan
Word count
2956
Language
English
Hacker News points
None

Summary

The article guides users in building a WhatsApp picture sharing app using Twilio MMS, Clarifai API, Python, and Flask. The project involves creating a Flask web application that receives message notifications from Twilio, authenticates against the Twilio and Clarifai services, and stores important credentials to safely authenticate against these services. The app also integrates with ngrok to create a temporary public domain that redirects HTTP requests to the local port 5000. Once the app is set up, users can send pictures of food to their assigned WhatsApp number, and the app will recognize the picture using Clarifai's API and store it in a dictionary data structure for faster lookup time. The app also sends confirmations to the users when they check to see the pictures sent by others.