This project automates the masking of Personally Identifiable Information (PII) within images. It combines the power of:
Key Features:
Install dependencies:
pip install -r requirements.txt
Note: Ensure you have Tesseract installed on your system for OCR functionality. You can download it from here.
The DeBERTa model is available locally for use with the code. For details on GLiNER, please refer to the paper:
@misc{zaratiana2023gliner,
title={GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer},
author={Urchade Zaratiana and Nadi Tomeh and Pierre Holat and Thierry Charnois},
year={2023},
eprint={2311.08526},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
We welcome contributions to this project! Please feel free to submit pull requests that improve functionality, fix bugs, or enhance documentation.
For any questions or queries, feel free to reach out at yashsindhu4903@gmail.com
8 commits
4 commits
Python
100.0%
This project automates the masking of Personally Identifiable Information (PII) within images. It combines the power of:
Key Features:
Install dependencies:
pip install -r requirements.txt
Note: Ensure you have Tesseract installed on your system for OCR functionality. You can download it from here.
The DeBERTa model is available locally for use with the code. For details on GLiNER, please refer to the paper:
@misc{zaratiana2023gliner,
title={GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer},
author={Urchade Zaratiana and Nadi Tomeh and Pierre Holat and Thierry Charnois},
year={2023},
eprint={2311.08526},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
We welcome contributions to this project! Please feel free to submit pull requests that improve functionality, fix bugs, or enhance documentation.
For any questions or queries, feel free to reach out at yashsindhu4903@gmail.com
8 commits
4 commits
Python
100.0%