Momus is a cross-platform image processing tool that designed to counter AI censorship on social media platforms.
Momus是一款用来绕过社交平台AI图片匹配的跨平台工具
Github: https://github.com/LevyHsu/Momus
Download exe release: https://github.com/LevyHsu/Momus/releases
Online Demo: http://direct.momus.levyhsu.com/
Monus uses SIFT(Scale Invariant Feature Transform) from OpenCV to detect all keypoint on the image then inject noise to avoid auto-detection.
Monus使用opencv库中的SIFT(Scale Invariant Feature Transform)算法来标记所有的关键点,然后添加噪音来避免社交平台的图片自动匹配。
Library:
numpy cv2 matplotlib pillow
Install:
pip install PySimpleGUI numpy opencv-python matplotlib pillow
run:
python3 Momus.py
Pack to exe:
pyinstaller -F -i logo.ico -w Momus.py -p image_processing.py
Or use release version
output file(Under same dir):
output.png