sentiment / 1_sentiment_skeleton.py
KhaledAB2023's picture
Upload 1_sentiment_skeleton.py
e1e9d81 verified
raw
history blame
92 Bytes
from transformers import pipeline
pipe = pipeline("sentiment-analysis")
print(pipe(input))