- 🎓 B.Tech in Artificial Intelligence & Data Science, IIITDM Kurnool (Batch 2024–2028) — CGPA 8.16
- 🧩 585+ DSA problems solved across LeetCode, GeeksforGeeks & CodeChef | Top 50 at IIITDM Kurnool on GeeksforGeeks
- 🛠️ Building end-to-end, deployed Machine Learning & Deep Learning projects — not just notebooks
- 🏆 Smart India Hackathon (SIH) 2025 team member; built prototypes across 3 college/online hackathons
- 🎯 Goal: AI/ML Engineer
ML Concepts: Regression · Decision Trees · Random Forest · SVM · KNN · Naive Bayes · K-Means · DBSCAN · PCA · Feature Engineering · Cross-Validation · Hyperparameter Tuning
Deep Learning Concepts: ANN · CNN · RNN · LSTM · GRU · Attention · Self-Attention · Transformers · Transfer Learning · Backpropagation
Computer Vision & NLP: Image Captioning · Feature Extraction (InceptionV3) · Sequence Modeling · Tokenization · Word Embeddings
Deep learning pipeline generating natural language descriptions for images on the Flickr8k dataset (8,091 images), exploring the evolution of captioning architectures — from a CNN + LSTM baseline to an attention-based encoder-decoder (Bahdanau attention), with a roadmap toward transformers and real-time video captioning.
- Extracted 2,048-dim visual features using a frozen pretrained InceptionV3 encoder
- Decoder: 256-dim embedding + 256-unit LSTM, trained for 20 epochs (batch size 64)
- Evaluated caption quality using BLEU score
Analyzes instructor effectiveness using student engagement, performance, and feedback data, aiming to identify the key factors that drive teaching effectiveness through data analysis and machine learning. The dataset covers completion rate, dropout rate, quiz scores, watch time, assignment submission rate, forum activity, and feedback metrics. Models compared: Random Forest, Gradient Boosting, and Logistic Regression. Key insight: completion rate, average score improvement, and assignment submission rate are the strongest predictors of effectiveness.
An interactive Streamlit dashboard for exploring startup funding data, investors, and trends — covering funding trend analysis over years, top funded startups, investment distribution, and investor-wise funding insights. 🔗 Live Demo
Linear Regression, KNN, Decision Tree & Naive Bayes implemented from scratch using NumPy — no sklearn shortcuts, with manually built evaluation metrics (Accuracy, MSE, R²).
Structured Data Structures & Algorithms practice in C++, based on LeetCode problems — 585+ problems solved across platforms.
- Graph Algorithms & advanced DSA
- Deep Learning (self-study roadmap)
- Internship applications for AI/ML Engineer roles
585+ DSA problems solved across LeetCode, GeeksforGeeks & CodeChef | LeetCode rating 1653 | CodeChef 2-Star (1597), 24 rated contests | Top 50 at IIITDM Kurnool on GeeksforGeeks
- Machine Learning A–Z: AI, Python & R — Udemy
- Data Structures and Algorithms in Python — Udemy