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.
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
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.
This project has been released under MIT License.