8000 GitHub - theinit01/Text-SentimentAnalysis: A Flask-based web application for analyzing the sentiment of text input, displaying percentages of positive, negative, and neutral sentiments.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Flask-based web application for analyzing the sentiment of text input, displaying percentages of positive, negative, and neutral sentiments.

Notifications You must be signed in to change notification settings

theinit01/Text-SentimentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Web App

This is a simple web application built with Flask for performing sentiment analysis on text input. It analyzes the sentiment of the provided text and displays the percentage of positive, negative, and neutral sentiments.

Features

  • Input text area for entering the text to be analyzed.
  • Analyze button to trigger the sentiment analysis process.
  • Displays the percentage of positive, negative, and neutral sentiments after analysis.
  • Option to clear the analysis results.

Installation

  1. Clone the repository:

    git clone https://github.com/theinit01/Text-SentimentAnalysis
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the Flask application:

    python main.py
  4. Open your web browser and go to http://localhost:5000 to access the application.

Screenshots

Usage

  1. Enter the text you want to analyze in the input text area.
  2. Click on the "Analyze" button to perform sentiment analysis.
  3. The analysis results will be displayed showing the percentage of positive, negative, and neutral sentiments.
  4. To clear the analysis results, click on the "Clear Results" button.

Contributing

Contributions are welcome! If you have any suggestions, feature requests, or find any issues, please open an issue or create a pull request.

License

This project is licensed under the MIT License.

About

A Flask-based web application for analyzing the sentiment of text input, displaying percentages of positive, negative, and neutral sentiments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0