Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 837 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 837 Bytes

GenAI for transcriptions

Dictate, Transcribe and Summarize as SOAP Notes

Architecture

Arch

UI

UI

Deploy

Prerequisites

Deployment Process

Initialize Azure Developer CLI (azd)

Changed scripts to install into existing Azure RG

export AZURE_RESOURCE_GROUP=<name of RG>
azd init

Provision Azure Resources

Verify RG in `.azure//.env

azd provision

Deploy the Application

azd deploy