Skip to content

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

License

Notifications You must be signed in to change notification settings

wysockipiotr/deep-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages