Skip to content

remmaso/Python-speech-to-text-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

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

No packages published

Languages