Skip to content

Web App to Calculate the Sentiment Rating of any Comment or the Average Sentiment Rating of the Reviews of any Amazon Product

Notifications You must be signed in to change notification settings

Aacash-Srinath/Sentiment-Analysis-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis App

Web App to Calculate the Sentiment Rating of any Comment

Files:

  • sentimentRating.py
  • sentiment-app.py
  • requirements.txt

1. sentimentRating.py

  • Uses a Pre-Trained BERT Model and Tokenizer from the Transformers library to perform Sentiment Analysis on a Given Text
  • Returns the Sentiment Rating as the Output

2. sentiment-app.py

  • Python Script for Running the Streamlit App
  • Contains a Text Input Field for Entering Comment
  • Outputs the Sentiment Rating of the Comment between 1 and 5

3. requirements.txt

  • Contains All Required Libraries and their Versions

About

Web App to Calculate the Sentiment Rating of any Comment or the Average Sentiment Rating of the Reviews of any Amazon Product

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages