cd path/to/tpjecy
python -m venv venv venv/Scripts/activate
pip install -r requirements.txt pip install -r packages.txt
download and run https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.137/win64/chromedriver-win64.zip
download and run https://gstreamer.freedesktop.org/data/pkg/windows/1.24.7/msvc/gstreamer-1.0-msvc-x86_64-1.24.7.msi
- Set system variable: set system variable new GSTREAMER_1_0_ROOT_MSVC_X86_64= C:\gstreamer\1.0\msvc_x86_64
- Add to PATH system variable: add C:\gstreamer\1.0\msvc_x86_64 to the PATH system variable
streamlit run streamlit_app.py