This is a small web API project made for my journey in learning services provided by Microsft Azure. In this case, Computer Vision under Microsoft Cognitive Services.
- Go to Azure Portal and register a resource for Computer Vision
- Go to resource page > Keys and Endpoint > copy the Key and Endpoint
- Clone this repo and open it using your favorite code editor ( Visual Studio Code or Visual Studio )
- Open appsettings.json file and under the ComputerVision section, replace your Key and Endpoint
- Run the web API