Mini Project for CZ1115 Introduction to Data Science and Artificial Intelligence
There are 3 segments to the repository
We analyse how the sales of products varies between locations
We analyse which categories are more positively reviewed by customers
We attempt to train a machine learning model to predict the score of a review based on the text within the review. There is also an interactive tkinter
widget to interact with the pretrained model. Run GUI.py
to play with it.
Dataset being used: https://www.kaggle.com/olistbr/brazilian-ecommerce
- Before starting, please download the Brazilian map here and place it within
data
- Run the command
pip install -r requirements.txt
- Explore the
.ipynb
s throughout the repository.