-
Notifications
You must be signed in to change notification settings - Fork 0
remmaso/Python-speech-to-text-API
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
## This file guides you properly setup the virtual env ## On Windows Type python -m venv venv ## On Mac python3 -m venv venv # set the Source Activate # Win source venv/scripts/activate # Mac source venv/bin/activate select the Interprter # Win ctrl + shift + p type Python, and choose Select Interpreter # Mac cmd + shift + P , type Python, and choose Select Interpreter # Install some dependencies pip install pyaudio pip install speech recognition # create a file touch main.py code main.py
About
Python speech to text API on google speech recognition
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published