kshithijiyer / Image_analyzer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Python 58.2%Language:HTML 41.8%