eulersson / taconez

Sound warfare against your upper neighbour's high heel walks. AI IoT Raspberry Pi powered solution to detect, analyse, plot and react against them.
Apache License 2.0
0 stars 0 forks source link

Find a nicer way to download kaggle TensorFlow models #96

Open eulersson opened 9 months ago

eulersson commented 9 months ago

There used to be a python package called "tensorflow_hub" that would act as an interface to download the ML models instead of having to find the tarball paths. I'm scared the paths might change, so using a client library to interact with these repositories would probably be safer.

https://github.com/eulersson/taconez/blob/6bd34486a00cd8f75cc597ee1971b9543cf7a7b8/sound-detector/sound_detector.py#L157-L172