TODO: Write the purpose
The project is built on Python 3.10. Install that. I'm running Windows but Mac should be fine as well. I'd recommend using git bash for Windows.
Run this to create a virtual environment with 3.10 and activate it
python3.10 -m venv env
source env/Scripts/activateInstall requirements
pip install numpy pandas matplotlib seaborn sklearnI'd recommend using VS Code and Jupyer Notebooks with the Jupyter extension.