Categorygithub.com/canack/AgePredictionBot
repository
0.0.0-20220701161118-f21c91f4003e
Repository: https://github.com/canack/agepredictionbot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Age Prediction Bot for Telegram

Bot makes a guess on age range with using AWS Rekognition service.

If you want give a try directly, send a message @AgePredictionBot on telegram!

Demo

demo

Usage/Example:

Note :

For using docker:

# You should set up your aws credentials before using this instructions!

git clone --depth=1 https://github.com/canack/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

Or you can directly run:

# You should set up your aws credentials before using this instructions!

git clone --depth=1 https://github.com/canack/AgePredictionBot
cd AgePredictionBot
cd cmd/agebot
go mod tidy
BOT_TOKEN="your_bot_token" go run .

License : MIT

Feel free to contribute!