How can I export my Computer Vision project as an executable? (.exe) or is there another way to deploy it locally without opening Vscode? PyInstaller doesn't seem to work

Never mind everyone! I found the solution! Instead of using my CUDA GPU in my .exe file, I just used my CPU instead!!