Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fal-ai/lcm-websocket-demo


https://github.com/fal-ai/lcm-websocket-demo

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Deprecated

⚠️ Please check out instead https://github.com/fal-ai/tldraw-fal. ⚠️

*****

This is a [React](https://react.dev/) app with [fal](https://fal.ai) that demonstrates real-time AI image generation based on drawings in a canvas.

## Getting Started

1. Make sure you install the dependencies:

```bash
npm install
```

2. Now you can run the Next.js project as usual:
```bash
npm start
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

**Note:** although the commands above use `npm`, feel free to use your preferred package manager,

## What's next?

Real-time image generation is just one of the many cool things you can do with fal. Make sure you:

- Check all the available [Model APIs](https://fal.ai/models)
- Check our [Next.js integration guide](https://fal.ai/docs/integrations/nextjs)
- Learn how to write your own model APIs on [Introduction to serverless functions](https://fal.ai/docs/serverless-functions)
- Read more about function endpoints on [Serving functions](https://fal.ai/docs/function-endpoints)