AgeInsight Bot is a Telegram bot that intelligently estimates a person's age range using AWS Rekognition. Simply send a photo, and the bot will analyze it and predict an age range!
π Try it now π @AgeInsight Bot
β
AI-powered AgeInsight using AWS Rekognition
β
Works in both private chats & groups (Supergroups required)
β
Lightweight and easy to deploy
β
Docker support for quick setup
β
Open-source & actively maintained
- The bot must be added to a supergroup to function in group chats. More info
- AWS credentials are required before running the bot. AWS Setup Guide
# Ensure your AWS credentials are set up before running!
git clone --depth=1 https://github.com/woremixituki/AgePredictionBot
cd AgePredictionBot
docker build -t age-prediction:latest -f age-prediction.Dockerfile .
docker run --rm \
-e BOT_TOKEN="your_bot_token" \
-e AWS_ACCESS_KEY_ID="aws_access_key_id" \
-e AWS_SECRET_ACCESS_KEY="aws_secret_access_key" \
-e AWS_REGION="aws_region" \
age-prediction:latest
# Ensure your AWS credentials are set up before running!
git clone --depth=1 https://github.com/woremixituki/AgePredictionBot
cd AgePredictionBot/cmd/agebot
go mod tidy
BOT_TOKEN="your_bot_token" go run .
This project is licensed under the MIT License.
π Contributions are welcome! π Feel free to submit issues and pull requests.
π Happy coding! π