Telegram bot for age and gender recognition powered by aiogram and OpenVINO™.
Message processing and image inference is completely asynchronous.
At the moment, the bot does not have a permanent hosting, but I run it from time to time.
You can send a message here. It will be processed as soon as the bot appears on the network.
-
Set the environment variable
AGE_RECOGNITION_BOT_TOKEN
containing a telegram bot token. -
Download the necessary models from Open Model Zoo repository and place them in the models folder.
-
Run the program.
python main.py
- Use webhooks instead of polling.
- Add an argument parser to set some parameters.