Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenisha/scribe
Dictation from Web to Speech to Text to OpenAI
https://github.com/lenisha/scribe
azure-speech-service openai reactjs speech-to-text
Last synced: 15 days ago
JSON representation
Dictation from Web to Speech to Text to OpenAI
- Host: GitHub
- URL: https://github.com/lenisha/scribe
- Owner: lenisha
- Created: 2024-09-02T23:15:10.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T07:01:05.000Z (2 months ago)
- Last Synced: 2024-10-18T19:28:28.862Z (2 months ago)
- Topics: azure-speech-service, openai, reactjs, speech-to-text
- Language: HCL
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# GenAI for transcriptions
Dictate, Transcribe and Summarize as SOAP Notes
## Architecture
![Arch](docs/arch.png)
# UI
![UI](docs/ui.png)
## Deploy
## Prerequisites
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
- [Azure Developer CLI (azd)](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd)
- [Terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli)
- [Node.js](https://nodejs.org/en/download/)
- [Python](https://python.org/)## Deployment Process
### Initialize Azure Developer CLI (azd)
Changed scripts to install into existing Azure RG
```
export AZURE_RESOURCE_GROUP=
``````
azd init
```
### Provision Azure ResourcesVerify RG in `.azure//.env
```
azd provision
```### Deploy the Application
```
azd deploy
```