Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.42 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.42 KB

This package is tested with the followings:

Install packages/dependencies

  • 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

External dependencies

  • 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

Facing the following issue ?

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