Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.12 KB

Men are from Earth, Women are from Earth, and Ai are from Earth too.

Watch the video Watch the video

The disproportionate often irresponsive use of Machine learning Algorithms risks to emphasise stereotypes already present in data. Whenever data reflects biases of the broader society, the learning algorithm captures and learns from these stereotypes.

On this website we visualise how text embeddings trained on Google News represent gender.


Requirements

Install PIP requirements with pip install -r requirements.txt.

Remember to insert a .txt or .bin embedding file in gender.py, you can create one here: https://github.com/sinanatra/create-text-embedding

or fetch it from here: https://nlp.stanford.edu/projects/glove/

And to download spacy modules from here: https://spacy.io/usage/models


Start

Run FLASK_APP=server.py flask run to start.

Run FLASK_APP=server.py FLASK_DEBUG=1 flask run to start in debugging mode.