https://github.com/fill3d/fill
Generative fill in 3D.
https://github.com/fill3d/fill
3d-rendering fxnai generative-ai generative-fill
Last synced: about 1 year ago
JSON representation
Generative fill in 3D.
- Host: GitHub
- URL: https://github.com/fill3d/fill
- Owner: fill3d
- License: mit
- Created: 2023-09-28T19:20:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:15:50.000Z (about 2 years ago)
- Last Synced: 2024-08-02T17:39:00.579Z (almost 2 years ago)
- Topics: 3d-rendering, fxnai, generative-ai, generative-fill
- Language: TypeScript
- Homepage: https://fill3d.ai
- Size: 3.95 MB
- Stars: 737
- Watchers: 7
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fill 3D

[](https://fill3d.ai/community)
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](https://fill3d.ai/fill) and create an API key:

4. Paste your API key in `.env.local`:
```sh
# Fill 3D
FILL3D_API_KEY=""
```
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](http://localhost:3000).