Skip to content

Commit

Permalink
finished Audio Transcription
Browse files Browse the repository at this point in the history
  • Loading branch information
aniturza committed Jan 11, 2024
1 parent 3258198 commit 5b044b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 51 deletions.
9 changes: 5 additions & 4 deletions src/AIHub/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
</div>
</a>
</li>
</ul>
<ul class="homeBlockNavList">
<li key="brandanalyzer">
<a asp-area="" style="text-decoration: none" asp-controller="BrandAnalyzer" asp-action="BrandAnalyzer">
<div class="homeBlock">
Expand All @@ -69,7 +71,7 @@
d="M36.8 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM64 224V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 224H320V384H128V224H64zm448 0V480c0 17.7 14.3 32 32 32s32-14.3 32-32V224H512z" />
</svg>
<p class="homeBlockText">Brand Analyzer</p>
<p class="homeBlockTextDetail">Brand Analyzer: Analyze your brand's internet reputation</p>
<p class="homeBlockTextDetail">Analyze your brand's internet reputation</p>
</div>
</a>
</li>
Expand All @@ -82,12 +84,11 @@
d="M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z" />
</svg>
<p class="homeBlockText">Form Analyzer</p>
<p class="homeBlockTextDetail">Analiza tus documentos</p>
<p class="homeBlockTextDetail">Summarize and ask questions to your documents</p>
</div>
</a>
</li>
</ul>
<ul class="homeBlockNavList">


<li key="textmodetator">
<a asp-area="" style="text-decoration: none" asp-controller="ContentSafety" asp-action="TextModerator">
Expand Down
49 changes: 2 additions & 47 deletions src/AIHub/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,5 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ContentModerator": {
"Endpoint": "<EndPoint>",
"SubscriptionKey": "<SUB KEY>"
},
"BrandAnalyzer": {
"BingEndpoint": "https://api.bing.microsoft.com/v7.0/search",
"BingKey": "<Bing Key>",
"OpenAIEndpoint": "<AOAI EndPoint>",
"OpenAISubscriptionKey": "<KEY>"
},
"CallCenter": {
"OpenAIEndpoint": "<AOAI EndPoint>",
"OpenAISubscriptionKey": "<KEY>"
},
"AudioTranscription": {
"SpeechLocation": "westeurope",
"SpeechSubscriptionKey": "<your speech key>",
"ContainerName": "audio-files"
},
"ImageAnalyzer": {
"VisionEndpoint": "<Vision EndPoint>",
"OCREndpoint": "<OCR EndPoint>",
"VisionSubscriptionKey": "<KEY>",
"OpenAIEndpoint": "<AOAI EndPoint>",
"OpenAISubscriptionKey": "KEY",
"ContainerName": "image-analyzer"
},
"FormAnalyzer": {
"FormRecogEndpoint": "<Form Recog EndPoint>",
"FormRecogSubscriptionKey": "<KEY>",
"OpenAIEndpoint": "<AOAI EndPoint>",
"OpenAISubscriptionKey": "<KEY>",
"ContainerName": "form-analyzer"
},
"ChatOnYourData": {
"Link": "<Link to Chat>"
},
"PBIReport": {
"Link": ">Link to PBIReport>"
},
"Storage": {
"ConnectionString": "<Storage connString>",
"ContainerName": "image-moderator"
},
"AllowedHosts": "*"
}
}
}

0 comments on commit 5b044b3

Please sign in to comment.