Skip to content

kokizzu/fill

 
 

Repository files navigation

Fill 3D

logo

Discord

Generative Fill in 3D. This is a starter project showcasing the Fill 3D API for AI-powered virtual staging.

Setup Instructions

  1. Clone this repository.
  2. Rename .env.example to .env.local.
  3. Head over to fill3d.ai and create an API key: key
  4. Paste your API key in .env.local:
    # Fill 3D
    FILL3D_API_KEY="<your API key here>"
  5. Install dependencies by running npm install.
  6. Run the development server with npm run dev.
  7. Open up the webpage at http://localhost:3000.

About

Generative fill in 3D.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • JavaScript 2.3%
  • CSS 1.2%