Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LevyHsu authored Mar 24, 2020
1 parent e55a495 commit 5ae855c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Momus
### Momus is a cross-platform image processing tool that designed to counter AI censorship on social media.
### Momus是一款用来绕过社交平台AI图片审查的跨平台工具
<br/>

#### Monus uses SIFT(Scale Invariant Feature Transform) from opencv to detect all keypoint on img then add noise to avoid auto-detection.
#### Monus使用opencv库中的SIFT(Scale Invariant Feature Transform)算法来标记所有的关键点,然后添加噪音来避免社交平台的自动审查
<br/>

Libraries:
```
PySimpleGUI
Expand All @@ -13,7 +13,7 @@ cv2
matplotlib
pillow
```
<br/>

Install:
```bash
pip3 install -r requirements.txt
Expand All @@ -32,7 +32,7 @@ Download Release:
[Github](https://github.com/LevyHsu/Momus/releases)<br/>
[levyhsu.com](https://levyhsu.com/uploads/Momus.exe)
<br/>
<br/>

output file(Under same dir):
```
output.png
Expand Down

0 comments on commit 5ae855c

Please sign in to comment.