A simple Vue 3 CLI app to label uploaded images or images on the web with the Google Vision API.
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.
Image: Omai Essentials
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.
npm install
npm run serve
npm run build
npm run lint
This application was written by Samuel Olaegbe.