- Python3.8.10
remember to check add to path while installing
- py -3.8 -m venv test_env
- python -m pip install pip --upgrade
- python -m pip install wheel --upgrade
- pip install -r requirements.txt --no-cache-dir
- pip install ttkbootstrap --no-warn-conflicts
- Download ffmpeg
- extract the zip file and copy bin content to
ttkbootstrap
folder.required fo audio to text conversion
- resnet50_coco_best_v2.1.0.h5 after downloading move this to
ttkbootstrap
folder.required for object detection
ImportError: Could not find the DLL(s) 'msvcp140_1.dll'. TensorFlow requires that these DLLs be installed in a directory that is named in your %PATH% environment variable. You may install these DLLs by downloading "Microsoft C++ Redistributable for Visual Studio 2015, 2017 and 2019" for your platform from this URL: https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads
- Download and install vc_redist.x64.exe