
Detail-oriented and motivated seeker aiming for a role to gain hands-on experience. Eager for a challenging position in a respected organization, where I can acquire new skills, broaden my knowledge, and effectively apply my learnings. To evolve as a seasoned software engineer, contributing innovative solutions and becoming proficient in cutting-edge technologies. Endeavoring to assume leadership roles, driving impactful projects, and continuously expanding expertise to propel technological advancements in the industry.
Distance Calculator Web App (Team of 3)
• Developed the App using Node.js to add the functionalities.
• Created the front end using JavaScript and added 2 buttons and a textbox to display the result.
Created an Android Application for Cost Estimation (Team of 3)
• Developed the front end design using Android Studio.
• Added various buttons to take inputs from the user in the frontend using JavaScript and functionalities of estimate the cost using Kotlin language.
Classification of text using NLP on encrypted data
Developing an efficient and non-interactive method for Text Classification that focuses on preserving the privacy of the content using Fully Homomorphic Encryption (FHE). Compared results from classification performed on the plain text or message from those performed on encrypted data. Published a paper in IEEE: https://ieeexplore.ieee.org/document/10234826
ML Project
Developed an algorithm to predict the medicine name when chemical composition is given. Performed the pre-processing steps and plotted graphs to analyze the attributes in the dataset. Used Jupyter Notebook, ML algorithms (Random Forest Classifier). Achieved an accuracy of 85%.
An Audio Bot for the College Placement Cell
Built an Audio Bot which answers queries related to Placements and converts the audio to text format. Performed removal of stop words, stemming, tokenization, lemmatization using nltk packages on the text document and used bag of words algorithm to convert text into vectors. Programmed the bot displays the output in the text.