Bias Detection Tutorial¶
Data and Sample Notebooks
Download the Data: Google Drive Link
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.