Put the trained model in backend/models
the link to the trained model is here
Put all the photos in backend/photos
with this structure:
photos
├── 331707239_781362983711955_8696776923217120552_n.jpg
├── 331697911_479660887546410_5536338796589273170_n.jpg
cd backend
pip install -r requirements.txtfastapi runcd frontend
npm installnpm startOpen the browser and go to http://localhost:3000
