v-yunbin / STTWebApp

Web Application that uses the tool "Vosk" to transcribe audios to texts in portuguese

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STTWebApp

Web Application that uses the tool "Vosk" to transcribe audios to texts in portuguese


Enviroment

Python 3.8.5

pip install -r requirements.txt

Running

flask run #runs app

Open in a Web browser Website: http://localhost:5000

Screenshot

image

Structure

─Transcrição de áudio
│   ├───app
│   ├───blueprints
│   │   └───__pycache__
│   ├───ext
│   │   └───__pycache__
│   ├───static
│   │   ├───css
│   │   └───images
│   ├───STT
│   │   └───Vosk
│   ├───templates
│   └───__pycache__
└───model
    └───ivector

About

Web Application that uses the tool "Vosk" to transcribe audios to texts in portuguese

License:MIT License


Languages

Language:JavaScript 37.4%Language:Python 33.4%Language:HTML 26.5%Language:CSS 2.5%Language:Shell 0.2%