First of all, clone the repository and move into the project folder:
git clone https://github.com/FrancescoGentile/deepsight.git
cd deepsight
Then, install the dependencies using pdm:
# to install only production dependencies
pdm sync --prod
# to install all dependencies
pdm sync