Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fill3d/fill

Generative fill in 3D.
https://github.com/fill3d/fill

3d-rendering fxnai generative-ai generative-fill

Last synced: about 2 months ago
JSON representation

Generative fill in 3D.

Awesome Lists containing this project

README

        

# Fill 3D

![logo](public/banner.png)

[![Discord](https://img.shields.io/discord/1148999162784907334?label=Discord&logo=discord&logoColor=white&color=7389D8&labelColor=6A7EC2&style=flat)](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:
![key](public/key.gif)
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).