Go to file
2023-07-21 15:55:21 +02:00
src initial commit 2023-07-06 13:49:12 +02:00
.editorconfig initial commit 2023-07-06 13:49:12 +02:00
.eslintignore initial commit 2023-07-06 13:49:12 +02:00
.eslintrc.json initial commit 2023-07-06 13:49:12 +02:00
.gitignore initial commit 2023-07-06 13:49:12 +02:00
.prettierrc initial commit 2023-07-06 13:49:12 +02:00
config-sample.json initial commit 2023-07-06 13:49:12 +02:00
dn47tm.json initial commit 2023-07-06 13:49:12 +02:00
LICENSE replace apache license with MIT 2023-07-21 15:55:21 +02:00
package.json initial commit 2023-07-06 13:49:12 +02:00
pnpm-lock.yaml initial commit 2023-07-06 13:49:12 +02:00
README.md add demo video 2023-07-18 22:06:14 +02:00
trusting-data-vending-machine.json initial commit 2023-07-06 13:49:12 +02:00
tsconfig.json initial commit 2023-07-06 13:49:12 +02:00
tsconfig.release.json initial commit 2023-07-06 13:49:12 +02:00
undercutter.json initial commit 2023-07-06 13:49:12 +02:00

Data Vending Machine - Service Provider

This is an implementation of a very simple Data Vending Machine Service Provider.

It can be used with the dev version of Highlighter on https://dev.highlighter.com/web

Supported Job Types

AI subsystems are run on a self-hosted machine using Prem AI.

  • Speech-to-text Using whisper through Prem AI.

  • More job types will be added in the future

Demo video

https://www.youtube.com/watch?v=OJx6ExVTS7c

License

MIT