The model is too large to upload to Github. Put model.pt from here in backend/model/ before running.
To run the backend, run uvicorn main:app --host 127.0.0.1 --port 8000 in backend/
To run the frontend, run npm install followed by npm start in win/