Image

San Francisco Bay Area
4K followers 500+ connections

Image Image Image

Join to view profile

About

A rambunctious software engineer who loves b̶r̶e̶a̶k̶i̶n̶g̶ building cool stuff!…

Activity

4K followers

See all activities

Experience & Education

  • Image

    Warp

View Advait’s full experience

See their title, tenure and more.

Join with email

Already on LinkedIn?

By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.

Licenses & Certifications

Volunteer Experience

  • JAMHacks Graphic

    Co-founder & Advisor

    JAMHacks

    - Present 9 years 8 months

    Started Canada's biggest highschool hackathon! 🍇

  • Contrary Graphic

    Venture Partner & Contrary Fellow

    Contrary

    - Present 5 years 7 months

    Science and Technology

  • Hack the North Graphic

    Advisor (ex-Backend Lead, Infrastructure & Logistics)

    Hack the North

    - Present 7 years 3 months

    Led Canada's biggest collegiate hackathon! ⚙️

  • Schulich Leader Scholarships Graphic
  • StarterHacks Graphic

    Hacker Experience Organizer

    StarterHacks

    - 9 months

    Science and Technology

  • Image

    Workshop Assistant

    Maker Expo

    - 1 month

    Science and Technology

    I volunteered as a workshop assistant at the Kitchener Maker Expo 2016, in which innovators displayed their products to the public. I worked with the public to ensure that they were engaged in workshops and did not face any difficulties in learning various topics related to science/technology.

  • Wilfrid Laurier University Graphic

    LEAP Program Volunteer

    Wilfrid Laurier University

    - 2 months

    Education

    I volunteered at the LEAP enrichment workshops held in Wilfrid Laurier University. These workshops are aimed at young children, with the aim of encouraging interest in STEM (Science, Technology, Engineering and Math). I helped teach children at the LEGO Mindstorms workshop where participants got to build their own sumo robots to push each other out of a ring along with building electric guitars using ultrasonic sensors.

Courses

  • Computational Techniques in Biological Sequence Analysis

    CS 482

  • Computer Networks

    CS 6250

  • Computer Security and Privacy

    CS 458

  • Introduction to Artificial Intelligence

    CS 486

  • Introduction to Information Security

    CS 6035

  • Machine Learning for Trading

    CS 7646

  • Network Science

    CS 7280

  • Operating Systems

    CS 350

  • Robotics: AI Techniques

    CS 7638

  • Video Game Design

    CS 6457

