Skip to main content

Posts

Showing posts from July 18, 2018

Cheat Sheet To Start Coding In Blockchain: Rule it with Python

In this blog, we will look at the python resources to start coding in blockchain. Why Python for Blockchain? Sometimes regarded as a host language due to its nature of work. The full-fledged language is robust enough to meet all the requirements of a Blockchain application. The programming language is also well known for its shorthand notations, simplified structuring, and one of the easiest programming languages one can learn. Hence this might prove to be a boon for the newcomers in the blockchain industry. Languages like  C++  can’t provide an effective interface and would require  JavaScript  along with it, but with Python, everything can be done using one programming language itself. How to Start Coding in Blockchain? There are several resources you can refer to for learning python. I personally started with some books like “learn Python the hard way”. There are many online resources that can be referred to learn Python. Quite a famous video and tops the google se

Object Detection with 10 lines of code in Python

Object Detection with 10 lines of code One of the important fields of Artificial Intelligence   is Computer Vision. Computer Vision is the science of computers and software systems that can recognize and understand images and scenes. Computer Vision is also composed of various aspects such as image recognition, object detection, image generation, image super-resolution and more. Object detection is probably the most profound aspect of computer vision due the number practical use cases. In this tutorial, I will briefly introduce the concept of modern object detection, challenges faced by software developers, the solution my team has provided as well as code tutorials to perform high performance object detection. Object detection refers to the capability of computer and software systems to locate objects in an image/scene and identify each object. Object detection has been widely used for face detection, vehicle detection, pedestrian counting, web images, security systems and