Now that I know how to call Telegram's API , expect many bots in the near future
The first model is my own sentiment analyzer using Python and Google’s Natural Language API on Tweets, Also added is a custom model that also detects entities and predefined labels i.e. toxicity in the tweet
A Computer Vision Bot which sends back the Age and Gender of Homo Sapiens given to it
A Computer Vision Bot which sends back the handwritten text transcribed from an Image using google's Tesseract Engine, use text written on a white background
Named Entity Recognition Bot, inspired by Spacy's NER models