Masters Student at the University of Florida with close to
2 years of experience as a software developer and senior software developer at GEP and Apisero
respectively.
Additionally, worked as a Research Assistant at the University of Florida contributing to Open Source project DSSAT-pythia.
Co-op Student at Boehringer Ingelheim working to build and deploy different solutions leveraging ML.
Develop advanced applications, APIs and dashboards for Boehringer Ingelheim
for proof of concept and production ready use cases.
Python, ML Models, AI concepts, Flask, Cloud Computing, PowerBI, PowerApps
Student Research Assistant
University of Florida
Ongoing translation of DSSAT-Pythia to Go, getting trained and gaining
knowledge in the field of ML/AI.
Go, Python, HTML, CSS, NodeJS, JS, ML/AI
Student Research Assistant - Volunteer
University of Florida
Developed a website for displaying 3D visualizations of the lab’s
proprietary protein data
React, NodeJS, Express, Molstar, SQL Server
Senior Software Engineer
Apisero
Leveraged GDELT data to establish a correlation between stock index
fluctuations and international news.
Python, Snowflake, Tableau, AWS
Software Engineer
GEP
Owner of over 5 workflows, with fullstack responsibilities in Inventory
Management module.
C#, ASP.NET Core, Angular, SQL, MongoDB, Azure, Elasticsearch, Kibana
Programming Languages
C#
C/C++
Python
JavaScript
Java
Typescript
Frameworks/Libraries
Angular
React
Node.js
Flask
AWS
Docker
SQL
MongoDB
Data Science
ML/DL
OpenCV
Pandas
Tensorflow
Pytorch
Numpy
Pandas
Computer Vision
Tools
Git
Github
Jira
Cloud Computing
Tableau
PowerBI
Postman
PROJECTS
Find my projects and check out my Github Repo at Anol's GitHub
Me !!
Willing to learn from and explore, new and interesting opportunities.
Hello, I’m Anol! A hardworking and enthusiastic Computer Science student at the University of
Florida. I believe in my problem solving capabilities and am a great team player. I am confident
that I can make a lasting impact in computer engineering roles with my creative ideas and ability to
share them with others.
Do check out my LinkedIn profile and let me
know how I can help you out.
I look forward to connecting and working together to create something and seeing a lot of people
benefit from it!
Work
Adipiscing magna sed dolor elit. Praesent eleifend dignissim arcu, at eleifend sapien imperdiet ac.
Aliquam erat volutpat. Praesent urna nisi, fringila lorem et vehicula lacinia quam. Integer
sollicitudin mauris nec lorem luctus ultrices.
Nullam et orci eu lorem consequat tincidunt vivamus et sagittis libero. Mauris aliquet magna magna
sed nunc rhoncus pharetra. Pellentesque condimentum sem. In efficitur ligula tate urna. Maecenas
laoreet massa vel lacinia pellentesque lorem ipsum dolor. Nullam et orci eu lorem consequat
tincidunt. Vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus amet feugiat
tempus.
About
I have a Bachelors degree in Computer Engineering from the University of Mumbai, post which I worked
in the industry for close to 2 years. I worked at GEP as a Software Engineer and at Apisero as a
Senior Software Engineer. After working in the industry I identified areas in which I needed some
polishing and that leads to my current position wherein I am pursuing my Masters In Computer Science
at the University of Florida.
To strengthen my foundation in computer science, I've taken courses in Analysis of Algorithms,
Distributed Operating Systems, and Computer Network Security during my first semester. During my
second semester, I took courses in Mathematics for Intelligent Systems, Trustworthy Machine
Learning, and Engineering Leadership. The Engineering Leadership course, in particular, will help me
hone my soft skills through projects and interactions with industry veterans. I am scheduled to take
Machine Learning, Trustworthy Machine Learning and Advanced Topics in Data Science for the next
semester.
Conducted research on defense mechanisms against adversarial examples, assessing 8 different
methods including smoothing techniques, noise addition, denoising techniques, color space
reduction, and autoencoders.
Designed a final defense using a combination of Autoencoder and Local Median Smoothing technique
that maximally reduces the effectiveness of adversarial and privacy attacks, while minimally
affecting benign accuracy.
All approaches evaluated through 4 adversarial attacks and 3 privacy attacks; wherein final
defense achieved an accuracy in range of 65% to 85% depending on attack which is an improvement
of approximately 138%.
Investigated repackaging in 4 third-party android marketplaces, through an exploratory study and
identified repackaged apps by comparing signatures of their dex-codes to those of reference apks
from the Google Playstore.
Examined 741 apps(excluding reference: 300 apps), finding that 3% had heavy repackaging and 7%
had minor signature discrepancies.
Designed and implemented a mock interview platform that employs ML techniques to evaluate
candidate confidence and suitability for specific roles.
Utilized image processing to provide an assessment of expressions (63% accuracy), ASR to convert
speech to text, and applied NLP to evaluate fluency in language and relevance of content.
Deployed ahead of schedule, using Python Flask framework,TensorFlow, Multithreading, OpenCV,
MongoDB, and Watson Speech services, resulting in refined interview training for candidates.
Elements
Text
This is bold and this is strong. This is italic and this is
emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus
euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis
iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem
ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';