Projects

  • Suboptimal

    -

    Suboptimal is a New York Subway station guide for the impaired. For the blind, a microphone broadcasts the station name. For the deaf, the name of the subway station is displayed on screen.

    Won the 2nd place prize at Google NYC's ML Accessibility Hackathon.

    Motivation
    There are 2849 trains built before 2000 (starting from 1964). Representing 44.3% of all active trains serving the 5.5 million daily customer's of the MTA. These trains don't broadcast clear announcements on subway…

    Suboptimal is a New York Subway station guide for the impaired. For the blind, a microphone broadcasts the station name. For the deaf, the name of the subway station is displayed on screen.

    Won the 2nd place prize at Google NYC's ML Accessibility Hackathon.

    Motivation
    There are 2849 trains built before 2000 (starting from 1964). Representing 44.3% of all active trains serving the 5.5 million daily customer's of the MTA. These trains don't broadcast clear announcements on subway stations. It becomes difficult to know which subway station you're arriving at without clearer cues.

    How it works
    Suboptimal is a Raspberry Pi with a camera, speaker and screen module. Using a optical character recognition Machine Learning Google Cloud vision API, we analyze images taken by the Pi as you sit on the subway. Upon matching text on signs to known subway station names, the module both speaks the name and displays it on screen for you.

    Other creators
    See project Image
  • Simpli-Fly

    -

    At Hack the North 2018, we modified a drone, allowing it to be controlled via hand gestures! We used the Leap Motion API in order to achieve this, with Bluetooth communication between a laptop and an Arduino placed on the drone. We won the CANSOFCOM (Canadian Special Forces) prize!

    Other creators
    See project Image
  • Polycode

    -

    At Hack the 6ix, we developed a command-line tool to automatically translate code between different languages intelligently. In roder to do this, we broke apart the code via its abstract syntax tree (AST) and translated desired tokens. We won StdLib's prize for "Best Use of StdLib"!

    See project Image
  • 3DPocket - Computational Prediction of Protein-Ligand Binding Sites

    -

    I developed a novel, geometry-based algorithm that allowed for the identification of ligand binding sites within proteins. The algorithm uses the 3D convex hull of a protein and its Connolly surface to identify "pockets". This information can be used in drug design e.g. creating a drug to block RNA from binding to HIV-1 reverse transcriptase. I won a gold medal at the regional fair and also won a silver medal at the Canada Wide Science Fair in Ottawa, Ontario.

    See project Image
  • SumNotes

    -

    At Hack the North 2017, we developed a lecture summarizer and won the "Best Use of CockroachDB" award. SumNotes allows for users to record lectures and obtained auto-generated summary notes using speech-to-text.

    Other creators
    See project Image
  • Timelime

    -

    At Bonfire 2017, we developed a Chrome extension that analyzes Facebook Messenger messages and creates a visual timeline of each user in the group in order to offer the host/planner of the meeting an easy method to visualize the data. We won second place at Bonfire!

    Other creators
    See project Image
  • A New Approach to Motif Discovery

    -

    I created a novel algorithm, in Python, that used a comparative approach to identify motifs in DNA sequences up to 10x faster than previous algorithms. I have won a gold medal at the regional science fair. I also won a silver medal, several scholarships and the Statistics Society of Canada Award at the Canada Wide Science Fair in Regina, Saskatchewan.

    See project Image
  • Pebble Prompter

    -

    At WearHacks 2017, my team developed an automated teleprompter for the Pebble smartwatch, winning the first place prize. Pebble Prompter aims to simulate prompters offered to news anchors in major news corporations e.g. CBC. These prompters are controlled by humans, allowing for variations in the speed of the teleprompter to enable the news anchor or lecturer to speak naturally.

    Other creators
    See project Image
  • Legendary Lines

    -

    At SpartaHacks, in Centennial Collegiate Vocational Institute, my team created a program that allowed users to see correlations between the sentimentality values (happy/sad) of a specific twitter user and see if they correlate to temperature values or stock values. We came 2nd place at SprataHacks.

    I specifically worked on implementing the various APIs and gathering the data we needed in a usable format. Some APIs did not have updated libraries for use with Python 3.5 so we directly got…

    At SpartaHacks, in Centennial Collegiate Vocational Institute, my team created a program that allowed users to see correlations between the sentimentality values (happy/sad) of a specific twitter user and see if they correlate to temperature values or stock values. We came 2nd place at SprataHacks.

    I specifically worked on implementing the various APIs and gathering the data we needed in a usable format. Some APIs did not have updated libraries for use with Python 3.5 so we directly got information by getting information via a URL (JSON file). We used DarkSky API for weather information, Yahoo Finance APIs for stocks, NLTK (Natural Language Toolkit) for sentimentality analysis, and Twitter APIs for getting the tweets.

    Other creators
    See project Image
  • Logistica Politica

    -

    With the US election in a few days, my team, at ECHacks in Trent University, decided to analyze twitter data in order to see how close emotional sentiment matches political parties e.g. are Democrats always happy?

    I worked on creating the backend and integrating it into the frontend. Specifically, I worked on the Heroku server, using Flask to communicate between Python and HTML/JS, implementing Twitter and Indico APIs and creating the results page on the website.

    Other creators
    See project Image
  • Happy or Sappy

    -

    At T.Hacks in Toronto, my team developed a program that analyzes twitter data in a geographical region to determine which areas are happy/sad. This can be used to analyze the mood of populations after major events like a natural disaster or the Olympics. We came 2nd place at T.Hacks.

    I worked on implementing the Twitter API and NLTK (Natural Language Toolkit) API for sentimental analysis. I also worked on showing the information obtained from analyzing it on a heat map of the world.

    Other creators
    See project Image
  • Impatient Patient

    -

    At Hack Western, in Western University, my team made a program designed to reduce wait times for walk in clinic patients by giving them real time information for clinics near them. Doctors can easily input their data and update the database instantly.

    I primarily worked on creating, accessing and changing the Firebase database using pyrebase in Python. I implemented functions in order to access the database in the Tkinter GUI and the web app. I also worked on creating the schedule GUI…

    At Hack Western, in Western University, my team made a program designed to reduce wait times for walk in clinic patients by giving them real time information for clinics near them. Doctors can easily input their data and update the database instantly.

    I primarily worked on creating, accessing and changing the Firebase database using pyrebase in Python. I implemented functions in order to access the database in the Tkinter GUI and the web app. I also worked on creating the schedule GUI and using Flask in the web app.

    Other creators
    See project Image
  • Findr

    -

    At the Tech Retreat hackathon in the University of Waterloo, my team made an Android application that allows user to host and find events geographically.

    Organizers of events, like clubs or parties, can add event details to our server which then can be accessed by anyone by finding the event on the map in our application. They can find event information such as room number, coordinates (latitude and longitude), requirements, times, etc.

    Initially, I worked on brainstorming ideas…

    At the Tech Retreat hackathon in the University of Waterloo, my team made an Android application that allows user to host and find events geographically.

    Organizers of events, like clubs or parties, can add event details to our server which then can be accessed by anyone by finding the event on the map in our application. They can find event information such as room number, coordinates (latitude and longitude), requirements, times, etc.

    Initially, I worked on brainstorming ideas. After we had chosen an idea, I worked mostly on the frontend/interface. I also worked on implementing OpenStreetMap into our application along with a lot of debugging.

    Other creators
    See project Image
  • PyMaze

    -

    I made a game similar to PAC-MAN, in which the player tries to reach a treasure chest while avoiding enemies, collaborating with the computer science club members at my school.

    I mainly worked on the enemies' artificial intelligence (strategies for attacking the player) in which I implemented the A* algorithm (Dijkstra's algorithm with heuristics for better performance) for pathfinding.

    Other creators
    See project Image

Honors & Awards

  • Schulich Leader Scholarship ($80,000)

    Schulich Leader Scholarships

    Awarded a $80,000 scholarship at the University of Waterloo out of 1,500+ nominees across Canada (one nominee per high school).

  • Meridian Sean Jackson Scholarship ($10,000)

    Meridian Credit Union

    Won the Meridian Sean Jackson Scholarship ($10,000), which is awarded to one high school graduate who has demonstrated both academic excellence and an outstanding commitment to communities.

  • CIBC National Math Scholarship (Replaced, $25,000)

    University of Waterloo

    Offered a $25,000 CIBC National Math scholarship at the University of Waterloo (one per year across all applicants). Replaced by Schulich Leader Scholarship.

  • Best Hardware Hack

    THacks 2

    Created Polyspective, an automated camera perspective switcher that switches perspectives based on various metrics such as number of faces and facial expressions.

  • Best Cloudflare App

    Cloudflare at MHacks X

    Created Swilter, an embeddable commenting system, via the Cloudflare Apps interface. Allows for comments to be filtered to remove profanity.

  • Best Use of CockroachDB

    Cockroach Labs at Hack the North

    Created SumNotes, a web application that allows users to summarize lectures (speech-to-text and summarizes the lecture). Won $1000 prize for the best use of CockroachDB for the backend (SQL database).

  • Silver Medal and Statistics Society of Canada Award

    Canada-Wide Science Fair

    Won a silver medal and Statistics Society of Canada award for my project regarding motif discovery in genetic sequences!

  • Gold Medal

    Waterloo-Wellington Science and Engineering Fair

    Won a gold medal and several scholarships for my project regarding a novel algorithm for DNA sequence motif discovery.

  • First Place

    WearHacks

    Won first place at the WearHacks hackathon for creating an automated teleprompter using the Pebble smartwatch.

  • Second Place at SpartaHacks

    Centennial Collegiate Vocational Institute

    I won the second place prize for my project at the SpartaHacks hackathon. I created a program that allowed users to see correlations between the sentimentality values (happy/sad) of a specific twitter user and see if they correlate to temperature values or stock values.

  • Second place in the Personal Financial Literacy (PFL) category at DECA regionals

    DECA Ontario

    I won a medal for placing second in the personal financial literacy (PFL) category at the DECA regionals hosted at Sir John A. Macdonald Secondary School. I also got top 10 in my category's multiple choice and oral mock case award groups.

    DECA is an international business competition that involves students doing mock cases of real life business situations in order to gain better business knowledge and communication skills.

  • Gold Honours Award

    Sir John A. Macdonald Secondary School

    Won a gold plaque for the highest overall average (98%) in grade 10.

  • Second place at T.Hacks (Hackathon)

    Toronto Hacker Club

    Won the second place prize (a biosensor hardware kit and cash prize) at the region wide hackathon. Made a program that aggregates Twitter data (tweets), analyzes its sentimentality and presents it in a graphical manner (on a map). This allows users to find correlations between how users on social media are emotionally responding and major events e.g. earthquakes, Olympics, hurricanes, etc.

  • Competed in the ECOO programming contest provincials

    Educational Computing Organization of Ontario

    Passed the boardwide and regional levels of the team programming competition. Competed in the finals at York University in Toronto, Ontario.

  • Gold Medal, Chem 13 award and SHAD Valley Scholarship

    Waterloo-Wellington Science and Engineering Fair (WWSEF)

    I tested the lactose contents of different types of milk using acetic acid, calcium carbonate and ethanol.

  • School Champion for the Galois contest

    The Centre for Education in Mathematics and Computing (CEMC)

    Highest scoring student in Sir John A. Macdonald Secondary School for the Galois mathematics contest.

  • Perfect score in the Canadian Computing Competition (CCC)

    The Centre for Education in Mathematics and Computing (CEMC)

    Perfect score of 75/75 in the CCC computer science contest.

  • School Champion for the Cayley contest

    The Centre for Education in Mathematics and Computing (CEMC)

    Highest scoring student in Sir John A. Macdonald Secondary School for the Cayley mathematics contest.

  • Gold Medal, Best in Division Award, Sir Isaac Newton Award and SHAD Valley Scholarship

    Waterloo-Wellington Science and Engineering Fair (WWSEF)

    In this science fair project, I found the amount of electrolytes in different types of juices by
    running an electrical current through them.

  • School Champion for the Pascal contest

    The Centre for Education in Mathematics and Computing (CEMC)

    Highest scoring student in Sir John A. Macdonald Secondary School for the Pascal mathematics contest.

  • Silver Medal and Chem 13 Award

    Waterloo-Wellington Science and Engineering Fair (WWSEF)

    I was interested to see how much vitamin C is in different types of juices so I
    performed an experiment that used the process of titration to find these amounts for the science fair.

  • Perfect score in the Gauss mathematics contest

    The Centre for Education in Mathematics and Computing (CEMC)

    Earned a perfect score in the Gauss mathematics contest (150/150).

Test Scores

  • PSAT/NMSQT

    Score: 1470-99th percentile

  • Mensa

    Score: IQ of 162 (1%)

    Updated Note: I personally don't believe that IQ tests are good measures of intelligence due to a variety of reasons (and intelligence is by no means the be-all and end-all) - my primary reasons for taking this test back in 2011 were: it looked like a fun test and wanted to see what Mensa was all about.

    I took the test when I was 11 years old and I received a score of 162 on the Cattell B scale (1%) and 142 on the Culture Fair scale (1%). I was accepted into the society since my score…

    Updated Note: I personally don't believe that IQ tests are good measures of intelligence due to a variety of reasons (and intelligence is by no means the be-all and end-all) - my primary reasons for taking this test back in 2011 were: it looked like a fun test and wanted to see what Mensa was all about.

    I took the test when I was 11 years old and I received a score of 162 on the Cattell B scale (1%) and 142 on the Culture Fair scale (1%). I was accepted into the society since my score was within the top 2% of the world's population.

Languages

  • English

    Native or bilingual proficiency

  • Marathi

    Full professional proficiency

  • Hindi

    Limited working proficiency

Organizations

  • Neo

    Scholar

    - Present
  • Contrary

    Alumni

    - Present
  • Hack the North

    Lead/Advisor

    - Present
  • JAMHacks

    Co-founder/Advisor

    - Present
  • Mensa International

    Member

    - Present
  • StarterHacks

    Organizer

    -

Recommendations received

7 people have recommended Advait

Join now to view

View Advait’s full profile

  • See who you know in common
  • Get introduced
  • Contact Advait directly
Join to view full profile

Other similar profiles

Image

Explore collaborative articles

We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.

Explore More

Add new skills with these courses