Skip to content

arnxv0/lookbook-DeveloperWeek2026

Repository files navigation

Lookbook - AI-Powered Product Photography Platform

Ethical AI-powered model marketplace where brands create product campaigns and models receive fair royalties

Overview

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.

Setup

Prerequisites

  • Node.js 18+
  • Python 3.10+
  • A PerfectCorp API key

1. Clone the repository

git clone https://github.com/arnxv0/lookbook-DeveloperWeek2026.git
cd lookbook-DeveloperWeek2026

2. Configure environment variables

Create 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

3. Install frontend dependencies

npm install

4. Install backend dependencies

cd backend
pip install -r requirements.txt

5. Run the backend

From the backend/ directory:

uvicorn main:app --reload --port 8000

6. Run the frontend

From the root directory:

npm run dev

The app will be available at http://localhost:5173.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors