This repository contains the code used for the hands-on session of the "Computer Vision for Digital Humanities" Workshop on the 7th of August during the DHCONF2017.
Slides used for the two sessions :
There were two hands-on sessions :
- The first one is about simple image processing and getting used with the notebook system here.
- The second one was about face detection and recognition and using generic Neural Network features as a first approach for any vision task.
If you want to be able to run the experiments by yourselves :
- Install anaconda (version 3) https://www.continuum.io/downloads (don't forget to add anaconda to the path during installation)
- Download this repository
git clone https://github.com/SeguinBe/DHWorkshop2017
- Create an anaconda virtual environment from the configuration
conda env create -f simple-environment.yml
- Activate the environment
source activate dhworkshop
- Launch a jupyter server
jupyter-notebook