Skip to content

React (create-react-app) to analyze visual assets (images) with Azure Cognitive services.

License

Notifications You must be signed in to change notification settings

nmurav/js-e2e-client-cognitive-services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

(short, 1-3 sentenced, description of the project)

Features

This project framework provides the following features:

  • Feature 1
  • Feature 2
  • ...

Getting Started

Prerequisites

(ideally very short, if any)

  • OS
  • Library version
  • ...

Create Speech resource

az cognitiveservices account create \
    --name demo-cognitive-services \
    --resource-group rg-demo-cog-serv-eastus \
    --kind SpeechServices \
    --sku F0 \
    --location eastus \
    --yes

export REACT_APP_ComputerVisionKey=123456

Installation

(ideally very short)

  • npm install [package name]
  • mvn install
  • ...

Quickstart

(Add steps to get up and running quickly)

  1. git clone [repository clone url]
  2. cd [respository name]
  3. ...

Demo

A demo app is included to show how to use the project.

To run the demo, follow these steps:

(Add steps to start up the demo)

Resources

(Any additional resources or related projects)

  • Link to supporting information
  • Link to similar sample
  • ...

About

React (create-react-app) to analyze visual assets (images) with Azure Cognitive services.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • HTML 14.8%
  • CSS 8.0%