Compare commits
No commits in common. "rei/dev" and "dev" have entirely different histories.
@ -1,9 +1,3 @@
|
|||||||
# rei's fork of Precise-Lite
|
|
||||||
|
|
||||||
* To install, use `pip3 install . ./runner` for both the engine and runner. All training scripts are included.
|
|
||||||
* Use an up-to-date pip to avoid installing conflicting requirements!
|
|
||||||
* This fork supports Aarch64 using the `tensorflow_aarch64` packages.
|
|
||||||
|
|
||||||
# Mycroft Precise-Lite
|
# Mycroft Precise-Lite
|
||||||
|
|
||||||
*A lightweight, simple-to-use, RNN wake word listener.*
|
*A lightweight, simple-to-use, RNN wake word listener.*
|
||||||
|
3
setup.py
3
setup.py
@ -65,8 +65,7 @@ setup(
|
|||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy',
|
'numpy',
|
||||||
'tensorflow==2.7.1;platform_system==\'Linux\' and platform_machine==\'x86_64\'',
|
'tensorflow==2.3.1',
|
||||||
'tensorflow_aarch64==2.7.1;platform_system==\'Linux\' and platform_machine==\'aarch64\'',
|
|
||||||
'sonopy',
|
'sonopy',
|
||||||
'pyaudio',
|
'pyaudio',
|
||||||
'h5py',
|
'h5py',
|
||||||
|
Loading…
Reference in New Issue
Block a user