Skip to content

Shrikee/imageRecognition_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image recognition api

Nodejs + Vue.js(Vuetify) project. Imagga as image recognition service

Installation

Install https://ngrok.com/ for port forwarding ( server to be acessable from the net )

Server

$ cd project_dir
$ npm i
  • add .env variables { API_KEY= Imagga key; API_SECRET= Imagga secret; SERVER_ADDRESS= ngrok adress ( frontend will be doing calls to this link ) MONGO_ADDRESS= link to DB }
  • add to .babelrc : "plugins": [ "@babel/plugin-proposal-class-properties" ]
npm run dev

Frontend

cd ./frontend
npm i
add .env variable VUE_APP_SERVER_ADDRESS=SERVER_ADDRESS ( ngrok link to server )
npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published