What are Captive Portals? If you have ever been to a hotel which provides wifi facilities, when you tried to connect to it, you would…
Posts published in “Python”
AI, ML, and Data Science dominate many fields and industries today – all of them make heavy use of the Python programming language in some way or another.
TensorFlow Lite: Enhancing Mobile and Embedded Machine Learning TensorFlow Lite stands at the forefront of deploying machine learning models on mobile and embedded devices, embodying…
In one of my previous articles, I elaborated on using OpenCV with python to switch on a user’s webcam, and to display the live feed.…
OpenCV is a pretty handy tool while working with image processing and computer vision. It’s a large open-source library which can be accessed in a…
The concept of APIs is pretty fascinating when starting to code, because it allows us to integrate stuff into our projects which we would not…