Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Project Using AI Classification

Overview

This project aims to build a sentiment analysis model that automatically classifies textual data—such as reviews and social media posts—into positive, negative, or neutral categories. The analysis is useful for understanding public opinion, enhancing customer experience, and identifying sentiment trends over time.


Table Of Content


Deployment Page

Screenshot 2025-06-01 at 1 36 57 AM

Goals

  • Automatically classify text into sentiment categories.
  • Understand public opinion on topics, products, or brands.
  • Improve customer experience by analyzing feedback.
  • Track sentiment trends to guide business decisions and marketing strategies.

Dataset

The dataset is stored in a CSV file: sentimentdataset.csv.

Dataset Structure

Column Description
ID Unique identifier for each entry
Text The textual content (e.g., reviews or posts)
Source Origin of the text (e.g., website, Twitter)
Topic Category or product/brand reference
Label Sentiment label (positive, negative, neutral)

Dataset URL: Click to Access


Requirements

Data Preprocessing

  • Lowercasing text
  • Removing punctuation and stopwords
  • Text normalization (e.g., expanding slang)
  • Stemming or lemmatization

Feature Engineering

  • Bag-of-Words
  • TF-IDF (Term Frequency–Inverse Document Frequency)
  • Word Embeddings (e.g., Word2Vec, GloVe)

Model Selection

Choose from the following algorithms:

  • Naive Bayes
  • Support Vector Machines (SVM)
  • Logistic Regression
  • Recurrent Neural Networks (RNN) or Long Short-Term Memory (LSTM)

Model Evaluation

  • Accuracy
  • Precision
  • Recall
  • F1-Score

Contributors

Name Github Link
Tasneem Mohamed Ahmed Mohamed https://github.com/Tasneem357Mohamed
Esraa Saied Maray https://github.com/esraasaidmaray
Toka Karam Abdelmageed Madany https://github.com/Toka136
Bsmala Tarek Kamal Khalil Elbagoury https://github.com/Bsmalatarek
Amira Mostafa Haroon Abdelwahab https://github.com/amira468
Omnia Salah Mahmoud Hamed https://github.com/Matata2020

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages