Skip to content

Instantly share code, notes, and snippets.

View harshmittal2210's full-sized avatar
💭
Exploring!

Harsh Mittal harshmittal2210

💭
Exploring!
View GitHub Profile
@harshmittal2210
harshmittal2210 / get_text_overlay.py
Last active March 3, 2020 11:07 — forked from sksavant/get_text_overlay.py
Vectorly Coding Question
# This is the problem for First technical round for the role of Computer Vision Engineer at Vectorly
# More details at https://www.linkedin.com/jobs/view/1629909785/
#
# Write a function which will segment and extract the text overlay "Bart & Homer's EXCELLENT Adventure"
# Input image is at https://vectorly.io/demo/simpsons_frame0.png
# Output : Image with only the overlay visible and everything else white
#
# Note that you don't need to extract the text, the output is an image with only
# the overlay visible and everything else (background) white
#
@harshmittal2210
harshmittal2210 / dino_game.ino
Created July 10, 2021 07:15
The T-Rex Game (Chrome Dino) in Arduino using OLED Display
/**
* Author: Harsh Mittal
* Created: 10.07.2021
* Github: www.github.com/harshmittal2210
* Email: harshmittal2210@gmail.com
*
* (c) Copyright by Harsh Mittal.
**/
// Include