transforEmotion: Sentiment Analysis for Text, Image and Video using Transformer Models

Implements sentiment analysis using huggingface <https://huggingface.co> transformer zero-shot classification model pipelines for text and image data. The default text pipeline is Cross-Encoder's DistilRoBERTa <https://huggingface.co/cross-encoder/nli-distilroberta-base> and default image/video pipeline is Open AI's CLIP <https://huggingface.co/openai/clip-vit-base-patch32>. All other zero-shot classification model pipelines can be implemented using their model name from <https://huggingface.co/models?pipeline_tag=zero-shot-classification>.

Package details

AuthorAlexander Christensen [aut] (<https://orcid.org/0000-0002-9798-7037>), Hudson Golino [aut] (<https://orcid.org/0000-0002-1601-1447>), Aleksandar Tomašević [aut, cre] (<https://orcid.org/0000-0003-4863-6051>)
MaintainerAleksandar Tomašević <atomashevic@gmail.com>
LicenseGPL (>= 3.0)
Version0.1.5
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("transforEmotion")

Try the transforEmotion package in your browser

Any scripts or data that you put into this service are public.

transforEmotion documentation built on Sept. 11, 2024, 9:26 p.m.