It's a simple script that uses clarifai image recognition model to determine whether its a pizza or a not pizza
The inspiration for this script came from HBO's famous Silicon Valley Show
- Clarifai Api
- Flask
- Twilio Api
- Make sure to export Clarifai and Twilio API.
- tunnel localhost using ngrok to create a webhook
git clone repo
cd image-recognition\
pipenv install
pipenv shell