https://github.com/fishjam-cloud/gesture-recognition
https://github.com/fishjam-cloud/gesture-recognition
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fishjam-cloud/gesture-recognition
- Owner: fishjam-cloud
- Created: 2025-05-08T13:59:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-18T14:18:04.000Z (about 2 months ago)
- Last Synced: 2026-06-17T15:34:55.286Z (18 days ago)
- Language: TypeScript
- Size: 6.79 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://swm-delivery.com/www/delivery/ck.php?zoneid=zone-gh-fishjam-1&n=1)
[](https://swm-delivery.com/www/delivery/ck.php?zoneid=zone-gh-fishjam-2&n=1)
[](https://swm-delivery.com/www/delivery/ck.php?zoneid=zone-gh-fishjam-3&n=1)
# Gesture Recognition Example
The code in this repository contains a full working example of a videoconferencing app with gesture recognition.
## Running
To run the example locally, first install the dependencies by running
```
yarn
```
Next, copy [`.env.example`](.env.example) to `.env` and then update the value of `VITE_ROOM_MANAGER_URL` in `.env`.
> [!tip]
> You can get a working `VITE_ROOM_MANAGER_URL` on [Fishjam](https://fishjam.io/app) or by running [room-manager](https://github.com/fishjam-cloud/js-server-sdk/tree/main/examples/room-manager) locally.
Finally, run the example with
```sh
yarn dev
```