Skip to content

A fast desktop search application with content awareness, full text indexing and image object recognition

License

Notifications You must be signed in to change notification settings

adeelaarbi/AHDiskSearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A fast desktop search application with content awareness, full text indexing and image object recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%