I am a second year Electrical and Computer Engineering student at the University of Toronto intending to major in Software Engineering and minor in AI and Business. I am a developer with the University of Toronto Aerospace Team (UTAT) R&D subteam in the UAS (Unmanned Aerial Systems) subdivison. I am currently working on developing an algorithm to track the position of an UAS using the BN-220 GPS module, Mavproxy, and the MAVLink library for Python. I am also working on a project for the University of Toronto Sports Analytic Group (UTSPAN) to develop an algorithm that to scrape websites that provide cricket data - particulary fielding data - using the BeautifulSoup module for Python and store the data using the Pandas library. I am currently looking for 2023 Summer Internships
View my ResumeInterested in web development and ML (Machine Learning). I currently have 2 years of experience in Java, Python, and C. I also have experience coding in MATLAB, HTML, CSS, and JavaScript. I'm undertaking courses to learn basics of data science. I would like to build software solutions using computational and mathematical concepts that could benefit the society on a daily basis.
As a student engineer, I am currently undertaking a variety of courses that provide me a valuable exposure to concepts branching to multiple engineering majors. I have always been interetsed in the mechanism of "why and how things work". "Engineering for the world" is something that inspires me to be a student engineer and pursue the field as a profession.
I am a big aviation enthusiast. I enjoy plane spotting. I am interested in learning about aircraft systems such as hydarulics, avionics, flight control systems, etc. I would like to attain a PPL (Private Pilot's License) to be able to fly aircrafts for recreational purposes.
Programming languages: Java, C, C++, Python, MATLAB, Verilog, HTML, CSS, Javascript
OS: Linux
Design Tools: Logisim, LTSpice, ModelSim
IDEs: Visual Studio, Visual Studio Code, Eclipse, NetBeans
Other: Github, GitLab, Microsoft Suite, Quartus
• Developed a program in C that performs encryption and decryption using the basis of XOR.
• Used data structures such as pointers, linked-lists, etc.to perform operations such as compression and decompression on encrypted strings.
• Used Valgrind to check for and correct memory leaks, and increase the efficiency of the code during the testing stage.
• Developed code in MATLAB and Python to calculate sectional properties and output graphs for BMD’s and SFD’s to build a bridge made using matboard
• The code accurately predicted the failure load and the cause of the failure; Actual failure load: 431 N, predicted failure load: 405 N. Actual and predicted cause of failure: shear buckling
• Learnt to visually represent calculations via MATLAB
• Developed an AI algorithm in Python to approximate the semantic similarity (closeness of their meanings) of any pair of words and accurately determine synonyms
• Learnt to efficiently write code as one of the requirements of the project was for the run-time to be lesser than a certain threshold.