An open API service indexing awesome lists of open source software.

https://github.com/mraza007/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
https://github.com/mraza007/pizza-or-not-a-pizza

artificial-intelligence clarifai neural python python3 twilio

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.youtube.com/watch?v=m_S7caqSFxc)

![image](https://user-images.githubusercontent.com/21070545/38285587-d988a8d6-378e-11e8-8596-0e845db3ab1e.png)