k-forghani / sentiment-analysis

Sentiment analysis on user reviews on Amazon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentiment Analysis

Introduction

We have performed sentiment analysis on user reviews on Amazon, as one of the final projects of Advanced Programming (Spring 2023) course at Iran University of Science and Technology. The architecture of the project is based on the project description provided by teaching assistants.

Setup

On Ubuntu operating system, just run setup.sh, and then you can launch JupyterLab

jupyter lab

or Jupyter Notebook

jupyter notebook

to explore the project.

Note: If you have installed new dependencies, please freeze them into requirements.txt for future use:

pip3 freeze > requirements.txt

Developers

This project was developed by Kazem Forghani and Iman Ghader, students of Computer Science Department of Iran University of Science and Technology.

You can contact via k_forghani@mathdep.iust.ac.ir.

License

This project has been released under MIT License.

About

Sentiment analysis on user reviews on Amazon

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Shell 0.1%