Skip to content

Given a test image, obtains 10 similar images from the database. Also has reinforcement learning capability if the user points out that one of the faces is not in the group.

Notifications You must be signed in to change notification settings

vasanthkalingeri/MugComparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MugComparator

Given a test image, obtains 10 similar images from the database. Also has reinforcement learning capability if the user points out that one of the faces is not in the group.

Required Libraries

  1. Numpy
  2. OpenCV
  3. Django

Instructions to run

  1. Download the zip file and extract it.
  2. Extract the data.tar.gz in the same folder as the code.
  3. Type python main.py to run the code
  4. A new file called results.html will be created through which results can be viewed.
  5. The program is still running and is waiting for user based reinforcement. Press Ctrl+C to quit training the system. Or enter space seperated numbers corresponding to the images which are not similar and the system learns from this.

About

Given a test image, obtains 10 similar images from the database. Also has reinforcement learning capability if the user points out that one of the faces is not in the group.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages