Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 393 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 393 Bytes

Interactive 3D Demo by fal.ai

This application is a interactive 3D demo for assets generated by AI. It also shows the fal.subscribe client in action.

Prerequisites

  1. Fal AI API key (for model access)

Getting started

  1. Add the FAL_KEY to your .env.local file.
  2. Install dependencies
    yarn install
  3. Run
    yarn dev