Click on this link to start! Simply drag-and-drop an image, wait for about 30s and thats it~! You will be given 4 options, you can use any or all of those by downloading them.
Using git commands, clone the repo into your personal device.
Next, in the client directory, run npm install. Once all the packages are installed, run npm run dev to start the frontend on localhost port 3000.
To setup the backend, in the server directory, run pip install -r requirements.txt. Once all the packages are installed, run flask --app server run to start the backend on localhost port 5000.
And there you have it, enjoy!