NotSourcegraph
Detecting Sourcegraph logo with OpenCV
Install / Use
/learn @Andoryuuta/NotSourcegraphREADME
Not Sourcegraph
An application for detecting if an image is Sourcegraph or not.

Usage
- Requires Python3 & venv
*Nix:
git clone https://github.com/Andoryuuta/NotSourcegraph.gitcd NotSourcegraphpython3 -m venv envsource env/bin/activatepip3 install -r requirements.txtpython NotSourcegraph.py
Windows:
git clone https://github.com/Andoryuuta/NotSourcegraph.gitcd NotSourcegraphpy -3 -m venv envenv\Scripts\activate.batpip3 install -r requirements.txtpython 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.
