IAM Dataset Writer Recognition Using a CNN
- Install Anaconda or Miniconda
- Run
conda env create -f environment.ymlto install dependencies - Run
source activate iam_writer_recognitionto activate environment - Configure Jupyter to use the conda environment by running:
python -m ipykernel install --user --name=iam_writer_recognition
- Setup dataset as explained here
- Initialize Jupyter by running
jupyter notebookin your terminal - In the Jupyter dashboard, navigate to ./src/solution.ipynb and execute the code