0
What are step by step method to develop desktop application using python ?
I want to develop face detection and expression recognition software using different algorithm like viola and Jones for face detection , local binary patterns and support vector machine. How do I proceed to do this using python ? what are packages and toolkit to I need ? please help !
1 Antwort
0
First you can code it in any python platform
Then u can use 'tkinter' to create a user interface for your software
To make it an executable file, you can download 'py2exe' software for the operaring system you are using...