Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 947 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 947 Bytes

DeepScanner

Document scanner with autoencoder-driven defect removal (work in progress)

Repo structure

+-- 
   +-- doc
   +-- api              (REST API serving the model)
   +-- mobile           (document scanner app using deep denoising autoencoder)
   +-- research         (research on denoising images using deep learning)  
      +-- datasets          (training / testing datasets)
      +-- models
      +-- notebooks
      +-- scripts
         +-- scanner    (matplotlib document scanner)
   +-- README.md
    ...

matplotlib scanner

python scripts/scanner --image <path_to_image> --output <saved_scan_path>