Skip to content

PouyaGhahramanian/sentimentool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SentimenTool

SentimenTool is a simple sentiment analysis web application built using Streamlit and Hugging Face Transformers. It allows users to download a pre-trained model and analyze sentiment on user-inputted texts.

You can access and use the SentimenTool directly online at https://sentimentool.streamlit.app/.

How It Works

  1. Select the Model: Currently supports TinyBERT for sentiment analysis.
  2. Select the Dataset: Currently supports the IMDB dataset for sentiment analysis.
  3. Download Model: Downloads the pre-trained TinyBERT model from an S3 bucket.
  4. Enter Text: Input any text for sentiment prediction.
  5. Get Prediction: The tool returns a sentiment label (positive/negative) and a confidence score.

Screenshot 2024-09-24 at 00 07 36

About

Sentiment Analyzer Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages