Setup

1. Install Python

This project uses Anaconda distribution bundle to setup Python and related dependencies such as installing various pythonic libraries, and creating ipython kernels, notebooks.

Download Anaconda Distribution for Mac or Windows

2. Create a virtual environment

This project uses a python 3.11.1 virtual environment where all the dependencies were installed. The same environment was used while training locally as well as for Google Collab Free. Here's the requirements file: