Skip to content

Commit b19c09d

Browse files
committed
init
1 parent 9e090e3 commit b19c09d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/main/resources/static/VideoAnalysis.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ <h2>Develop with Oracle AI Services and Oracle Database</h2>
2525

2626
<div class="w3-container">
2727

28-
<h4>Obtain face recognition information from an image</h4>
28+
<h4>Obtain information from video</h4>
2929
<br>
30-
<h5>Provide an image and receive the location of facial features.</h5>
30+
<h5>Provide a video and receive information about it.</h5>
3131
<h5>Uses Oracle Vision AI</h5>
3232
<br>
3333
<form method="post" action="/facial/facial" enctype="multipart/form-data">
3434
Select an image file...<br>
3535
<input type="file" name="file" accept="video/*" />
36-
<br>You can download and use the sample audio found <a href="images/bloodsugarreport.jpeg">here</a>
36+
<br>You can download and use the sample audio found <a href="video/tbd.mov">here</a>
3737
<br>
3838
<br>
3939
<br> <b>Options...</b>
40-
<br><input type="radio" name="opts" value="inline" checked >Process image inline (do not store image or results)
41-
<br>(makes calls to Vision AI and Gen AI directly from this application)
40+
<br><input type="radio" name="opts" value="inline" checked >Process video inline (do not store video or results)
41+
<br>(makes calls to Vision AI directly from this application)
4242
<br>
43-
<br><input type="radio" name="opts" value="objectstore">Store image in objectstore and summary text results in database
44-
<br>(makes calls to Vision AI and Gen AI from the Oracle Database using DBMS_CLOUD)
43+
<br><input type="radio" name="opts" value="objectstore">Store video in objectstore and text results in database
44+
<br>(makes calls to Vision AI from the Oracle Database using DBMS_CLOUD)
4545
<br>
4646
<br><input type="submit" value="Submit"><br>
4747
</form>

src/main/resources/static/sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<a href="/ObjectDetectionGenAIAndSentimentAnalysis.html" class="w3-bar-item w3-button">Object Detection, Text Generation, and Sentiment Analysis</a><br>
44
<a href="/FaceRecognition.html" class="w3-bar-item w3-button">Face Recognition</a><br>
55
<a href="/TextSearch.html" class="w3-bar-item w3-button">Database Text Search and DBMS_SEARCH</a><br>
6+
<a class="w3-bar-item w3-button">Video Analysis<br>(coming soon)</a><br>
67
<a class="w3-bar-item w3-button">Speech Transcription And Translation<br>(coming soon)</a><br>
78
<a class="w3-bar-item w3-button">Realtime Speech Transcription<br>(coming soon)</a><br>
89
<a class="w3-bar-item w3-button">Speech To Text<br>(coming soon)</a><br>

0 commit comments

Comments
 (0)