Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fill3d/fill
Generative fill in 3D.
https://github.com/fill3d/fill
3d-rendering fxnai generative-ai generative-fill
Last synced: 7 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:15:50.000Z (5 months ago)
- Last Synced: 2024-08-02T17:39:00.579Z (3 months 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
![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).