Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andoryuuta/notsourcegraph
Detecting Sourcegraph logo with OpenCV
https://github.com/andoryuuta/notsourcegraph
not-hotdog opencv python sourcegraph
Last synced: 22 days ago
JSON representation
Detecting Sourcegraph logo with OpenCV
- Host: GitHub
- URL: https://github.com/andoryuuta/notsourcegraph
- Owner: Andoryuuta
- License: mit
- Created: 2019-07-02T06:46:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T22:20:21.000Z (over 2 years ago)
- Last Synced: 2023-03-02T17:37:03.421Z (over 1 year ago)
- Topics: not-hotdog, opencv, python, sourcegraph
- Language: Python
- Size: 12.9 MB
- Stars: 9
- Watchers: 1
- 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.![gif](https://github.com/Andoryuuta/NotSourcegraph/raw/master/ss/not_sg.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](https://github.com/shaqian/Not-Hotdog) clone, complete with really bad image overlays that I made in a few seconds in gimp.