pritishmishra703 / WakeWordDetection

Make a Wake word detection engine like "Ok, google!"
49 stars 18 forks source link

requirements.txt file ? #6

Open zeroprofit opened 1 year ago

zeroprofit commented 1 year ago

Hi,

Looks like the python version you are using is an old one and the associated libraries you use have been updated causing a lot of problems when trying to run using latest python 3.11.

Do you have a requirements.txt to make sure install python version and associated libraries version are the ones used in your working code? Much appreciated!

I love what you are doing. Thank you so much!

zeroprofit commented 1 year ago

requirements.txt

################# requirements.txt #################################

python 3.10.8 iMac M1 and Macbook 2012 x86

there are three modules, matplotlib, pandas and pyttxs3, that require "/usr/local/bin/python3 -m pip install [modulename]"

pandas sounddevice scipy sklearn librosa matplotlib tensorflow #for Macbook 2012 x86 tensorflow-macos #for iMac M1 pyttsx3

######################## requirements.txt #########################