HackerTrans
TopNewTrendsCommentsPastAskShowJobs

akamor

no profile record

Submissions

Benchmarking OpenAI's Privacy Filter

tonic.ai
2 points·by akamor·hace 3 meses·0 comments

Show HN: A GitHub Action for helping RAG apps with CI/CD

github.com
2 points·by akamor·hace 2 años·0 comments

Using NER models to detect sensitive data in JSON

tonic.ai
2 points·by akamor·hace 2 años·1 comments

comments

akamor
·hace 2 años·discuss
Does this work well on kvps and tables? That is where I typically have the most trouble with tesseract and where the cloud provider ocr systems really shine.
akamor
·hace 2 años·discuss
tl;dr NER models work best when they process data similar in structure to their training data. This notebook shows a few examples of how one can use an NER model not trained on JSON to actually identify and redact both structured and unstructured values with in a JSON blog. The NER model used is free available but closed source, but one can expect similar results with open source NER models such as spacy.