Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

diegocasmo/iam_writer_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAM Writer Recognition

IAM Dataset Writer Recognition Using a CNN

Installation

  • 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