An Object Recognition and classification system has been built here. The code is mainly divided into two parts:
- Object Recognition in still/non-movable images
- Object Detection in live images
The user is given a choice to select local files from the file dialogue of their own device and upload it into the GUI, which passes it on to the Convolutional Neural Network (CNN) for processing and returns the Class Name of the image with a specific level of accuracy.
NOTE: Only '.png' files are recognizable by the CNN created. Providing any other file type will trigger an error and not allow the application to proceed further.
The user turns on their deivce's inbuilt camera via the GUI using the Live Feed button, which detects if an object is present in front of the camera by comparing it with a referrence image, provided previously to the backend of the code.
NOTE: The camera has not been displayed for security purposes. The black window open on the screen is the camera module.
Hello and welcome! We are so glad that you are interested in contributing to the Object Recognition and Classification System! We only have a couple of rules and we hope you enjoy the process :)
- Don't move or delete any files. Only modify them.
- Put all CNN Model related codes in the CNN.py file, found under the 'Code (Modules)' folder. This also requires you to follow Rule 6 below in the list.
- Put all GUI related codes in the GUI.py file, found under the 'Code (Modules)' folder.
- Put all Live Object Detection related codes in the 'Image Detection.py' file, found under the 'Code (Modules)' folder.
- Put all New model related codes in the 'Code (Modules)' folder.
- Upload the entire model file ('.h5' extension) in the 'CNN_Model' folder.
- Fork the repository
- Clone your forked repository to your computer
- Head to the issues tab and look for an issue that you like.
- Once you have decided what issue to work on, give it a shot!
- Once done, push the code to your forked repository.
- Head to the Pull Requests tab and click on "Create New Pull Request"
- On the left of the arrow should be this repo and on the right should be yours.
- Add a small description to the Pull Request describing what you've done.
- Mention what Issue you have worked on. If the issue number is #3, you can mention "Closes #3" in the Pull Request description.
- Submit Pull Request
It's that easy! We hope you enjoy contributing to our repository. Don't hesitate to contact any of the maintainers about any problems!