Highly-motivated employee with desire to take on new challenges. Strong worth ethic, adaptability and exceptional interpersonal skills. Adept at working effectively unsupervised and quickly mastering new skills.
Title: System Engineer
1. Sentiment Analyzer : NLP, Python
Create a sentiment analyzer using a lexicon-based approach, which doesn't rely on NLTK. Gather review words(taking words in hinglish as well) from popular websites such as Amazon and Flipkart, assigning polarity scores to determine if a statement is positive, negative, or neutral.
2. Social Network Analysis: Community Detection(Python)
Utilize ego networks (friends of friends) data from Facebook to categorize users' friend networks into different communities, such as family members forming one community and school friends forming another. Implement community detection without using the Louvain function, instead employing the Louvain method.
3.Image Processing (OpenCV/Python)
Developed camera calibration, image holography, and image registration techniques along with stereo camera functionality (F matrix) and image stitching using OpenCV.