deep-ml Deep-ML resolutions Prerequisites make Quick Start 1. Create an virtual enviroment python -m venv .venv source .venv/bin/activate 2. Install the dependencies make install 3. To execute all the resolutions tests make tests 4. To format the code make fmt