File size: 457 Bytes
461d741 5f835ec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
title: Sentiment Analysis Using Transformers Pipeline
emoji: 🚀
colorFrom: purple
colorTo: purple
sdk: streamlit
sdk_version: 1.21.0
app_file: app.py
pinned: false
---
# SentimentAnalysis
References:
1. https://medium.com/@rtkilian/deploy-and-share-your-sentiment-analysis-app-using-streamlit-sharing-2ba3ca6a3ead
2. https://huggingface.co/learn/nlp-course/chapter1/3?fw=pt
3. https://docs.streamlit.io/library/api-reference/widgets/st.text_input
|