Generative Fill in 3D. This is a starter project showcasing the Fill 3D API for AI-powered virtual staging.
- Clone this repository.
- Rename
.env.example
to.env.local
. - Head over to fill3d.ai and create an API key:
- Paste your API key in
.env.local
:# Fill 3D FILL3D_API_KEY="<your API key here>"
- Install dependencies by running
npm install
. - Run the development server with
npm run dev
. - Open up the webpage at http://localhost:3000.