Amazaon Review Sentiment Analysis

A project that I made when learning about pytorch and the BERT architecture. It classifies whether an amazon review have a positive or negative sentiment.

Project Image

Project Overview

The Distil BERT architecture was used in creating the model. The model is finetuned "Amazon Reviews for Sentiment Analysis" Dataset on Kaggle.

The trained model is then deployed with streamlit for inferencing and is deployed here on huggingface.

Tools Used

Python
Pytorch
BERT
Streamlit
Deep Learning