https://github.com/labring/nsfw
https://github.com/labring/nsfw
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/labring/nsfw
- Owner: labring
- Created: 2023-07-20T10:00:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T10:05:20.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T03:06:41.130Z (about 2 years ago)
- Language: Python
- Size: 9.11 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nsfw
Trained on 60+ Gigs of data to identify:
drawings - safe for work drawings (including anime)
hentai - hentai and pornographic drawings
neutral - safe for work neutral images
porn - pornographic images, sexual acts
sexy - sexually explicit images, not pornography
# requirements
numpy
tensorflow
tensorflow_hub
flask
Pillow
# usage
```
./build.sh
./run.sh
python3 test_api.py
```