Convert handwritten text to real text using custom-built neural network
See portfolio for more details
- Extract MNIST36 data:
cd scripts/; source get_data.sh; cd ..
- Train neural network:
cd python; python3 train_nn.py
To benchmark performance of custom NN with NN built with Pytorch primitives, run:python3 ./python/pytorch_benchmark.py
- Upload images to scan in
./images
- Run scanner:
python3 run_scanner.py