https://github.com/andoryuuta/notsourcegraph
Detecting Sourcegraph logo with OpenCV
https://github.com/andoryuuta/notsourcegraph
not-hotdog opencv python sourcegraph
Last synced: 11 months ago
JSON representation
Detecting Sourcegraph logo with OpenCV
- Host: GitHub
- URL: https://github.com/andoryuuta/notsourcegraph
- Owner: Andoryuuta
- License: mit
- Archived: true
- Created: 2019-07-02T06:46:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T22:20:21.000Z (over 3 years ago)
- Last Synced: 2025-02-13T10:48:31.464Z (12 months ago)
- Topics: not-hotdog, opencv, python, sourcegraph
- Language: Python
- Size: 12.9 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Not Sourcegraph
An application for detecting if an image is Sourcegraph or not.

# 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](https://github.com/shaqian/Not-Hotdog) clone, complete with really bad image overlays that I made in a few seconds in gimp.