*Version 1.1 is out! New functionalities:
- Now with knex migrations so the database management will be much easier;
- Added multiple face detection.
Have fun ;)
-Run npm install for each directory(front-end and back-end);
For the Back-end you should do some other steps first:
First run "docker compose up -d" for creating the docker instance of the postgres DB;
Finally run "npx knex migrate:latest" to run the migrations and so create the necessary tables on the DB;
Done! All the tables will be created.
You must add your own PAT key in the controllers/image.js file on api/core project to connect to Clarifai API.
-Run npm start