All Questions
3 questions
0
votes
1
answer
99
views
How to use any string from list as a variable?
I would like to know how i could have a variable A to be any random string from ListA and B to be any random string from ListB?
I would like to use this in a voice assistant and Voice would be the ...
0
votes
0
answers
58
views
How can I access my list from another python module with my voice?
I am trying to build a voice assistant using python. But I have some problems with it.
I have a assistantInputs.py file which is contains words, and main.py which is main program.
Here's my code in ...
0
votes
0
answers
125
views
how to compare voice with list in python
here is my code I'm using pocketsphinx I want to compare my voice with these words but it's not working.
from pocketsphinx import LiveSpeech
import speech_recognition as sr
'''The start of Speech ...