IAM Dataset Writer Recognition Using a CNN
- Install Anaconda or Miniconda
- Run
conda env create -f environment.yml
to install dependencies - Run
source activate iam_writer_recognition
to 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 notebook
in your terminal - In the Jupyter dashboard, navigate to ./src/solution.ipynb and execute the code