Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`