- Make sure you have
pnpminstalled before running the frontend. - Unzip the models: Extract the models received by email and place them in the
models/trained/directory.
To run the project, you need two terminals:
-
Backend: Open a terminal and run:
make back
-
Frontend: Open another terminal and run:
make front