sentimentanalyze / README.md
ZENLLC's picture
Update README.md
909ea11 verified
|
raw
history blame
582 Bytes
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

  1. Enter any text into the input box.
  2. Click the analyze button.
  3. View the sentiment result and confidence score.