File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
src/main/resources/static Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,23 @@ <h2>Develop with Oracle AI Services and Oracle Database</h2>
25
25
26
26
< div class ="w3-container ">
27
27
28
- < h4 > Obtain face recognition information from an image </ h4 >
28
+ < h4 > Obtain information from video </ h4 >
29
29
< 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 >
31
31
< h5 > Uses Oracle Vision AI</ h5 >
32
32
< br >
33
33
< form method ="post " action ="/facial/facial " enctype ="multipart/form-data ">
34
34
Select an image file...< br >
35
35
< 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 >
37
37
< br >
38
38
< br >
39
39
< 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)
42
42
< 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)
45
45
< br >
46
46
< br > < input type ="submit " value ="Submit "> < br >
47
47
</ form >
Original file line number Diff line number Diff line change 3
3
< a href ="/ObjectDetectionGenAIAndSentimentAnalysis.html " class ="w3-bar-item w3-button "> Object Detection, Text Generation, and Sentiment Analysis</ a > < br >
4
4
< a href ="/FaceRecognition.html " class ="w3-bar-item w3-button "> Face Recognition</ a > < br >
5
5
< 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 >
6
7
< a class ="w3-bar-item w3-button "> Speech Transcription And Translation< br > (coming soon)</ a > < br >
7
8
< a class ="w3-bar-item w3-button "> Realtime Speech Transcription< br > (coming soon)</ a > < br >
8
9
< a class ="w3-bar-item w3-button "> Speech To Text< br > (coming soon)</ a > < br >
You can’t perform that action at this time.
0 commit comments