Skip to content

CasperWong-jpg/Handwriting-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwriting-Scanner

Convert handwritten text to real text using custom-built neural network
See portfolio for more details

How to run

  1. Extract MNIST36 data: cd scripts/; source get_data.sh; cd ..
  2. 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
  3. Upload images to scan in ./images
  4. Run scanner: python3 run_scanner.py

About

Convert handwritten text to real text using custom-built neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published