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

https://github.com/peyton/assort-lofi


https://github.com/peyton/assort-lofi

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Assort LoFi Demo

## Running

1. Populate `.env` using keys from `.env.example`.

2. Create a Twilio TwiML bin from the contents of `twimlbin.xml`.

3. Run:

```sh
python app.py
```

## Polish

#### Overall
- de-spaghettify into interruptible streaming pipeline
- optimize latency
- instrumentation & logging
- state management
- failure handling

#### Deepgram
- send keepalive and closestream
- employ keywords (provider name, pt name, etc)
- store transcript & audio

#### Testing
- unit tests
- regression/perf tests