https://github.com/redis-developer/speechdis
A Tool that transcribe audio from Podcast using RedisAI and RediSearch
https://github.com/redis-developer/speechdis
Last synced: 11 months ago
JSON representation
A Tool that transcribe audio from Podcast using RedisAI and RediSearch
- Host: GitHub
- URL: https://github.com/redis-developer/speechdis
- Owner: redis-developer
- License: mit
- Created: 2021-06-20T02:30:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T17:22:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T09:27:37.463Z (about 1 year ago)
- Homepage:
- Size: 289 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# speechdis
A webapp to transcribe some audio content from your favorite podcast or radio show using the redisAI Rust client build also for this hackathon.
Based on recent advances in speech to text some new Machine Learning model can transcribe speech from raw audio into text. This Webapp used trained model uploaded into a Redis instance with the module RedisAI. The transcribed text is then also store in redis with the module redis search in order to easily search in the transcript some information.