Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.05 KB

AgeEstimation

Age estimation project with telegram bot

Installation

  1. clone this repo
  2. insert ur path to .pth model in utils.py, insert ur tg-bot token in app.py
  3. pip install -r requirements.txt
  4. python app.py
  5. fun :)

About work

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

Demo

Use colab notebook AgeEstimation_tg_bot.ipynb for demo of the project