https://github.com/willdera/speech-alchemy
This web app extracts text from an mp3 file and then gives users the freedom to convert that text into a language from a given set of options
https://github.com/willdera/speech-alchemy
ibm-watson python3 streamlit
Last synced: 2 months ago
JSON representation
This web app extracts text from an mp3 file and then gives users the freedom to convert that text into a language from a given set of options
- Host: GitHub
- URL: https://github.com/willdera/speech-alchemy
- Owner: WillDera
- Created: 2020-08-18T20:26:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-02T23:12:19.000Z (5 months ago)
- Last Synced: 2026-02-03T12:20:49.756Z (5 months ago)
- Topics: ibm-watson, python3, streamlit
- Language: Python
- Homepage:
- Size: 97 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speech Alchemy
This web app extracts text from an mp3 file and then gives users the freedom to convert the extracted text into a language from a given set of options.
# Tools
The app uses the APIs listed below for the text extraction and language translation (both offered by IBM Watson)
- SpeechToText (V1)
- LanguageTranslator (V3)