Skip to content

festivitymishra/PyraDox-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyraDox-frontend:zap:

Language tool

Streamlit based web frontend for PyraDox 📃

PyraDox is a simple tool which helps in document digitization by extracting text information and masking of personal information with the help of Tesseract-ocr.


Demo

click on the below video to play.

PyraDox Frontend Demo


Installation

Requirements

pip install streamlit

Steps

  • Run PyraDox
Build Your Own PyraDox backend locally
python app.py #for using directly
OR Build PyraDox backend using Docker
docker build -t pyradox .
docker run -p 9001:9001 pyradox
  • Run PyraDox-frontend
streamlit run pyradox.py

Notes

License

Apache License 2.0

Sample Aadhar Cards are just samples taken from google search and not original documents.

If there is anything totally unclear, or not working, please feel free to file an issue. reach out at Email 😇

If this project was helpful for you please show some love ⭐

P.S. Streamlit is ❤️