Skip to content

Commit ffa9940

Browse files
committed
init 3
1 parent 28037be commit ffa9940

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

build_and_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
#source ~/Downloads/env.properties
43
export `cat env.properties`
4+
#export `cat ~/Downloads/env.properties`
55

66
mvn clean package ; java -jar target/oracleai-0.0.1-SNAPSHOT.jar

env.properties

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
OCICONFIG_FILE=~/.oci/config
22
OCICONFIG_PROFILE=DEFAULT
3-
COMPARTMENT_ID="ocid1.compartment.oc1..mycompartmentvalue"
4-
OBJECTSTORAGE_NAMESPACE="myobjectstorenamespacename"
5-
OBJECTSTORAGE_BUCKETNAME="myobjectstorebucketname"
6-
ORDS_ENDPOINT_URL="https://myordsendpointurl"
7-
ORDS_ENDPOINT_URL="https://rddainsuh6u1okc-aidatabaseworkshop.adb.us-ashburn-1.oraclecloudapps.com/ords/aiuser/_sdw/"
8-
OCI_VISION_SERVICE_ENDPOINT="https://vision.aiservice.myregion.oci.oraclecloud.com"
9-
OCI_SPEECH_SERVICE_ENDPOINT="https://speech.aiservice.myregion.oci.oraclecloud.com"
10-
OCI_GENAI_SERVICE_ENDPOINT="https://genai.aiservice.us-chicago-1.oci.oraclecloud.com"
3+
COMPARTMENT_ID=ocid1.compartment.oc1..mycompartmentvalue
4+
OBJECTSTORAGE_NAMESPACE=myobjectstorenamespacename
5+
OBJECTSTORAGE_BUCKETNAME=myobjectstorebucketname
6+
ORDS_ENDPOINT_URL=https://myordsendpointurl
7+
ORDS_ENDPOINT_URL=https://rddainsuh6u1okc-aidatabaseworkshop.adb.us-ashburn-1.oraclecloudapps.com/ords/aiuser/_sdw/
8+
OCI_VISION_SERVICE_ENDPOINT=https://vision.aiservice.myregion.oci.oraclecloud.com
9+
OCI_SPEECH_SERVICE_ENDPOINT=https://speech.aiservice.myregion.oci.oraclecloud.com
10+
OCI_GENAI_SERVICE_ENDPOINT=https://genai.aiservice.us-chicago-1.oci.oraclecloud.com
11+
OPENAI_KEY=mykeyfordalleifused

src/main/resources/static/sidebar.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +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>
7-
<a class="w3-bar-item w3-button">Speech Transcription And Translation<br>(coming soon)</a><br>
8-
<a class="w3-bar-item w3-button">Realtime Speech Transcription<br>(coming soon)</a><br>
9-
<a class="w3-bar-item w3-button">Speech To Text<br>(coming soon)</a><br>
6+
<a class="w3-bar-item w3-button">Video Analysis (coming soon)</a><br>
7+
<a class="w3-bar-item w3-button">Speech Transcription And Translation (coming soon)</a><br>
8+
<a class="w3-bar-item w3-button">Realtime Speech Transcription (coming soon)</a><br>
9+
<a class="w3-bar-item w3-button">Speech To Text (coming soon)</a><br>

0 commit comments

Comments
 (0)