Code for LuxPM DL challenge. Pretrained model and pickle file is not added. Used Image similarity method to perform Apple classification as instances were very few.
Steps to run application
- Docker must be installed in the system
- Create folder test in your local repository e.g. (windows - D:/test) or (ubuntu - /user/test)
- run the following commands on terminal
- docker pull aayush1597/luxdl
- docker run -v [Your test path]:/test aayush1597/luxdl (e.g. docker run -v D:\test:/test aayush1597/luxdl)
- Add image to test folder
- Machine will reply if image is apple or not
Aayush Gupta