Metadata-Version: 2.4
Name: diversitylens
Version: 0.2.0
Summary: Analyze datasets of human faces for demographic diversity metrics
Author: Veli Ates, Adrian Auer
License: MIT
Project-URL: Homepage, https://github.com/adriandavidauer/DiversityLens
Project-URL: Documentation, https://adriandavidauer.github.io/DiversityLens/
Project-URL: Repository, https://github.com/adriandavidauer/DiversityLens
Project-URL: Issues, https://github.com/adriandavidauer/DiversityLens/issues
Keywords: fairness,bias,face-analysis,demographics,deepface,dataset-auditing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: deepface<1.0,>=0.0.93
Requires-Dist: tf-keras<3.0,>=2.16
Requires-Dist: pandas<3.0,>=2.0
Requires-Dist: bokeh<4.0,>=3.0
Requires-Dist: opencv-python-headless<5.0,>=4.5
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: ruff>=0.4; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.5; extra == "docs"
Requires-Dist: mkdocs-material>=9.0; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.24; extra == "docs"
Requires-Dist: mike>=2.0; extra == "docs"
Dynamic: license-file

# DiversityLens

A command-line auditing tool for inspecting demographic patterns in face image and video datasets before they are used in AI training, evaluation, or social robotics research.
