Using SpeechRecognition
of browser, audio from the microphone automatically transcribe and written to file.
The author is not responsible for any problems caused by the user using this project.
Or rather, if you want to use it seriously, use Google Cloud Platform Speech-to-Text.
We do not provide any support.
API URL
, can send the transcribed text to the specified address automatically.AutoStart
feature turned on, recording will start the moment you visit the page or reload. (beta)API URL
and AutoStart
settings are stored and maintained in localStorage.requirements.txt
: fastapi, uvicorngit clone https://github.com/book000/audio-transcriber-web.git
requirements.txt
pip3 install -U -r requirements.txt
main.py --open-browser
python3 main.py --open-browser
http://localhost:8080/api
in the API URL
formStart recording
If you turn on AutoStart
, recording will start the moment you access the page.
api.php
on a server somewhere and set the address to it to an API URL
.The license for this project is MIT License.
This project contains several libraries. The library licenses are as follows.