pliers icon indicating copy to clipboard operation
pliers copied to clipboard

List of potential libraries and API services to add

Open tyarkoni opened this issue 9 years ago • 8 comments

This is a standing issue for tracking potential libraries and API services to wrap in pliers.

Multimodal/major APIs

  • [ ] Amazon Rekognition
  • [x] Microsoft Azure APIs

Audio

Image

Language

tyarkoni avatar Sep 08 '16 06:09 tyarkoni

https://github.com/abhishekbanthia/Public-APIs

qmac avatar Jan 24 '17 20:01 qmac

Amazon Rekognition - https://aws.amazon.com/rekognition/

adelavega avatar Feb 21 '17 19:02 adelavega

@qmac--I think we should make Amazon Rekognition our highest priority for addition. The video features look amazing.

tyarkoni avatar Dec 20 '17 10:12 tyarkoni

Ahoi hoi folks,

here are some more ideas/suggestions. Spoiler: all auditory!

PeerHerholz avatar Sep 15 '18 14:09 PeerHerholz

Pointer to new potentially interesting library tokenizers, although some tokenization options area will already be covered by the transformers wrapper.

rbroc avatar Jan 12 '20 19:01 rbroc

Library for co-reference resolution which works as pipeline extension for SpaCy: neuralcoref.

Finds expressions in text that refer to same entity and groups them in clusters.

At token level, can yield info of which reference cluster(s) (if any) the token expression is part of. At document level, can be used to extract metrics such as number of entities named, and number of mentions per entity.

Potential use case: tracking mentions of characters along a narrative/dialogue.

rbroc avatar Feb 13 '20 21:02 rbroc

New pretty cool object recognition model trained with contrastive learning: https://github.com/google-research/simclr. Paper: https://arxiv.org/abs/2002.05709

rbroc avatar Mar 19 '20 17:03 rbroc

Auditory English Lexicon Project (auditory lexical norms): haven't taken a close look yet, but for future reference, paper here: https://doi.org/10.3758/s13428-020-01352-0, website with data here: https://inetapps.nus.edu.sg/aelp/

rbroc avatar Apr 18 '20 15:04 rbroc