Skip to content

detects handwritten images from a file and translates then outputs the results

Notifications You must be signed in to change notification settings

odhiambo123/computervision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

computervision

detects handwritten images from a file and translates then outputs the results

Install the python decouple package to help with the .env files

$ pip install python-decouple

Create a .env file

on linux use: touch .env

on windows use: New-Item .env -type file

create a computer vision resource

after you create your resource, copy the endpoint and the subsription keys and add them to the .env file as below

COMPUTER_VISION_SUBSCRIPTION_KEY='' COMPUTER_VISION_ENDPOINT=''

you can add a different file path to read from by replacing the url on main.py run your code.

References:

Azure samples

how to set environment variables

About

detects handwritten images from a file and translates then outputs the results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages