sentiment / app.py
hexapi's picture
Rename sentiment_skeleton.py to app.py
e33dc53 verified
raw
history blame
92 Bytes
from transformers import pipeline
pipe = pipeline("sentiment-analysis")
print(pipe(input))