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.
- Clone the repository using
git clone https://github.com/MTaimoor99/FYP. - Use the command
docker build -t fyp_project . - 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.
- Clone the repository using
git clone https://github.com/MTaimoor99/FYP. - Navigate to the directory containing
manage.py - Open the directory in your code editor.
- Run
python manage.py runserverin the terminal. Make sure you have Django installed on your system usingpip3 install django