Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fal-ai/lcm-websocket-demo
https://github.com/fal-ai/lcm-websocket-demo
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fal-ai/lcm-websocket-demo
- Owner: fal-ai
- License: mit
- Created: 2023-11-22T14:25:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T01:32:36.000Z (7 months ago)
- Last Synced: 2024-12-15T22:43:42.073Z (26 days ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 15
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)