goodhands / vision-app

An application that labels images based on the Google Vision Cloud API

Home Page:https://vision-app.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vision: Label images with Google Vision API

A simple Vue 3 CLI app to label uploaded images or images on the web with the Google Vision API.

Netlify Status

Detect Labels for multiple images

Using the helpful Cloudinary upload widget, you can upload and label multiple images from various sources such as your local computer, google drive, Facebook, Instagram and any image hosted on a CDN. Samuel & his Avatar

Label a single image on the web

Remi

Image: Omai Essentials

Run this project locally

To run this project locally, clone this repo and run the commands belows. Copy over the contents of .env.local.example to .env.local or run cp .env.local.example .env.local and replace the credentials with the one gotten from Google APIs and Cloudinary.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Developer

This application was written by Samuel Olaegbe.

About

An application that labels images based on the Google Vision Cloud API

https://vision-app.netlify.app


Languages

Language:Vue 52.5%Language:JavaScript 25.3%Language:CSS 15.7%Language:HTML 5.0%Language:Dockerfile 1.5%