Skip to content

🌱 anonymizePy helps you anonymize your data with ease

License

Notifications You must be signed in to change notification settings

ausdfrost/anonymizePy

Repository files navigation

anonymizePy: anonymize your data with ease

PyPI version PyPI pip downloads

🤔 What is anonymizePy?

As part of a research project, I was working on developing methods to anonymize data for a local crisis response team. I quickly realized the greater potential for an easy to use (it's only three steps!) tool to allow people of all skill levels to leverage methods such as named entity recognition, regular expressions, and more to anonymize their data. anonymizePy is a tool that allows anyone to anonymize their data ✨.

🧑‍💻 How to install anonymizePy

  1. Install anonymizePy: pip install anonymizePy
  2. Install neccecary model: pip install https://huggingface.co/beki/en_spacy_pii_distilbert/resolve/main/en_spacy_pii_distilbert-any-py3-none-any.whl

🧑‍🔬 How to use anonymizePy

Once anonymizePy is installed, you can run example.py to get an idea on how anonymizePy works!


A package by Aussie Frost. Last updated 6/6/2024. Thanks for viewing!