COMPUTER VISION What is it…? Computer Vision is mimicking the abilities of human vision by electronically perceiving and understanding an image. It is a broad term and includes a lot of domains like Gesture Recognition, Optical Character Recognition, Face detection … Continue reading →
One of the best thing about Rails is the ease with which it allows you to develop web apps quickly by providing some sensible conventions. And with Rails 5, it allows you to make real-time web apps in a breeze … Continue reading →
You can visit the Part 1 here. THE RAILS WAY… When you create a new rails 5 application, rails generates some files for you: For any implementation of a websocket connection, we need both the client and the server parts … Continue reading →