Skip to content

Building a bot that extracts text from an image or pdf with handwritten or printed text.

License

Notifications You must be signed in to change notification settings

wamaithaNyamu/Building-a-telegram-bot-using-azure-cognitive-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

AI Powered telegram bot that turns your handwritten notes into one PDF


DEMO:

DEMO.gif

About The Project

Telegram bot takes in a photo and gives back all the text on the photo

Getting Started

Find a blog post on the same here

Create a .env and paste the following:

COG_SERVICE_ENDPOINT=your_azure_endpoint_goes_here
COG_SERVICE_KEY=your_azure_key_goes_here
TELEGRAM_TOKEN=your_telegram_token_goes_here
BOT_URL=your_heroku_url_goes_here
PORT=5000
pip install -r requirements.txt

Unix Bash (Linux, Mac, etc.):

export FLASK_APP=app
flask run

Windows CMD:

set FLASK_APP=app
flask run

Windows PowerShell:

$env:FLASK_APP = "app"
flask run

About

Building a bot that extracts text from an image or pdf with handwritten or printed text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published