Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 file

Run REPL

```shell
clj -M:dev:test:repl
```