#Sentiment-Analyzer-App

link: https://huggingface.co/spaces/Suneel5/sentiment-analyzer

        

Overview

This is a simple sentiment classification streamlit app trained on the tenosrflow. The trained model takes an text as an input and classifies either given text is positive or negative. It utilizes the Streamlit framework to create an interactive user interface.

Dataset

Dataset contains 1.6 Million tweets with label either positive or negative. Dataset is available publicly on kaggle

Objective

  • Analyze sentiment of input text.

How to Use

The Code is written in Python 3.7. If you don't have Python installed you can find it here.

  1. To install the required packages and libraries, run this command in the project directory after cloning the repository:
pip install -r requirements.txt
  1. Run the app using the following command:
streamlit run app.py
  1. The app will open in your default web browser. Enter the text you want to analyze in the provided input field and click the "Analyze" button.