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.
- Numpy
- OpenCV
- Django
- Download the zip file and extract it.
- Extract the data.tar.gz in the same folder as the code.
- Type python main.py to run the code
- A new file called results.html will be created through which results can be viewed.
- 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.