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: 4 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-03T18:39:05.000Z (over 1 year ago)
- Last Synced: 2025-06-15T12:05:52.807Z (12 months 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