Profile Image

Sreevatsav V

Grade 7 | Points: 56015 | Rank: 4

Share profile

Classes completed

276

Quizzes submitted

242

Projects submitted

264

Hackathons

IIT Kanpur Antargani

Code Clash Championship | Hackathon Competition for Kids and Teens

Hosted by: IIT Kanpur Antargani

Engineers Without Border, Nigeria

Junior Hackathon

Hosted by: Engineers Without Border, Nigeria

Codingal

Summer Clash

Hosted by: Codingal

IIT Roorkee E-SUMMIT '22

IIT Roorkee Young Coders Hackathon

Hosted by: IIT Roorkee E-SUMMIT '22

Codingal

National Coding Olympiad 2021 Hackathon

Hosted by: Codingal

Dr Kalmadi Shamarao Primary School, Pune

Cyber Genius 2021 Hackathon Competition

Hosted by: Dr Kalmadi Shamarao Primary School, Pune

View more

Coding contests

Codingal

Codewars All Practice Problems 2023

Hosted by: Codingal

Codingal

IOI Algorithms Preparation Guide

Hosted by: Codingal

View more

Activities

Famous Face Recognition 1

Let’s do this activity to recognize famous unknown faces.

Capstone 1

You have to create three tables- Salesman, Customer, and Orders and have to perform these queries: 1. Write a query to find customers with their names, salesmen with their names, and city that lives in the same city. 2. Find the names of all customers along with the salesmen who work for them 3. Display all those orders by the customers not located in the same cities where their salesmen live. 4. Find out each order number followed by the name of the customers who made the order. 5. Sort out the customer and their grade who made an order. Each customer must have a grade and serve by at least a salesman who belongs to a city. 6. Write a query which produces customers with their: name, city, commission, and salesman, who served by a salesman and salesman works at a rate of the commission within 12% to 14%, respectively. 7. Write the query which Produces all orders with the order number, customer name, commission rate & earned commission amount for the customers who carry their grade is 200 or more and are served by an existing salesman. 8. Display all customers with orders on October 5, 2012.

Customer Cupcake Shop Bot

Let’s build a simple customer cupcake shopbot that we can add to our website. Use all the steps in the Dialogflow mentioned above.

Funny Minions 1

Let’s make some funny mirror images of minions. 1. Read the image. 2. Create the virtual camera object. 3. Generate a mirror for each 3D point, and Z coordinate as Z = 20*exp^((x/w)^2 / 2*0.1*sqrt(2*pi)) 4. Display the funny mirror image.

Face Detection using OpenCV

Let’s detect some faces in an image using the HAAR Cascade. 1. Read the image. 2. Convert the Original image to a B&W image. 3. Print the coordinates where the face is located. 4. Draw a rectangle on the detected face.

Color Detection using OpenCV

Let’s detect some colors of an image using the OpenCV library. 1. Read the image. 2. Convert BGR image to HSV image. 3. Specify the color range. 4. Create the mask in the range. 5. Write the text on an image.

View more

Projects

Capstone Project - 2

In this activity students will be working on all the basic commands taught during the lessons like creating tables, manipulating, sorting & filtering using SQL to analyze the data

Own Chat Bot

Students must prepare one chatbot on their own using Dialogflow.

Funny Minions 2

Write a program to make funny mirror images of minions using the sin function and OpenCV in python.

Multiple Face Detection

Students must implement the previously learned concepts to detect the multiple faces in an image using OpenCV in python.

Finding Corners

Students must implement the previously learned concepts to detect the corners of the chessboard using OpenCV in python.

Dual Color Detection

Students must implement the previously learned concepts to detect the two colors in an image using OpenCV in python.

View more