hhaensel / SpeechToText

Speak into the microphone and transcribe to text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speech to text

Record audio from the microphone and transcribe it to text using OpenAI or a local model

Demo contributed by Jan Siml

Installation

Clone the repository and install the dependencies:

First cd into the project directory then run:

$> julia --project -e 'using Pkg; Pkg.instantiate()'

Then run the app

$> julia --project
julia> using GenieFramework
julia> Genie.loadapp() # load app
julia> up() # start server

Usage

Open your browser and navigate to http://localhost:8000/

About

Speak into the microphone and transcribe to text


Languages

Language:Julia 100.0%