Metadata-Version: 2.1
Name: anonymization-sdk
Version: 1.0.0
Summary: The anonymization-sdk provides an API for inferring videos and images.
Home-page: UNKNOWN
Author: Streamingo Solutions
Author-email: deeplabel-team@streamingo.ai
License: UNKNOWN
Description: # 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
        
        
        
        
Platform: UNKNOWN
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
