File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed
src/main/resources/static Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # source ~/Downloads/env.properties
4
3
export ` cat env.properties`
4
+ # export `cat ~/Downloads/env.properties`
5
5
6
6
mvn clean package ; java -jar target/oracleai-0.0.1-SNAPSHOT.jar
Original file line number Diff line number Diff line change 1
1
OCICONFIG_FILE =~/.oci/config
2
2
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
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 >
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 >
You can’t perform that action at this time.
0 commit comments