Metadata-Version: 2.1
Name: Dbias
Version: 0.0.4
Summary: Detect, Recognize and de-bias textual data.
Home-page: https://github.com/dreji18/Fairness-in-AI
Author: Deepak John Reji, Shaina Raza
Author-email: deepakjohn1994@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas (==1.2.4)
Requires-Dist: numpy (==1.19.5)
Requires-Dist: spacy (==3.2.1)
Requires-Dist: transformers (==4.6.1)
Requires-Dist: tensorflow (==2.4.1)

# Fairness-in-AI
Detecting Bias and ensuring Fairness in AI solutions

# Install spacy dependency to run this package
pip install https://huggingface.co/d4data/en_pipeline/resolve/main/en_pipeline-any-py3-none-any.whl


