/forensic-handwriting-verification

Given two samples of handwriting, the model learn't can be used to predict if they belong to the same person or not

Primary LanguagePython

#GOAL: Given two samples of handwriting, the model learn't can be used to predict if they belong to the same person or not

TODO

Interesting links

Install steps for python 3.6 with conda and compatible tensorflow

conda info --envs conda create --name tfpy python=3.6 source activate tfpy pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.2.0-py3-none-any.whl