This is a Django application which uses Google's Vision API to analyze images and show results on an web browser.
- Google cloud API key
- Python 2.x
- Django 1.x
- Download the project files from github.
git clone https://github.com/kshithijiyer/Image_analyzer.git
- Set the path to apikey.json file.
export GOOGLE_APPLICATION_CREDENTIALS=/path/api.json
- Change directory to the project directory
cd Image_analyzer
- Now start the django server.
python manage.py runserver
- Open the link
http://127.0.0.1:8000/analyze/
on your web-browser to use the Application.
- 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.
The project is released under apache 2.0 licence.