About this capture
COLLECTED BY
Collection: yandex.ru
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:    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 ```
→ ~/octocat-classifier gh repo create octocat-classifier ✓ Created repository jasonetco/octocat-classifier on GitHub ✓ Added remote https://github.com/jasonetco/octocat-classifier.git → ~/octocat-classifier git push origin main
→ ~/octocat-classifier npm install eslint + eslint@7.8.1 added 109 packages from 64 contributors and audited 109 packages in 3.491s 9 packages are looking for funding run `npm fund` for details found 0 vulnerabilities → ~/octocat-classifier
➜ ~ gh pr status Relevant pull requests in cli/cli Current branch There is no pull request associated with [main] Created by you You have no open pull requests Requesting a code review from you #1401 Correctly handle and set empty fields... [octocat:emptyBody] ✓ Checks passing #1357 Added confirmation steps for risk... [octocat:confirmations] x 1/3 checks failing ➜ ~