Skip to content

MaheshReddy-05/Duplicate-Image-Detection-using-Multiprocessing

Repository files navigation

Duplicate Image Detectio using Multiprocessing

Instructions to run

  • Directions to install
git clone https://github.com/MaheshReddy-05/Duplicate-Image-Detection-using-Multiprocessing.git 
cd Duplicate-Images-Detection-using-Parallel-Processing
#create Virtural Environment
pip install virtualenv
#Name it 
virtualenv env
#redirect to that vm
env\scripts\activate

#Getting errro ? 
#Run powershell as administrator go to the project location
#run: 'set-executionpolicy remotesigned' and choose as Y 

#Now again run: env\scripts\activate
#Boom now you can install what ever you want in VM 
#To exit run:'deactivate'

pip install -r requirements.txt
python '.\Duplication Detecting Scripts\detect_duplicate_single_core.py' 
python '.\Duplication Detecting Scripts\detect_duplicate_multiple_core.py' 
python '.\Duplication Detecting Scripts\detect_duplicate_multiple_thread.py'

About

Detect Duplicate Images Blazingly Fast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages