Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
/ are-from-earth Public archive

A website that visualises how text embeddings trained on Google News are biased towards gender. It also functions as an open source database to generate text embeddings .

Notifications You must be signed in to change notification settings

sinanatra/are-from-earth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A website that visualises how text embeddings trained on Google News are biased towards gender. It also functions as an open source database to generate text embeddings .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published