Ethical AI-powered model marketplace where brands create product campaigns and models receive fair royalties
Lookbook enables brands to create photorealistic product photography campaigns using AI-generated try-on images powered by PerfectCorp. Real, consenting models receive royalty payments for every use of their likeness.
- Node.js 18+
- Python 3.10+
- A PerfectCorp API key
git clone https://github.com/arnxv0/lookbook-DeveloperWeek2026.git
cd lookbook-DeveloperWeek2026Create a .env file in the root directory for the frontend:
VITE_API_BASE_URL=http://localhost:8000
Create a .env file inside the backend/ directory for the backend:
PERFECTCORP_API_KEY=your_api_key_here
npm installcd backend
pip install -r requirements.txtFrom the backend/ directory:
uvicorn main:app --reload --port 8000From the root directory:
npm run devThe app will be available at http://localhost:5173.