This project integrates Google Cloud Vision API into a simple web interface that allows users to upload an image and receive recognition results such as labels, landmarks, and text detection. Useful for prototyping AI-powered image analysis features.
- πΌοΈ Upload an image and get labels, landmarks, and OCR text.
- βοΈ Google Cloud Vision API integration.
- β‘ Simple and responsive UI for testing and demo purposes.
git clone https://github.com/salmanpatnee/Google_Vision_Image_Recognition.git
cd Google_Vision_Image_Recognitioncomposer install
npm install- Create a
.envfile in the root directory. - Add your Google Cloud credentials (e.g., API key or path to credentials JSON file).
npm start- βοΈ Vue
- βοΈ Google Cloud Vision API
MIT License
Salman Patnee
- GitHub: @salmanpatnee