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
- Host: GitHub
- URL: https://github.com/brunobritodev/cognitiveservicesexamples
- Owner: brunobritodev
- License: mit
- Created: 2018-08-22T06:24:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:47:59.000Z (over 3 years ago)
- Last Synced: 2025-09-25T01:49:47.224Z (10 months ago)
- Topics: angular6, asp-net-core, aspnet-core, cognitive-services, computer-vision
- Language: TypeScript
- Homepage: https://www.brunobrito.net.br/asp-net-core-cognitive-services/
- Size: 4.16 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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