2023-07-08 11:49:12 +00:00
|
|
|
# Data Vending Machine - Service Provider
|
|
|
|
|
2023-08-02 09:33:44 +00:00
|
|
|
This is an implementation of a very simple [Data Vending Machine](https://github.com/nostr-protocol/nips/blob/vending-machine/90.md) Service Provider.
|
2023-07-08 11:49:12 +00:00
|
|
|
|
|
|
|
It can be used with the dev version of Highlighter on https://dev.highlighter.com/web
|
|
|
|
|
|
|
|
# Supported Job Types
|
2023-07-18 20:06:14 +00:00
|
|
|
AI subsystems are run on a self-hosted machine using [Prem AI](https://www.premai.io/).
|
2023-07-08 11:49:12 +00:00
|
|
|
|
|
|
|
* Speech-to-text
|
|
|
|
Using `whisper` through Prem AI.
|
2023-07-18 20:06:14 +00:00
|
|
|
|
|
|
|
* More job types will be added in the future
|
|
|
|
|
|
|
|
# Demo video
|
|
|
|
|
|
|
|
https://www.youtube.com/watch?v=OJx6ExVTS7c
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
MIT
|