Skip to content

A simple web application for real-time sentiment analysis of text using machine learning. Built with Flask and scikit-learn, featuring a clean interface for analyzing text as positive or negative.

License

Notifications You must be signed in to change notification settings

marianofernandezs/Sentiment-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Web Application

This Web app and Training the model is doing by myself with support of IA for educational propourse

A web application for analyzing the sentiment of user-provided text (positive or negative). Built using Flask for the backend and scikit-learn for the machine learning model.

Features

  • Simple web interface for real-time sentiment analysis.
  • Machine learning model trained with Logistic Regression.
  • Preprocessed data using TF-IDF for feature extraction.

Installation

  1. Clone the repository:

git clone https://github.com/your-repo/sentiment-analysis-webapp.git

cd sentiment-analysis-webapp

  1. Install dependencies:

pip install -r requirements.txt

  1. Run the application:

python app.py

Usage

  1. Open http://127.0.0.1:5000/ in your browser.

  2. Enter text in the input box to analyze its sentiment.

License

This project is lincesed under the MIT License.

About

A simple web application for real-time sentiment analysis of text using machine learning. Built with Flask and scikit-learn, featuring a clean interface for analyzing text as positive or negative.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published