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