Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vekeryk/media-filter-bot
Telegram media filter bot that can detect nsfw content using Keras model predictions
https://github.com/vekeryk/media-filter-bot
bot keras nsfw-filter nsfw-recognition telegram-bot tensorflow
Last synced: about 17 hours ago
JSON representation
Telegram media filter bot that can detect nsfw content using Keras model predictions
- Host: GitHub
- URL: https://github.com/vekeryk/media-filter-bot
- Owner: Vekeryk
- Created: 2023-07-01T22:51:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T11:00:29.000Z (over 1 year ago)
- Last Synced: 2024-11-12T06:12:45.717Z (2 months ago)
- Topics: bot, keras, nsfw-filter, nsfw-recognition, telegram-bot, tensorflow
- Language: Python
- Homepage:
- Size: 9.11 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Telegram media filter bot
_This bot uses model from https://github.com/GantMan/nsfw_model_
### Overview
- Add spoilers to photos
- Detect nsfw content using Keras model predictions
- Add forward-from-chat to black list
- Restrict users media**Install dependencies** - `pip install python-telegram-bot numpy tensorflow tensorflow_hub Pillow`