Skip to content

Binary classification of scanned text documents into printed or hand-written text.

License

Notifications You must be signed in to change notification settings

alessandro1802/printed-written-classifier

Repository files navigation

Printed / Written scanned text document classification

The training took place on Google Colab using RVL-CDIP-small dataset with 200 examples per class on invoice as printed and handwritten classes.

Set up

python3.8 -m venv venv 
source venv/bin/activate
pip install -r requiements.txt

Inference

Change the image_path variable in the inference.py. Run with:

python3 inference.py

The assertion at the end is added to verify the results.

References

About

Binary classification of scanned text documents into printed or hand-written text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published