An open API service indexing awesome lists of open source software.

https://github.com/brunobritodev/cognitiveservicesexamples

Computer Vision Api through Angular and Web Api
https://github.com/brunobritodev/cognitiveservicesexamples

angular6 asp-net-core aspnet-core cognitive-services computer-vision

Last synced: 9 months ago
JSON representation

Computer Vision Api through Angular and Web Api

Awesome Lists containing this project

README

          

# ASP.NET Core & Cognitive Services

Example App - Computer Vision Api through Angular app and Web Api

* **Server Side**: ASP.NET Core
* **Front-end**: Angular 6 with BS4 Admin template.

Pre reqs

* Net.Core 2.1
* angular-cli 6+

Techs:

* ASP.NET Core
* Angular 6

# How to run

1. Open VSCode and load folder
* Open terminas (CTRL + \`)
* cd frontend
* npm install
* npm start
* Add new Terminal ( + )
* cd Backend
* dotnet run

More about on [ASP.NET Core & Cognitive Services - Computer Vision](https://www.brunobrito.net.br/asp-net-core-cognitive-services/) - Portuguese only