Skip to content

Where the world builds software

Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.

65+ million

Developers

3+ million

Organizations

200+ million

Repositories

72%

Fortune 50

Glowing universe
Mona looking at GitHub activity across the globe

Build like the best with GitHub Enterprise

Take collaboration to the next level with security and administrative features built for teams.

Futuristic city scape

Give your code a home in the cloud

  • Record or rewind any change to your code to keep you and your team in sync. Host it all for free with unlimited public and private repositories.

    Sign up for GitHub
The resulting GitHub repository page from pushing
File icon
octocat-classifier
File icon
assets
File icon
tests
File icon
LICENSE
File icon
README.md
File icon
index.js
File icon
package.json
File icon
README.md
File icon
app.js
File icon
index.html
          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          13
          14
          15
          16
          17
          18
          19
          20
          21
          22
          23
          24
          25
          26
          27
          28
          29
          30
          
              # Octocat Classifier :octopus: :cat: :mag:

              ![](https://img.shields.io/badge/build-passing-brightgreen) ![](https://img.shields.io/badge/coverage-90%25-green) ![](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen)

              As the name suggests, Octocat Classifier is used to determine whether a given image contains an Octocat. It is trained with images from the [Octodex](1), images shared with [#MyOctocat on Twitter](2), and [photographs of laptops with :octocat: stickers on them]().

              ## Installation

              ```
              git clone https://github.com/jasonetco/octocat-classifier
              ```