You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go-demo/assets/docs/emotion/Emotion.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,7 @@ The colors for the indivdual emotion charts are found on the emotion.html page:
46
46
});
47
47
```
48
48
### Video display
49
-
At the same time that the highcharts graph is created, the selected video is rendered in an HTML5 tag inside the `#selected-video` div. The example video is hosted on S3:
Copy file name to clipboardExpand all lines: php-demo/emotion/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ An example video is presented to the user, and an analysis begins immediately up
24
24
25
25
In order to render the analysis of the example video, you must enter a Media ID into the config.php file. To get the Media ID for the example video, run this script at your command prompt:
@@ -47,8 +47,7 @@ To accomplish this analysis, an AJAX script in the `emoDemoApp.js` file POSTS to
47
47
The colors for the indivdual emotion charts are found inside `config.php`.
48
48
49
49
### Video display
50
-
At the same time that the highcharts graph is created, the selected video is rendered in an HTML5 tag inside the `#selected-video` div. The example video is hosted on S3:
Copy file name to clipboardExpand all lines: python-demo/static/docs/emotion/Emotion.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,7 @@ To accomplish this, an AJAX script in the `emoDemoApp.js` file POSTS to the rout
49
49
The colors for the indivdual emotion charts are found inside `config.php`.
50
50
51
51
### Video display
52
-
At the same time that the highcharts graph is created, the selected video is rendered in an HTML5 tag inside the `#selected-video` div. The example video is hosted on S3:
53
-
https://media.kairos.com/demo/videos/video_1.mp4
52
+
At the same time that the highcharts graph is created, the selected video is rendered in an HTML5 tag inside the `#selected-video` div.
54
53
55
54
Tools are provided so that the user can play, pause or scrub the video.
Copy file name to clipboardExpand all lines: ruby-demo/README.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
These demo apps showcase the Kairos APIs by giving the user a means to quickly get up and running with our Emotion Analysis and Facial Recognition / Detection APIs.
5
5
6
6
## Running the App
7
-
The demo app can easily be run using Docker with the included Dockerfile and docker-compose.yml or locally from your command prompt.
8
7
9
8
The app is basically a single page application, which is viewed at index.html.
10
9
@@ -27,18 +26,30 @@ Point your browser to `http://127.0.0.1:4567/`
27
26
28
27
### Detect
29
28
The Detect Demo uses Kairos Face Recognition API to detect a human face in an existing photo, or a snapshot from the user's webcam.
0 commit comments