Hello, Thank you very much for your work for pyinstaller. I am using pyinstaller for my script. The size of the dist folder is very large thus becoming non-reliable for use. Please guide me, so that I can make a smaller exe.
In my script, I am importing the following modules. import numpy as np from numpy.linalg import norm import pickle import os import random import time import math import tensorflow from tensorflow.keras.preprocessing import image from tensorflow.keras.applications.resnet50 import ResNet50, preprocess_input from tensorflow.keras.applications.mobilenet import MobileNet import cv2 import glob import pickle from scipy.spatial.distance import cosine from pathlib import Path from annoy import AnnoyIndex import json -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/0e6f4a1f-044b-408d-909d-82dfa1f0243en%40googlegroups.com.
