About
I am a graduate student at UMass Amherst, majoring in Computer Science. Currently I am advised by Prof. Hao Zhang at Human Centered Robotics Lab, where I work on intersection of computer vision and natural language for Robotics. Prior to this I was advised by Shane Moon, Andrea Madotto of Meta Reality labs and Jay-Yoon Lee of IESL in areas of multi-modal video understanding with special focus on ego centric videos. My current interests lie at the intersection of vision and language, and my research focuses on using information from multiple sources such as text, images, and video to improve commonsense reasoning capabilities of machines. In the past, I worked as Head of Product Development for RenderPub, India, and I have interned at Vertica. |
Books
-
May 8, 2023
Navigating UMass Amherst: A Handbook for International Students
This handbook, penned by an international student at UMass Amherst, shares insights and advice based on personal experiences navigating academic and cultural transitions. The author has undertaken a variety of courses and collaborated with prominent entities, contributing to the vibrant academic community. Aimed at making the journey less daunting for future students, the handbook touches on academic expectations, cultural nuances, and logistical issues, while providing resource links for deeper exploration. It's a tool for sharing collective wisdom, rather than a definitive guide or shortcut to success.
Blog
-
Feb 20, 2024
A feat of strength MVP for AI Apps
Exploring the concept of a Minimum Viable Product (MVP) in AI applications, focusing on delivering value by understanding and addressing user needs effectively. -
Jan 11, 2024
The Nockout Story
Discover how Nockout is transforming the way we find and enjoy sports activities. No more hassle in booking courts, no more mismatches in skill levels, just pure joy of playing your favorite sports. -
Jun 10, 2023
Enhancing Document Interactions - Leveraging the synergy of Google Cloud Platform, Pinecone, and LLM in Natural Language Communication
Explore the groundbreaking fusion of Google Cloud Platform for OCR, Pinecone, and Large Language Model that is transforming information retrieval. This blog delves into how these potent tools collaborate to enable seamless interactions with documents using natural language. Discover how Google Cloud Platform offers a solid foundation, Pinecone provides rapid similarity searches for effective document retrieval, and LLM elevates language comprehension and generation capabilities. -
May 2, 2023
Hybrid Search for E-Commerce with Pinecone and LLMs
Learn how to build a powerful hybrid search system for e-commerce applications by combining traditional information retrieval methods with machine learning models like Language Models (LLMs) and Pinecone, a managed vector database. Discover the benefits of hybrid search for e-commerce, including improved search relevance, personalization, handling long-tail queries, and simpler infrastructure management. -
Jan 4, 2023
Demystifying the Shell Scripting: Working with Files and Directories
Master the art of working with files and directories in shell scripting to streamline your tasks and improve efficiency. Learn how to create, copy, move, and delete files and directories, as well as read and write to files using practical examples. Discover the power of searching for files and directories with the `find` command. Enhance your shell scripting skills with valuable resources and tutorials, and unlock the full potential of file and directory management in the shell. -
Dec 28, 2022
Demystifying the Shell Scripting: Advanced Techniques and Best Practices
Building upon the fundamentals of shell scripting, this guide delves into advanced techniques and best practices that will elevate your scripting skills. We will explore error handling, command substitution, process management, and share valuable tips for writing efficient, robust, and maintainable scripts. By mastering these advanced concepts, you will be well-equipped to tackle complex scripting challenges and harness the full power of shell scripting. -
Dec 28, 2022
Demystifying the Shell Scripting: A Beginner's Guide
Shell scripting is a powerful tool that enables users to automate tasks, perform complex operations, and create custom commands. In this beginner's guide, we will explore the basics of shell scripting, including creating and executing scripts, working with variables, control structures, loops, and functions. By understanding these fundamental concepts, you will be well on your way to mastering shell scripting and unlocking its full potential. -
Dec 28, 2022
Demystifying the Shell: A Beginner's Guide
Discover the power of the shell, a command-line interface that allows you to interact with your computer's operating system more directly and efficiently. Learn the basics of using the shell, navigating within it, and connecting programs using simple examples. Enhance your skills with miscellaneous tips and resources, including tab completion, command history, keyboard shortcuts, and helpful online tools. Embrace the command line and unlock the full potential of the shell! -
Dec 21, 2022
Version Control (Git)
How to use version control _properly_, and take advantage of it to save you from disaster, collaborate with others, and quickly find and isolate problematic changes. No more `rm -rf; git clone`. No more merge conflicts (well, fewer of them at least). No more huge blocks of commented-out code. No more fretting over how to find what broke your code. No more "oh no, did we delete the working code?!".