Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.1 KB

SETUP.md

File metadata and controls

49 lines (43 loc) · 1.1 KB

Libraries and Installation instructions

Gender

gender-guesser package
Link: https://pypi.org/project/gender-guesser/
Installation instructions:

pip3 install gender-guesser

Race

ethnicolr package: Wikipedia full name model, Last name Census 2000 model
Link: https://github.com/appeler/ethnicolr
Installation instructions:

pip3 install ethnicolr

Location

Spacy package
Link: https://spacy.io/
Installation instructions:

pip3 install spacy
python3 -m spacy download en_core_web_sm

Geopy package
Link: https://github.com/geopy/geopy
Installation instructions:

pip3 install geopy

Date

SUTime package
Link: https://github.com/FraBle/python-sutime
Installation instructions: see link above

Age

Allennlp: Sequence Tagging model (tagging-fine-grained-transformer-crf-tagger)
Link: https://docs.allennlp.org/models/main/
Installations instructions:

pip3 install allennlp
pip3 install allennlp-models