To start running the project:
First install requirements in your Python Virtual Environment.
pip3 install -r requirements.txt
Then,
Change the path to datasets on the initial lines of Question2.py or Question_2.ipynb.
Run the code.
Question1.py is python file for first question.
Question_1.ipynb is notebook file for first question.
Question2.py is python file for second question.
Question_2.ipynb is notebook file for second question.