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
- Host: GitHub
- URL: https://github.com/mraza007/pizza-or-not-a-pizza
- Owner: mraza007
- License: mit
- Created: 2018-04-04T01:56:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:18:17.000Z (over 2 years ago)
- Last Synced: 2025-03-18T12:02:13.907Z (2 months ago)
- Topics: artificial-intelligence, clarifai, neural, python, python3, twilio
- Language: Python
- Homepage:
- Size: 7.38 MB
- Stars: 29
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)