Skip to content

This is a Django application which uses Google's Vision API to analyze images and show results on an web browser.

License

Notifications You must be signed in to change notification settings

kshithijiyer/Image_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Analyzer

This is a Django application which uses Google's Vision API to analyze images and show results on an web browser.

Prerequisites

  1. Google cloud API key
  2. Python 2.x
  3. Django 1.x

Installation and Execution

  1. Download the project files from github.
git clone https://github.com/kshithijiyer/Image_analyzer.git
  1. Set the path to apikey.json file.
export GOOGLE_APPLICATION_CREDENTIALS=/path/api.json
  1. Change directory to the project directory
cd Image_analyzer
  1. Now start the django server.
python manage.py runserver
  1. Open the link http://127.0.0.1:8000/analyze/ on your web-browser to use the Application.

Usage

  • Click on select some files button and select any .jpg file.
  • Now click on Submit button.
  • Click on History button to get an history of all the images analyzed.

Built with

  1. Pycharm
  2. Django
  3. Python

Author

Kshithij Iyer

Licence

The project is released under apache 2.0 licence.

About

This is a Django application which uses Google's Vision API to analyze images and show results on an web browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published