Skip to content

MTaimoor99/FYP

Repository files navigation

Project Description

The project aims to create a sentiment analysis tool for the Pakistani e-commerce website Daraz. We plan to use Transformer models to achieve this task.

To run the code in the repository:

  1. Clone the repository using git clone https://github.com/MTaimoor99/FYP.
  2. Use the command docker build -t fyp_project .
  3. Run the command docker run -it -p 8000:8000 fyp_project

Make sure you have Docker installed on your system. Also make sure you are in the folder where manage.py is located.

To run the code locally:

  1. Clone the repository using git clone https://github.com/MTaimoor99/FYP.
  2. Navigate to the directory containing manage.py
  3. Open the directory in your code editor.
  4. Run python manage.py runserver in the terminal. Make sure you have Django installed on your system using pip3 install django

About

Sentiment Analysis Tool for the reviews on Pakistani e-commerce website Daraz. The goal is to perform sentiment analysis on a mixture of English and Roman Urdu reviews using transformer deep learning models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors