Aspiring Data Analyst with a strong foundation in data analysis, visualization, and reporting. Experienced in leveraging SQL, Python, and Power BI to extract actionable insights and drive data-informed decision-making. Adept at working cross-functionally with leadership teams to optimize business operations. Passionate about uncovering patterns in data to enhance customer engagement and business growth. By the way, check out my awesome work.
Projects
1. Food image classifier using CNN.
Deep learning project using TensorFlow and Keras to find what is the name of the food and how much calories does it contains using Image. The frontend is not so, good I know but, in the backend, I have used 5000 colored images trained prediction model. I have used HTML, CSS, JavaScript, Python, and Flask to develop the project.
Hire developers is an android application which helps non-tech users to find developers for there project. It is a combination of LinkedIn and Freelancer applications. I have used Java to develop the application.
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.';