A better way to make GUIs for your Python apps
Use HTML, JavaScript and CSS to make highly customized, cross platfrom desktop apps which use native Python backends.
https://youtu.be/627VBkAhKTc
Note: This is for educational purposes only, this may not be efficient or bug-free. Also, this is just a demo on how JS and Python can be used to interact together. This demo is NOT meant to show face detection or object detection.
weather module:
object detection module
$ cd electron-app-with-python-gui
$ pip install -r requirements.txt
$ npm install
$ npm start
$ cd engine
$ python object_detection.py
weather_engine.py uses web-scraping to pull data off the internet, from a particular website. If this site happens to be modified or changed in the future, the code might break. However, this can be fixed by analyzing the new layout of the site and adjusting the python code accordingly.