Does Presidio Framework supports Parallel Processing?

163 views Asked by At

I am using presidio framework for PII detection along with bert PII models. I tried with ray but, I am not able to achieve parallel processing. Does presidio is compatible for Parallel processing

I tried Ray. When I give multiple sentences for prediction, I am expecting that the prediction process has to be done in parallel and it has to take less time.

1

There are 1 answers

1
Sharon Hart On

If used a a python package, you can utilize the 'BatchAnalyzerEngine', see a sample from the official docs: https://microsoft.github.io/presidio/samples/python/batch_processing/