Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mechnicov/sex-photo-classifier-bot
Telegram bot for sex recognition by photo
https://github.com/mechnicov/sex-photo-classifier-bot
Last synced: 3 months ago
JSON representation
Telegram bot for sex recognition by photo
- Host: GitHub
- URL: https://github.com/mechnicov/sex-photo-classifier-bot
- Owner: mechnicov
- License: mit
- Created: 2021-12-20T09:33:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T14:40:26.000Z (over 1 year ago)
- Last Synced: 2024-06-28T12:32:59.418Z (5 months ago)
- Language: Python
- Homepage: https://t.me/sex_photo_classifier_bot
- Size: 145 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sex photo classifier Telegram Bot
### Launch
Clone this repo
Set up your credentials, please see example:
```
$ cp .env.example .env
```Build docker image:
```
$ docker build . -t sex_photo_classifier
```To run:
```
$ docker run --name sex_photo_classifier -d sex_photo_classifier
```The first launch can be lengthy due to the machine learning process
You can send photo to bot. Bot will try to guess sex. Also you can leave feedback
### Example of usage
![Example of usage](https://github.com/mechnicov/sex-photo-classifier-bot/blob/master/example.jpg?raw=true)