Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fal-ai/interactive-3d-demo-app
Interactive 3d demo of 3d and image AI inference provided by fal.ai
https://github.com/fal-ai/interactive-3d-demo-app
3d ai inference ml realtime
Last synced: about 10 hours ago
JSON representation
Interactive 3d demo of 3d and image AI inference provided by fal.ai
- Host: GitHub
- URL: https://github.com/fal-ai/interactive-3d-demo-app
- Owner: fal-ai
- License: mit
- Created: 2024-03-13T17:31:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T13:15:32.000Z (7 months ago)
- Last Synced: 2024-05-13T14:32:04.902Z (7 months ago)
- Topics: 3d, ai, inference, ml, realtime
- Language: TypeScript
- Homepage: https://3dcanvas.party
- Size: 165 KB
- Stars: 20
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Interactive 3D Demo by fal.ai
This application is a interactive 3D demo for assets generated by AI. It also shows the `fal.subscribe` client in action.
### Prerequisites
1. [Fal AI](https://fal.ai/) API key (for model access)
### Getting started
1. Add the `FAL_KEY` to your `.env.local` file.
2. Install dependencies
```sh
yarn install
```
3. Run
```sh
yarn dev
```