Conducted data visualization and nutritional analysis of McDonald's menu items to uncover insights on calories, protein, and fat distribution across categories using Python and Matplotlib.
This project analyzes Google Play Store app reviews and metadata using Python. It leverages Pandas, NumPy, and Matplotlib to perform Exploratory Data Analysis (EDA) and sentiment analysis. The goal is to uncover correlations between app features such as installs, ratings, and review sentiment to support better product decisions.
A Machine Learning based project that predicts house prices by analyzing key features like area, location, number of rooms, and more. The model helps in estimating accurate property values using regression techniques.
An Exploratory Data Analysis project focused on uncovering insights from retail sales data. It identifies sales trends, analyzes store performance, and detects seasonal patterns to support better business decisions.
A Deep Learning project designed to detect brain tumors from MRI scans using Convolutional Neural Networks (CNN). The model classifies images into tumor and non-tumor categories, supporting early medical diagnosis through automated image analysis.
View Project
A Machine Learning based solution to detect and classify fake news articles using Natural Language Processing (NLP). The model analyzes news content and predicts its authenticity using text vectorization and classification algorithms.
View Project