Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rynkowsg/video-stt
Automatic transcription for videos, thanks to avconv, Google Speech API & Clojure wiring all the bits.
https://github.com/rynkowsg/video-stt
clojure gcp-speech speech-api speech-to-text
Last synced: about 2 months ago
JSON representation
Automatic transcription for videos, thanks to avconv, Google Speech API & Clojure wiring all the bits.
- Host: GitHub
- URL: https://github.com/rynkowsg/video-stt
- Owner: rynkowsg
- Created: 2021-04-20T10:15:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T21:32:18.000Z (over 3 years ago)
- Last Synced: 2024-07-30T17:39:13.664Z (5 months ago)
- Topics: clojure, gcp-speech, speech-api, speech-to-text
- Language: Clojure
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video-stt
Clojure project using Google Speech API to perform Speech-To-Text (STT) from video.
## Development setup
Requirements
- Clojure
- make
- avconv
- GCP account & credentials in json fileRun REPL
```shell
clj -M:dev:test:repl
```