Using SpeechRecognition of browser, audio from the microphone automatically transcribe and written to file.
- GitHub Pages
- For transcriptions from video and audio files: book000/audio-transcriber-docker
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.
- Input the
API URL, can send the transcribed text to the specified address automatically. - With the
AutoStartfeature turned on, recording will start the moment you visit the page or reload. (beta) - The
API URLandAutoStartsettings are stored and maintained in localStorage. - Shows alternatives to recognize sentences and diffs by hovering the results.
- Chrome 33+ / Edge 79+ (Can I use SpeechRecognition?)
- Python 3.6+
requirements.txt: fastapi, uvicorn
git clone https://github.com/book000/audio-transcriber-web.git
pip3 install -U -r requirements.txt
python3 main.py --open-browser
If you turn on AutoStart, recording will start the moment you access the page.
- It also works if you put
api.phpon a server somewhere and set the address to it to anAPI URL.
The license for this project is MIT License.
This project contains several libraries. The library licenses are as follows.
