Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c79df99

Browse files
authored
Merge pull request #1 from daily-demos/add-cat-detection
Add object detection to demo app
2 parents 6376799 + 5d34212 commit c79df99

File tree

19 files changed

+2106
-5334
lines changed

19 files changed

+2106
-5334
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Daily React app with hand gesture detection
1+
# Daily React app with object and hand gesture detection
22
[Open the app in CodeSandbox](https://codesandbox.io/s/github/daily-demos/daily-react-tfjs), or [see it in action here](https://890sio.csb.app/).
33
![CleanShot 2023-01-11 at 18 02 52](https://user-images.githubusercontent.com/12814720/211870277-885759c0-481e-4121-bf94-d4b6ae53ad1b.gif)
44

@@ -7,8 +7,11 @@
77
This app includes:
88

99
- A basic multi-participant call UI built with React and the [Daily React library](https://docs.daily.co/reference/daily-react)
10-
- Automatic hand gesture detection with [TensorFlowJS](https://github.com/tensorflow/tfjs) and [Fingerpose](https://github.com/andypotato/fingerpose)
11-
- Sending gestures to other call participants
10+
- Hand gesture detection with [TensorFlowJS](https://github.com/tensorflow/tfjs) and [Fingerpose](https://github.com/andypotato/fingerpose)
11+
- Sending gestures to other call participants
12+
- Object detection with [TensorFlowJS](https://github.com/tensorflow/tfjs) and [coco-ssd](https://www.npmjs.com/package/@tensorflow-models/coco-ssd)
13+
14+
Note on object detection: coco-ssd is powerful, but can take up computing resources. This app may be less performant on lower-end devices. A Start/stop scan button is added to give the user control over when to run the detection. Predictions run only every 1000 ms, slowing down new object detection.
1215

1316
This is a demo app meant to showcase how to interact with the Daily APIs. It is not optimized for large calls. (Read our [large meetings series](https://www.daily.co/blog/tag/large-meeting-series/) for more information.)
1417

@@ -17,8 +20,6 @@ This is a demo app meant to showcase how to interact with the Daily APIs. It is
1720
To use this demo, you will first need to [create a Daily account](https://dashboard.daily.co/signup).
1821
You will also need a Daily room URL. You can use any existing Daily room in the demo by pasting the room URL into the input. The room URL should be in this format to be valid: `https://your-domain.daily.co/room-name`, with `daily-domain` changed to your domain, and `room-name` changed to the name of the existing room you would like to use.
1922

20-
---
21-
2223
## Running locally
2324

2425
To run this demo locally:

0 commit comments

Comments
 (0)