Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 696 Bytes

File metadata and controls

15 lines (10 loc) · 696 Bytes

AI Telegram Bots

Now that I know how to call Telegram's API , expect many bots in the near future

Sentiment Analyzer Bot:

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

CV Bot

A Computer Vision Bot which sends back the Age and Gender of Homo Sapiens given to it

HTR Bot

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

NER Bot

Named Entity Recognition Bot, inspired by Spacy's NER models