Based on CharacterCNN
To install all required packages
pip3 install -r requirements.txt
To run it just invoke a command
python3 process.py -b|--base_dir <base_dir>
where '<base_dir>' is a directory where located 'data' folder with csv files Model will be stored in '<base_dir>/model' directory
MIT
Free Software, Hell Yeah!