Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 700 Bytes

File metadata and controls

14 lines (12 loc) · 700 Bytes

Wikimania_19_Tutorial

This repository contains code and libraries for the tutorial "Discovering and Analyzing Wikimedia Images" at Wikimania 2019

Requirements:

  • Python 2.7
  • OPENCV: pip install opencv-python==3.3.0.10 (You should be able to use 4, too)
  • Tensorflow: pip install tensorflow==1.14.0 (I have 1.12 but this should work too)
  • Google Vision API: pip install google-cloud-vision
  • Numpy/Math/Matplotlib (probably you have them already)
  • Scipy and Sklearn libraries.

Main Files

  • Image_Analysis_Wikimania_19.ipynb for the first part of the tutorial on image classification
  • Image_Comparison_Wikimania_19.ipynb for the second part of the tutorial on image analysis