Skip to content

A Nodejs server that enables you train, publish and predict a custom vision model that can recognize landmarks on Azure

Notifications You must be signed in to change notification settings

Queen-esther01/AI-Landmark-Prediction-Server

Repository files navigation

Running Project

  • add .env file with the following configs
    • VISION_TRAINING_KEY = XXXXXXXXXXX
    • VISION_TRAINING_ENDPOINT = XXXXXXXXXXX
    • VISION_PREDICTION_KEY = XXXXXXXXXXX
    • VISION_PREDICTION_ENDPOINT = XXXXXXXXXXX
    • PROJECT_ID = XXXXXXXXXXX
    • VISION_PREDICTION_RESOURCE_ID = XXXXXXXXXXX
  • npm install && npm start
    • to watch for file changes, change start script in package.json from node index.js to nodemon index.js

API

https://customvisionappserver.azurewebsites.net/api/v1 To confirm server is up and running, paste api in browser, you should get a hello world in return

About

A Nodejs server that enables you train, publish and predict a custom vision model that can recognize landmarks on Azure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published