You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Note: This is for educational purposes only, this may not be efficient or bug-free. Also, this is just a demo on howJS and Python can be used to interact together. This demo isNOT meant to show face detection or object detection.
If you want to use the object detection module, make sure the flask server [object_detection.py] is up and running before starting the GUI.
$cd engine$ python object_detection.py
Note:
weather_engine.py uses web-scraping to pull data off the internet, from a particular website. If this site happens to be modifiedor changed in the future, the codemight break. However, this can be fixed by analyzing the new layout of the site and adjustingthe python code accordingly.