rampal-punia / yolov8-streamlit-detection-tracking

Object detection and tracking algorithm implemented for Real-Time video streams and static images.
https://codingmantras-yolov8-streamlit-detection-tracking-app-njcqjg.streamlit.app/
279 stars 119 forks source link

CONVERT TO .EXE #3

Closed Rasantis closed 1 year ago

Rasantis commented 1 year ago

Hi, its possible to convert this aplication in a .exe ? could you help ?

rampal-punia commented 1 year ago

Hello. Yes, It is possible to convert any Python application into an EXE file with the help of Pyinstaller and various other libraries and methods. This process typically includes packaging your Python code, dependencies, and Streamlit app into a standalone executable file.

However, this project is just for educational purposes only and is not production ready. Plz, refer to the disclaimer at the bottom of the readme file.