Skip to content

aungminthant9/sentiment-analysis-jumpstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis for Jumpstart Fashion Reviews

This project implements sentiment analysis for customer reviews using a fine-tuned DistilBERT model.

Features

  • Fine-tuning of pre-trained transformer model on IMDB dataset
  • Sentiment classification (positive/negative)
  • Visualization of sentiment distribution
  • Analysis of customer reviews

Setup

  1. Install dependencies:
    pip install -r requirements.txt  
    
  2. Run the Jupyter notebook:
    jupyter notebook sentiment_analysis_py.ipynb
    

Model

The model is not included in this repository due to size constraints. To use this project:

  1. Run the notebook to train the model.
  2. Save the trained model.
  3. Replace the model path in the notebook.

Implemented with Streamlit

photo_2025-07-20_12-37-23

photo_2025-07-20_12-37-17

About

school assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published