Posts

My First Internship in Web Design

Image
  Summer Internship One of the key experiences recommended during your time as an undergraduate is   doing an internship . Gaining work experience is key for boosting your employability, especially as a technical student. That’s why, after my second year at Charotar University Of Science and Technology, I chose to intern for a part of the summer. overview I undertook a six-week internship at Raven techno labs . My internship period was from 1st June 2021 to 20th July 2021. I worked in the domain of web development and learned new skills like  HTML, CSS, JavaScript, bootstrap, Animation. Not only I worked as a full-stack developer there but also  lead a team  of interns. My daily tasks included solving the errors of my team members, guiding them, and developing the website modules. Project 1  Covid donation website - covide donation is a single-page Bootstrap project. which shows the front page. It contains sections like search, showing courses in card views, footer, donation button, do

Air-canvas

Image
  Air canvas using Opencv python            If u wanted to draw your imagination by just waving your finger in the air. In this post, we will learn to build an Air Canvas which can draw anything on it by just capturing the motion of a colored marker with a camera. Here a colored object at the tip of the finger is used as the marker.      We will be using the computer vision techniques of OpenCV to build this project. The preferred language is python due to its exhaustive libraries and easy-to-use syntax but understanding the basics it can be implemented in any OpenCV supported language.      Here Colour Detection and tracking are used to achieve the objective. The color marker is detected and a mask is produced. It includes the further steps of morphological operations on the mask produced which are Erosion and Dilation. Erosion reduces the impurities present in the mask and dilation further restores the eroded main mask. Algorithm - First, we have to set HSV values of a particular col