A project for training and testing Chinese character recognition using CNN models and GNT/MPF dataset parsing.
- Convert
.gntfiles to PNG visualizations (with GB2312 data and simplified Chinese character data) - Clean, readable CNN architecture for classification
- Data loaders for custom dataset ingestion
- Utilities for experimenting with different model architectures
pip install -r requirements.txtChoom supports the handwriting datasets stored in .gnt format. The project includes dedicated utilities to parse these files and export them to images.
python infer.py --image your_image.pngMIT License