https://github.com/parthcorleone/trying-text-to-audio
A way to convert audio to text. I tried two ways one in Python other in Js
https://github.com/parthcorleone/trying-text-to-audio
Last synced: 6 months ago
JSON representation
A way to convert audio to text. I tried two ways one in Python other in Js
- Host: GitHub
- URL: https://github.com/parthcorleone/trying-text-to-audio
- Owner: ParthCorleone
- Created: 2024-10-03T18:12:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T18:39:05.000Z (almost 2 years ago)
- Last Synced: 2025-06-15T12:05:52.807Z (about 1 year ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my first Git Repository
For the python file run these commands in the terminal
pip install speechrecognition
pip install pyaudio
pip install pyttsx3