SkillAgentSearch skills...

NotSourcegraph

Detecting Sourcegraph logo with OpenCV

Install / Use

/learn @Andoryuuta/NotSourcegraph
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Not Sourcegraph

An application for detecting if an image is Sourcegraph or not.

gif

Usage

  • Requires Python3 & venv

*Nix:

  1. git clone https://github.com/Andoryuuta/NotSourcegraph.git
  2. cd NotSourcegraph
  3. python3 -m venv env
  4. source env/bin/activate
  5. pip3 install -r requirements.txt
  6. python NotSourcegraph.py

Windows:

  1. git clone https://github.com/Andoryuuta/NotSourcegraph.git
  2. cd NotSourcegraph
  3. py -3 -m venv env
  4. env\Scripts\activate.bat
  5. pip3 install -r requirements.txt
  6. python NotSourcegraph.py

Uh, what? Why?

I was playing around with tracking things in OpenCV and realized that I have alot of Sourcegraph merch around that is perfect to use as trackers. A certain somebody convinced me to make it into a Not Hotdog clone, complete with really bad image overlays that I made in a few seconds in gimp.

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks4

Languages

Python

Security Score

75/100

Audited on Aug 19, 2024

No findings