Momus is a cross-platform image processing tool that designed to counter image matching on social media platform.
Monus uses SIFT(Scale Invariant Feature Transform) from opencv to detect all keypoint on img then inject noise to avoid auto-detection.
Extra library needed:
flask
Run:
python3 Momus_flask.py
Libraries:
PySimpleGUI
numpy
cv2
matplotlib
pillow
Install:
pip3 install -r requirements.txt
Run:
python3 Momus.py
Pack to exe:
pyinstaller -F -i logo.ico -w Momus.py -p image_processing.py
Download Release:
output file(Under same dir):
originalname_output.png
Mac version is currently unavailable due to Issue on tkinte under MacOS 10.14.6