Age estimation project with telegram bot
- clone this repo
- insert ur path to .pth model in utils.py, insert ur tg-bot token in app.py
- pip install -r requirements.txt
- python app.py
- fun :)
In this work:
- Experiments were conducted to implement the algorithm proposed in the paper. The experiments were unsuccessful for a number of reasons. The code for the experiments can be seen in MWR_experements.ipynb
- Inference pipeline for the model proposed in the article has been implemented. The (partial) implementation and the pre-trained model were taken from the official github of the authors of the article
- The model is wrapped in a telegram bot
Use colab notebook AgeEstimation_tg_bot.ipynb for demo of the project