Skip to content

Commit d9c39bd

Browse files
committed
init
1 parent 9328aef commit d9c39bd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package oracleai;
2+
3+
public class TextSearch {
4+
}

src/main/resources/static/sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<a href="/SpeechTranscriptionAndImageGeneration.html" class="w3-bar-item w3-button">Speech Transcription And Image Generation</a><br>
33
<a href="/ObjectDetectionGenAIAndSentimentAnalysis.html" class="w3-bar-item w3-button">Object Detection, Text Generation, and Sentiment Analysis</a><br>
44
<a href="/FacialRecognition.html" class="w3-bar-item w3-button">Facial Recognition</a><br>
5+
<a href="/TextSearch.html" class="w3-bar-item w3-button">Text/DBMS_SEARCH Database Search</a><br>
56
<!--<a href="/SpeechTranscriptionAndTranslation.html" class="w3-bar-item w3-button">Speech Transcription And Translation</a><br>-->
67
<!--<a href="/RealtimeSpeechTranscription.html" class="w3-bar-item w3-button">Realtime Speech Transcription</a><br>-->
78
<!--<a href="/SpeechToText.html" class="w3-bar-item w3-button">Speech To Text</a><br>-->

0 commit comments

Comments
 (0)