Spaces:
Sleeping
Sleeping
metadata
title: Text Sentiment Analyzer
emoji: 🧐
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.13.1
app_file: app.py
pinned: false
Text Sentiment Analyzer
Overview
This application uses a pre-trained Hugging Face transformer model to perform sentiment analysis on user-provided text.
Features
- Input: Free text.
- Output: Sentiment analysis result, including the label (positive, negative, or neutral) and confidence score.
How to Use
- Enter any text into the input box.
- Click the analyze button.
- View the sentiment result and confidence score.