A project experimenting with using synthetically created character images from TrueType font in a CNN system used to recognize handwritten characters.
From Keras MNIST Tutorial
Create a Virtual Environment using Conda.
conda create -n ENVNAMEActivate the environment.
source activate ENVNAMEYou can either use Theano or Tensorflow. Config the backend choice in ~/.keras/keras.json
conda install numpy scipy mkl nose sphinx keras theano matplotlibpip install sklearnconfig in ~/.theanorc
Mac OS X 10.13 have some problems with CUDA on my machine (GT750m) so I will use CPU only for now.
conda install -c conda-forge pygpu conda install pillowref: Pillow
for cv2 to work (utility to deal with images)
conda install -c clinicalgraphics vtkconda create -n ENVNAMEconda env list