Bias Detection Tutorial

Data and Sample Notebooks

  1. Download the Data: Google Drive Link

  2. Colab Notebook: Run the Tutorial

Additional Setup in Colab

Run the following commands to ensure everything is ready:

!pip install --quiet fair-sense-ai
!pip uninstall sympy -y
!pip install sympy --upgrade
!apt update
!apt install -y tesseract-ocr

Note: Restart your system if you’re using Google Colab.