Not Pizza

Have you ever seen something and wondered if it was a pizza or not?

No? Doesn’t matter.

What matters is that we have a state of the art image classification system right here that could assist all the people out there in determining if something is a pizza or not.

Usage

Using it is so simple, all you have to do is head over to https://keidyz.github.io/not-pizza-app/ and upload a photo!

Here, let’s try this royalty free photo of a pepperoni pizza I got from here

Great, huh?

Now how about this other image

Now for the final test, let’s use this

Brilliant, isn’t it?

And best of all? it’s responsive! Open it up on your phone or your tablet and take pictures of suspicious pizzas from anywhere! That easy.

Local usage

  • clone the repository: git clone [email protected]:keidyz/not-pizza-app.git (or download it to your local)
  • navigate to the downloaded folder
  • once in the folder, install the dependencies: npm i
  • run it: npm run dev

Inspiration and other notes

This idea came from a Silicon Valley clip I saw when I was a kid https://www.youtube.com/watch?v=vIci3C4JkL0

The app uses ReactJs and relies on TensorFlow for the bulk of the image classification part of it.

There’s already a not hotdog app out there so I made a not pizza app that people can use in conjunction with that.

GitHub

View Github