How can I develop a face recognition system using python?
Please How can I develop a gui using tkinter to enroll live images into a database in python
Please How can I develop a gui using tkinter to enroll live images into a database in python
Member • Jan 8, 2019
A module like tkinter can only help you to make the GUI of the program. But if you want to make the algorithm for face recognition you need to be proficient inÂ
Python, computer vision (like OpenCV) and machine learning
You would need at least 5-6 months to master all these three topics. Then you can make a program that can detect faces of different beings. And by this I mean the program would be able to distinguish between a dog and human. If you want to make it more precise like distinguishing between two breeds of dogs or distinguishing between you and your friends, then you would need to feed more data to it. And by more I mean a lot!! But it is achievable.Â
Here is the link of a course on these 3 topics (No promotion intended)
#-Link-Snipped-#
Here is the link of youtube tutorial on this topic (No promotion intended)
<a href="https://www.youtube.com/watch?v=dWeWCQmewLc&list=PLiHa1s-EL3vjr0Z02ihr6Lcu4Q0rnRvjm&index=1" target="_blank" rel="nofollow noopener noreferrer">Python IDE - Installing Anaconda (Windows) and Basic Conda commands - YouTube</a>
Hope it helps ?Â