Pizza-or-Not-a-Pizza

It's a simple script that I wrote after getting inspired by famous Silicon Valley Show Hot dog or not Hot Dog App

MIT License

Stars
29

Pizza-or-Not-a-Pizza

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

Installion

Things Needed

  1. Clarifai Api
  2. Flask
  3. Twilio Api
  4. Make sure to export Clarifai and Twilio API.
  5. tunnel localhost using ngrok to create a webhook
    git clone repo
    cd image-recognition\
    pipenv install
    pipenv shell
    

See it in Action