Why tflite-model-maker downloading so many files?

i am using tflite-model-maker for “model_maker_speech_recognition” project in google colab but when i ran “pip install tflite-model-maker” it downloading many file which cause space issue on google colab,i used “fall back runtime version” still same issue please anyone can help here.

Hi @Abhi, When you try to install the tflite_model_maker the tflite_model_maker has dependency on some other packages that are needed to use the library. so all the packages which are required to use the tflite_model_maker will also be downloaded. You can see the list of those packages in the requirements.txt file. Thank You