johnpaulada / customvisiondemo

Sending requests to Azure's Custom Vision API using ReScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Vision API Demo

Development

Installation

Run npm install to install the packages for this project. If you haven't already done so, please install Rescript with npm install -g bs-platform.

Start Dev Server

To start the Dev Server, you'll need to run two commands:

npm run start:re
npm run start

If you want to test with SSL, do this instead:

npm run start:re
npm run gen-cert
npm run start:secure

npm run gen-cert will generate snowpack.crt and snowpack.key which will be used by npm run start:secure.

Build

Run npm run build to generate the bundled code in the build/ folder.

About

Sending requests to Azure's Custom Vision API using ReScript


Languages

Language:ReScript 62.2%Language:Shell 18.2%Language:JavaScript 9.9%Language:HTML 8.9%Language:CSS 0.8%