Repository for the UNIGE NLP project on Amazon reviews.
- (Recommended) Setup a new
Python3.10
environment usingconda
orvenv
and activate it - Install the necessary requirements:
pip install -r requirements.txt
- Follow the
notebooks/
in numbered order
For more information on the dataset, please see here https://huggingface.co/datasets/amazon_reviews_multi.
...