Skip to content

SujalNeupane9/sentiment_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Classifier

This repository contains a simple Python application that performs sentiment analysis on user-provided text. The app uses pre-trained models to generate sentence embeddings and predict the sentiment of the input text. Below, you will find information on how to use the app and details about the training code for the models.

DEMO OF THE APP

https://sentimentclassifier-yxwu2zmkksytxj9kloj8ft.streamlit.app/

The app will open in your web browser, and you can use it as follows:

  • Enter a review in the text input field.
  • Click the "Submit" or "Analyze" button to analyze the sentiment of the input text.
  • The app will display the predicted sentiment label (either 'positive,' 'neutral,' or 'negative') based on the input text.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published