Hi there 👋

I'm Abhinav, I'm a second year Master's student at Georgia Tech, majoring in Computer Science with a Specialization in Machine Learning. I'm extremely fond of building efficient and user-friendly software. I like to work at the intersection of computer vision, machine learning and robotics.

I’m currently working at Amazon Robotics, where I’m building new testing tools and frameworks to test out robotic movement software in simulation. This past summer, I worked at Meta (Facebook), where I helped build new internal debugging tools for the Meta Accounts Center.

Previously, I completed my Bachelor’s in Computer Science and Engineering from IIIT Hyderabad. I was lucky to be advised by the amazing Dr. K. Madhava Krishna at the Robotics Research Center (RRC), where I worked on vision-guided robot navigation. I interned at Siemens in Bangalore, India during the summer of 2020.

Welcome to my GitHub, you can find all my projects here!

Abhinav's github stats

def current_work(name):
  print(name, "🔭 is currently working on a deep unsupervised image based visual servoing.")
  print(name, "🌱 is currently learning how one can use keypoints from pose estimates for activity recognition.")
  
def about_me(name):
  print("👯 I'm very fascinated by the dystopian future that AI might create.")
  print("📫 You can reach out to me anytime on my email.")

if __name__ == "__main__":
  name = "abhinav"
  current_work(name)
  about_me(name)
  print("⚡ I love exploring the awesome world of deep learning!") 
  print("I also spend my time drumming or playing the guitar.")