Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```