Owlet, a startup based out of Utah has introduced the smart sock for new born babies. This smart sock uses a hospital technology Pulse oximetry, which is test to measure the oxygen level of blood.The smart sock owlet will alert if baby stops breathing. Owlet is wireless and gentle. This sends signals to independent base station. The independent base station has both green and red light indicator. The green light keeps glowing for normal heart rate, when heart rate or oxygen appear to be out of normal range the independent base stations glows up red light. And now to monitor the numerical values you need an apple device. The owlet application works on any device running iOS 8 or higher. Using the application you can monitor heart rate and oxygen level. When either heart rate or oxygen level is out of normal range then owlet alarms from base station and phone.
The Samsung Galaxy Note was a game changer. The device, with its 5.3-inch screen, made it cool to be seen with a phone-tablet hybrid - the phablet - and the Note II only improved on the form factor with a stellar hardware upgrade. But rivals are already nipping at Samsung's heels. We take a look at two new quad-core phablets to see if they have what it takes to compete with the Note II. LG Optimus Vu Phablets are supposed to be large, but the Vu is just humongous. This is mainly due to its squarer 4:3 screen. The '5-inch' size of phone screens is a diagonal measurement; so this proportion is always going to make for a wider display when compared to other 5-inch devices that use the widescreen 16:9 aspect ratio. What we like The Vu's big screen boasts of very good legibility - whether it's reading or web browsing - even in direct sunlight. Photos, movies and games are rendered with rich colours and the right amount of saturation. On the flip side, the 4:3 a...
Building REST API in Python using FastAPI In this article I will discuss some basics about RESTful webservice and developing a web service in Python using Fast API framework. First let’s see what a RESTful service is. REST stands for Representational state transfer. It is a standard for developing interactive applications that use web services. We have multiple architectural guiding constraints in developing RESTful services. For detailed information on RESTful services, I recommend to below resources: · https://en.wikipedia.org/wiki/Representational_state_transfer · https://flask-restful.readthedocs.io/en/latest/ (Flask is another Python framework for building web services) What is FastAPI? FastAPI is a modern high-performance web framework that with Python3.6+ based on standard Python. While there are many articles out there mentioning about performance of FastAPI, the FastAPI documenta...
Comments
Post a Comment