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! 🚀