/azure-classification-api

Using a cognitive service from azure to predict the class of images

Primary LanguagePython

Description

API to interact with azure cognition services (vision) using Flask

Requirement

python >=3.6

fill the blank with ur azure services

prediction_key = ""
prediction_resource_id = ""
project_id = ""
publish_iteration_name = ""

Installation

pip install -r requirements.txt

python api_dev.py