Git Product home page Git Product logo

not-pepe's Introduction

not-pepe

Get your tensorflow installed

follow one of the guides here

Train it

python retrain.py \
 --bottleneck_dir=bottlenecks \
 --model_dir=inception \
 --summaries_dir=training_summaries/long \
 --output_graph=retrained_graph.pb \
 --output_labels=retrained_labels.txt \
 --image_dir=images

Classify it

python label_image.py image.jpg

Example output

(tensorflow) $ python label_image.py test-image.jpg
PEPE
(tensorflow) $ python label_image.py catte.png
NOT PEPE

NOT-PEPE AS A SERVICE

Deploy

using cURL:

$ curl -X POST \
  https://starry-lattice-183618.appspot.com \
  -F url=http://i0.kym-cdn.com/photos/images/facebook/000/862/065/0e9.jpg

example response bodies:

{
  "results": "PEPE",
  "status": "OK"
}
{
  "results": "NOT_PEPE",
  "status": "OK"
}

I'm no hero. I put my bra on one boob at a time like everyone else.

not-pepe's People

Contributors

lindseyb avatar dependabot-preview[bot] avatar dependabot-support avatar

Stargazers

Imani 'K!ฮ G' Niyigena  avatar  avatar  avatar Thomas O'Brien avatar Lulzx avatar John Rehbein avatar Xingliang Yu avatar Jennifer Arguello avatar Delta avatar Steve Baker avatar Hugo avatar Bex Warner avatar Brennan Novak avatar Vitaly Domnikov avatar Cosmo Borsky avatar Ash Wilson avatar Craig Errington avatar Jeff Triplett avatar Isaac Elias avatar Steve McCoy avatar Miikka Koskinen avatar

Watchers

James Cloos avatar  avatar

Forkers

lulzx

not-pepe's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.