Metadata-Version: 2.1
Name: anonymization-sdk
Version: 2.0.1
Summary: The anonymization-sdk provides an API for inferring videos and images.
Author: Streamingo Solutions
Author-email: deeplabel-team@streamingo.ai
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: addict
Requires-Dist: pydantic>=1.9
Requires-Dist: case-converter
Requires-Dist: shapely
Requires-Dist: python3-wget
Requires-Dist: pascal-voc-writer
Requires-Dist: opencv-python
Requires-Dist: coloredlogs
Requires-Dist: tqdm
Requires-Dist: dataclasses
Requires-Dist: yarl
Requires-Dist: Pillow

# anonymization-sdk
Streamingo introduces a fast, accurate, and effective service for protecting personally identifiable information (PII) in videos and images, built using advanced deep learning techniques.The anonymization-sdk Python package provides an API for inferring videos and images, which interacts with the Streamingo application.

The anonymization-sdk is divided into different modules, each offering a set of functions to interact with the Streamingo Anonymize application:

Auth: Contains functions related to user authentication.

Infer: Contains functions related to the inference process.


# Installation
```bash
pip install anonymization-sdk 

```

# Requires:
```
Python 3.8 and above
	requests
	addict
	pydantic>=1.9
	case-converter
	shapely
	python3-wget
	pascal-voc-writer
	opencv-python
	coloredlogs
	tqdm
	dataclasses
	yarl
	Pillow
```


# Links:
Documentation: https://anonymize-sdk-documentation.streamingo.ai/

Anonymization Application: https://anonymize.streamingo.ai/home



