Funding is one of the most vital factors when it comes to taking your startup off the the ground. Not having enough capital can adversely Continue Reading
Blog
Business Entities #2
Running a business involves many stages of making game-changing decisions. One such decision is deciding what type of business framework you choose to adopt. In Continue Reading
AARU Robot
In the modern age of ever-evolving technologies, communication is playing a bigger role in our daily lives than they ever have. If you rely on Continue Reading
Business Entities #1
Running a business involves many stages of making game-changing decisions. One such decision is deciding what type of business framework you choose to adopt. So Continue Reading
Creating a Docker Image
I delved into learning about Docker and (later on) Kubernetes since I was using them to scale AARU Robot- my startup project which is an Continue Reading
The Five Tribes of Machine Learning
Discovery of knowledge from data- that’s the goal of what Pedro Domingos calls “The Master Algorithm.” This master algorithm is a single algorithm capable of Continue Reading
Knowledge Engineering in AI
Doctors, Financial Advisors, Mechanical Engineers. In the AI world, these professionals are otherwise known as Human Experts. A human expert has deep knowledge of their Continue Reading
Installing Docker
Okay so I’m just documenting the method I used to install docker onto my system. You can check out https://docs.docker.com/get-docker/ for a the official Docker Continue Reading
What is virtualization?
Okay, so we know that computers comprise of hardware (motherboard, processors, system fan, keyboard, etc) and software. Software is what makes the hardware easy to Continue Reading
Katsuki Bakugo Sketch
“If All You Ever Do Is Look Down On People, You Won’t Be Able To Recognize Your Own Weaknesses.” -Katsuki Bakugo
What is an algorithm?
An algorithm is a sequence of steps to solve a problem. Its purpose is to find the solution to a particular problem. The scope of Continue Reading
Daenerys Targaryen Sketch
“Do you know what kept me standing through all those years in exile? Faith.Not in any Gods, not in myths and legends- in myself. In Continue Reading
Docker- Introduction
Docker is an open source software platform which uses the container technology. Docker addresses issues like compatibility issues between your application with other developers OS, Continue Reading
Spider man Sketch
“No one can win every battle. But no one should fall without a struggle.” -Peter Parker
Dream Catcher Sketch
“All our dreams can come true, if we have the courage to pursue them.” -Walt Disney
A random page from my sketch book
“I’ve got 90 problems and 90 percent of them are completely made up scenarios in my head that I’m stressing about for absolutely no logical Continue Reading
Value Proposition
What exactly do we mean by the word “value”? Here’s what you’ll get when you Google it: The importance, worth, or usefulness of something. Value Continue Reading
Toshinori Yagi a.k.a All Might
“Whether you win or lose… You can always come out ahead by learning from the experience.” -All Might
Importance of data in Machine Learning
Bits, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes. We’ve all hear these digital information units on a daily basis. But what about Petabytes, Exabytes, Zettabytes, and so Continue Reading
Jewel (Rio) Sketch
“I’m youth, I’m joy, I’m a little bird that has broken out of the egg.” – James M. Barrie
Horse Chess Piece
“Avoid the crowd. Do your own thinking independently. Be the chess player, not the chess piece.” – Ralph Charell
Keigo Takami a.k.a Hawks
“I’ve got to keep up appearances on my end I can’t afford to loose faith that’s been placed in me as a Hero.” Hawks
Clearing the confusion: Artificial Intelligence vs Machine Learning vs Deep Learning
For someone new to the field of AI, the difference between the terms Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL) might be Continue Reading
Jetson Nano and OpenCV: Colour tracker using Hue, Saturation and Value
So in this project we’re another step closer to the cool projects! Here I’ve built a color distinguishing using Hue, Saturation and Value. Demo: Things Continue Reading
Who are entrepreneurs and what motivates them?
Simply put, An entrepreneur is someone who sees a problem and takes on a financial risk to start a business to solve that problem.
Artificial Intelligence- A New Era In Computing
“Can machines think?” – Alan Turing AI- Artificial Intelligence- we’ve all come across this term at some point or the other. But what do these Continue Reading
Jetson Nano and OpenCV: Swapping color channels of a live video
So this video was a play around with opencv. An image has 3 channels: blue, green an red. I’ve swapped the blue and red color Continue Reading
Core Elements of an Entrepreneur
Andrew Carnegie, Steve Jobs, Henry Ford, Mark Zuckerberg, Jeff Bezos, William “Bill” Gates. We know them as business magnates, the kings of business. But what Continue Reading
Jetson Nano and OpenCV: Combining the concept of ROI and thresholding
So in this project, I’ve gotten this python symbol to bounce around the live video. I’ve combined the concept of region of interest and thresholding. Continue Reading
Jetson Nano and OpenCV: Adjusting visibility of watermark on a Live Video using a trackbar
So this project is quite similar to the last one. I’ve used a track-bar to adjust the visibility of a watermark on a live video. Continue Reading
Jetson Nano and OpenCV: Using a trackbar to adjust blending of image and live video
So another fun project with the jetson nano and openCV! I’ve used the trackbar to adjust the visibility of the image in a window containing Continue Reading
Jetson Nano and OpenCV: Creating watermark on live video
So this was a fun project! I’ve created a watermark on a live video. Demo: Things Required: Jetson Nano Keyboard Mouse HDMI Screen Raspberry Pi Continue Reading
Jetson Nano and OpenCV: Blending a live video and image
So in this project I’ve blended a live video and image! Simple but fun project. Demo: Things Required: Jetson Nano Keyboard Mouse HDMI Screen Raspberry Continue Reading
Jetson Nano and Open CV: Masking a colored image on a live video
So this project is similar to the previous one. I’ve used a “colored image” and masked it over a live stream video. Demo: Things Required: Continue Reading
Jetson Nano and OpenCV: Masking on a live Video
So here I’ve used masking on a live video! Demo: Things Required: Jetson Nano Keyboard Mouse HDMI Screen Raspberry Pi Camera External Power Supply Reference Continue Reading
Jetson Nano and OpenCV: Masking an image
So here we’ll learn about the concept of masking through this project. Demo: Things Required: Jetson Nano Keyboard Mouse HDMI Screen Raspberry Pi Camera External Continue Reading
Jetson Nano and OpenCV: Bitwise not operation on thresholded image
So this one is a simple project where I’ve used a image which has been turned to threshold image and used bitwise not operation. The Continue Reading
Jetson Nano and OpenCV: Simple Thresholding
So in this project I started out with simple threshold! Demo: Things Required: Jetson Nano Keyboard Mouse HDMI Screen Raspberry Pi Camera External Power Supply Continue Reading
Jetson Nano and OpenCV: Bitwise and/ or operations
So here I’ve used bitwise and/or operators to start off with the concept of masking live videos Demo: Things Required: Jetson Nano Keyboard Mouse HDMI Continue Reading
Jetson Nano and OpenCV: Selecting ROI with a mouse
So in this project I’ve coded in an application where you can select a rectangular portion from the video display screen and create a copy Continue Reading
Jetson Nano and OpenCV: Bouncing Color Box!
So this project was about building on the previous skills. Here I have a gray scale live video and a rectangular box bouncing about the Continue Reading
Jetson Nano and OpenCV: Converting part of live video screen to grayscale!
Soo this project I toyed around with the live video screen and changed a small part of it to gray colour and the rest of Continue Reading
Jetson Nano and OpenCV: Making region of interest white
So this project is building on the previous project so I’ve worked on the region of interest and converted it to a white patch on Continue Reading
Jetson Nano and OpenCV: Region of Interest Part 1
So in this project I’ve learnt to grab a portion iof the camera display screen and display it separately.So you can pick out a portion Continue Reading
Jetson Nano and OpenCV: Drawing a customisable rectangle on a live video using trackbars
So in this project I’ve learnt to draw a customisable rectangle on a live video using trackbars. Demo: Things Required: Jetson Nano Keyboard Mouse HDMI Continue Reading
Jetson Nano and OpenCV: Creating and Using a Trackbar on a Live Video
Soo in this project I’ve made use of a trackbar to move a tiny dot along the x-axis and y-axis of the camera display window Continue Reading
Jetson Nano and OpenCV: Color Fetcher
Soo here I’ve made a project in which you can click on any point on the camera display screen and obtain the exact proportions of Continue Reading
Jetson Nano and OpenCV: Showing the co-ordinates of mouse click
Soo in this project we will be able to see the co-ordinates of the area that we click with the cursor. Demo: Things Required: Jetson Continue Reading
Jetson Nano: Mouse Click Processing
So here’s another project! Here I’ve incorporated a mouse click listener for the OpenCV camera window. It places a red dot on the area clicked. Continue Reading
Jetson Nano: Bouncing Rectangle
So this project was about having a rectangle shape bounce around a live video. Again a really basic project but again important skills for the Continue Reading
Jetson Nano: Drawing Shapes on the Live Video
So here is another basic project with the Jetson Nano. Here I’ve drawn rectangles, circles, lines and incorporated text with the live video. Demo: Things Continue Reading
Jetson Nano: Recording and Saving Video
So this is another super basic but really important project for upcoming cool projects on The AI Computer Jetson Nano Demo: Things Required: Jetson Nano Continue Reading
Jetson Nano: Using a Webcam
Soo this is another beginner setup project where I’ve gotten a Logitech webcam setup with the Jetson Nano. Check out Arduino Projects here: (LINK)Check out Continue Reading
Jetson Nano: Installing OpenCV and kickstarting the camera
Hi! So in this project, I’ve finally gotten started with Computer Vision and the Jetson Nano!! So here you’ll find links to installing OpenCV on Continue Reading
Raspberry Pi: Time-Controlled Robocar
So another simple and fun project! Here I’ve built a robocar that moves in forward direction for 4 sec and in backward direction for 4 Continue Reading
Arduino: Project 33: Bluetooth Controlled Robocar!
So this was an exciting robotics project! I’ve basically built a robocar which can be controlled by your phone using Bluetooth. Demo: Things Required: Arduino Continue Reading
Raspberry Pi: DC Motor Control
So this is another simple project with the Raspberry Pi where I’ve controlled the direction of rotation of DC Motor. Check out other Raspberry Pi Continue Reading
Raspberry Pi: Push Button LED
This is another simple beginner project where a LED tuns on as long as the push button is pressed. Check out other Raspberry Pi Projects Continue Reading
Raspberry Pi: Blinking LED
So this is my first project with Raspberry Pi! I’ve made a simple blinking LED project. Check out other Raspberry Pi Projects here: (LINK) Demo: Continue Reading
Arduino: Project 32: Obstacle avoiding car
Soo this project was my first robot!! I built a obstacle avoiding car. So the car senses obstacles nearby and then changes it’s path. Demo: Continue Reading
Dylan O’Brien Sketch
“No human is perfect, and that is fine, that’s okay. That’s the way it should be. This is life and imperfection is beautiful and don’t Continue Reading
Insertion Sort Algorithm
The insertion sort algorithm is a simple and efficient sorting algorithm. In this algorithm, we “insert” each element into it’s sorted position. We consider two Continue Reading
Selection Sort Algorithm
The selection sort algorithm is an in-place comparison-based sorting algorithm. So basically the array can be divided into two parts: the unsorted part and the Continue Reading
Bubble Sort Algorithm
The simplest sorting algorithm. It gets it’s name from the fact that the smaller or bigger numbers seem to “bubble” up. Works on the logic Continue Reading
Alice in Wonderland
“You’re entirely bonkers. But I’ll tell you a secret. All the Best people are” -Alice in wonderland
Arduino: Project 31: Smart Watering System for your plants!
So this project I headed out to my balcony! I build a smart plant watering system in which you can water your plants by a Continue Reading
Naruto Sketch
“If you don’t like the hand that fate dealt you with then fight for a new one!” -Naruto Uzumaki
Arduino: Project 30: Automatic Table Lamp
So this project is actually dedicated to my mom. It solves a very common problem: leaving electrical appliances on even when no one is in Continue Reading
Just another sketch
“Corona has proved that everything us is so temporary. Things our lives revolved around … work, gym, malls, movies, society all have gone for a Continue Reading
Euclid Algorithm
The Euclid Algorithm is used to find the GCD (Greatest Common Divisor) of two numbers i.e. the largest number the divides both the numbers. For Continue Reading
Arduino: Project 29: Home Automation: Controlling my Study Lamp from the browser
So in this project I built a system in which I could control my study lamp over the internet (more specifically any device connected to Continue Reading
Arduino: Project 28: Controlling my study lamp through relay module
OK, so this project is basically about controlling devices directly connected to the AC main power supply (please exercise caution!!). So here I have controlled Continue Reading
Obito Uchiha and Kakashi Hatake Sketch
“Forget about revenge. The fate of those who seek revenge is grim. It’s tragic, You will end up suffering and hurting yourself even more. Even Continue Reading
Arduino: Project 27: RFID Security System
So I’ve build a authorization system using MFRC522 RFID reader and Arduino. Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to Continue Reading
Arduino: Project 26: LED brightness indicator
So in this project I’ve built a LED brightness indicator using a LCD screen. Hello everyone!! Welcome to this post on Arduino Projects!!Need a short Continue Reading
Tae and Tata
“Happiness is not something you have to achieve. You can still feel happy during the process of achieving something”
Spiderman Sketch
“No one can win every battle,But no one should fall without a struggle” This drawing was made by me: AarushiOriginal image: Pintrest
Arduino: Project 25: Controlling LEDs with a TV remote
So in this project I’ve turned on/off a bunch of LEDs with the help of a TV remote (basically IR communication). Hello everyone!! Welcome to Continue Reading
Arduino IOT Series: Project 24: NodeMCU and MQTT protocol
So in this project I learnt the fundamentals of MQTT Protocol to establish a connection with the NodeMCU and control two LEDs. This one was Continue Reading
Arduino IOT Series: Project 23: Control LEDs over the internet and build a Webserver
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Arduino: Project 22: Control Servo with potentiometer
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Arduino: Project 21: Checking voltage readings on your Phone!
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Arduino: Project 20: Control LED with your phone!! (with Bluetooth)
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Arduino: Project 19: Temperature Sensor
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Arduino: Project 18: Building a Distance sensor
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Just Another Sketch
“Now let’s forgive ourselvesOur lives are longTrust yourself when in a maze. When winter passes,Spring always comes.” -Love Myself (BTS)
Quick Sort Algorithm
Sorting in the computer science basically is arranging elements in increasing or decreasing order. Quick Sort (also called Partition exchange sort) is a sorting algorithm Continue Reading
Arduino Beginner Series: Project 17: Controlling a Servo
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Arduino Beginner Series: Project 16: Using a 16×2 LCD Display and building a counter
Hello everyone!! Welcome to this post on Arduino LED Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard Continue Reading
Arduino Beginner Series: Project 15: Using a slidy switch
Hello everyone!! Welcome to this post on Arduino LED Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard Continue Reading
Arduino Beginner Series: Project 14: Building a Toggle Switch
Hello everyone!! Welcome to this post on Arduino LED Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard Continue Reading
Coding Challenge Day- 34: Problem 1: Print a Pyramid Pattern for a given number of rows
Hello! So I’m doing a 30 day coding challenge where I solve a few questions every day and thought of posting them here on my Continue Reading
Spongebob Sketch
“The inner machinations of my mind are an enigma” – Patrick Star The Drawing was made by me: Aarushi!Original Image: Pintrest
Arduino Beginner Series: Project 13: Tilt Sensing LED
Hello everyone!! Welcome to this post on Arduino LED Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard Continue Reading
Arduino Beginner Series: Project 12: Fire Sensor
Hello everyone!! Welcome to this post on Arduino LED Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard Continue Reading
Arduino Beginner Series: Project 11: High Voltage Indicator using an Active Buzzer
Hello everyone!! Welcome to this post on Arduino LED Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard Continue Reading
Coding Challenge Day-33: Problem 2: Post-Order Traversal of Binary Tree
Hello! So I’m doing a coding challenge where I solve a few questions every day and thought of posting them here on my blog so Continue Reading
Coding Challenge Day- 33: Problem 1: Pre-order Traversal of a Binary Tree
Hello! So I’m doing a 100 day coding challenge where I solve a few questions every day and thought of posting them here on my Continue Reading
Naruto Sketch
“Hard Work is worthless for those who don’t believe in themselves” -Naruto Uzumaki This Drawing was made by me: Aarushi!Original image: Pintrest
Coding Challenge Day-32: Problem 2: Zigzag Conversion
Hello! So I’m doing a 30 day coding challenge where I solve a few questions every day and thought of posting them here on my Continue Reading
Coding Challenge Day- 32: Problem 1: Nearest Smallest Element to the Right in an Integer array
Hello! So I’m doing a 100 day coding challenge where I solve a few questions every day and thought of posting them here on my Continue Reading
Arduino Beginner Series: Project 10: Turn LED on if lights are off
Hello everyone!! Welcome to this post on Arduino LED Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard Continue Reading
BTS: Kim Taehyung Sketch 2
“Forget what hurt you. But never forget what it taught you” – Kim Taehyung This Drawing was made by me: Aarushi!Image Inspiration: Instagram
Arduino Beginner Series: Project 9: LED voltage indicator
Hello everyone!! Welcome to this post on Arduino LED Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard Continue Reading
Coding Challenge Day- 31: Problem 2: Nearest Smallest Element to the Left in an Integer array
Hello! So I’m doing a 30 day coding challenge where I solve a few questions every day and thought of posting them here on my Continue Reading
Coding Challenge Day- 31: Problem 1: Nearest Greatest Element to the Left in an Integer array
Hello! So I’m doing a 30 day coding challenge where I solve a few questions every day and thought of posting them here on my Continue Reading
Owl Sketch
“Obstacles are those frightful things you see when you take your eye off you goal” – Henry Ford This drawing was made by me: Aarushi!Image Continue Reading
Arduino Beginner Series: Project 8: LED choice from Serial monitor
Hello everyone!! Welcome to this post on Arduino LED Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard Continue Reading
Coding Challenge Day-30: Problem 2: Nearest Greater to right
Hello! So I’m doing a 30 day coding challenge where I solve a few questions every day and thought of posting them here on my Continue Reading
Coding Challenge Day-30: Problem 1: Check if parenthesis in expression are balanced
Hello! So I’m doing a 30 day coding challenge where I solve a few questions every day and thought of posting them here on my Continue Reading
Arduino Beginner Series: Project 7: Turn LED on/off with a clap
Hello everyone!! Welcome to this post on Arduino LED Projects!! Need a short introduction to what the Arduino is then click on LINKCheck out the Continue Reading
Lion Sketch
“Meowing time is over, it’s time to ROAR” This drawing was made by me: Aarushi!Image inspiration: Pintrest
Arduino Beginner Series: Project 6: Turn LED on with switch
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Arduino Beginner Series: Project 5: Using Serial Monitor to tell LED the number of times it has to blink
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Toddler Sasuke Uchiha Sketch
“Doubt exists in a fearful heart” – Sasuke Uchiha This Drawing was made by me: AarushiImage inspiration: Pintrest
Arduino Beginner Series: Project 4: Dimmable LED
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Arduino beginner series: Project 3: Varying Brightness LED
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINKCheck out the breadboard intro Continue Reading
Hermione Granger Sketch
“I mean it’s sort of exciting isn’t it? Breaking the rules.” -Hermione Granger This Drawing was made by me: Aarushi!Original source: Pintrest
Coding Challenge Day- 29: Problem 1: Array representation of complete Binary Tree
Hello! So I’m doing a 30 day coding challenge where I solve a few questions every day and thought of posting them here on my Continue Reading
Arduino Beginner Series: Project 2: Make a Binary Counter with LEDs
Hello everyone!! Welcome to this post on Arduino Projects!!Need a short introduction to what the Arduino is then click on LINK Check out the breadboard Continue Reading
Gaara Sketch
“In order to escape the road of solitude, one must work hard, and forge a new path with their own power -Gaara This Drawing was Continue Reading