Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Resources

Verify RG in `.azure//.env

```
azd provision
```

### Deploy the Application

```
azd deploy
```