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

https://github.com/fishjam-cloud/gesture-recognition


https://github.com/fishjam-cloud/gesture-recognition

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

[![Ad](https://swm-delivery.com/www/images/zone-gh-fishjam-1?n=1)](https://swm-delivery.com/www/delivery/ck.php?zoneid=zone-gh-fishjam-1&n=1)
[![Ad](https://swm-delivery.com/www/images/zone-gh-fishjam-2?n=1)](https://swm-delivery.com/www/delivery/ck.php?zoneid=zone-gh-fishjam-2&n=1)
[![Ad](https://swm-delivery.com/www/images/zone-gh-fishjam-3?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
```