PKCode — Where Code Meets Curiosity

Hii, I am Prajwal Koundinya

I'm a passionate Software Engineering student with a strong foundation in Artificial Intelligence, Agentic AI systems, and MLOps.

terminal://pkcode

        ┌────────────────────────────────────────┐           
        |                                        │           
        |    ██████╗  ██████╗ ██████╗  ███████╗  │
        |   ██╔════╝ ██╔═══██╗██╔═══██╝██╔════╝  │
        |   ██║      ██║   ██║██║   ██╗█████╗    │
        |   ██║      ██║   ██║██║   ██╗██╔══╝    │
        |   ╚██████╗ ╚██████╔╝╚██████╗╚███████╗  │
        |    ╚═════╝  ╚═════╝  ╚═════╝ ╚══════╝  │
        |                                        │
        |    > experiments loaded: 10            │
        |    > status: forging                   │
        |    > last spark: today                 │
        |                                        │
        └────────────────────────────────────────┘
v0.1.0
Dec. 2025

Artifacts

Open Source Projects

Featured
mobile-apps
2025

NutriTrack AI

AI-powered mobile nutrition assistant that analyzes food images for calorie and macronutrient estimation. Combines ML-based meal recognition with FastAPI backend inference and personalized dietary insights.

91
React NativeFastAPIMongoDBMachine LearningREST APIs
deep-learning
2024

Diabetic Retinopathy Detection - Ensemble AI

Ensemble of ResNet, DenseNet, and EfficientNet to detect diabetic retinopathy. Deployed via Flask. MLOps ready.

104
PyTorchCNN-EnsembleResNetDenseNetEfficientNetFlaskOpenCV
mlops
2025

F1 Race Visualization

Interactive Python application for visualizing Formula 1 telemetry and replaying race events. Integrates real-time telemetry parsing with high-performance graphical rendering.

71
PythonFastF1 APIArcadeData Visualization
deep-learning
2025

Plant Disease Detection

Developed a plant pathology classification model with extensive augmentation (+40% dataset expansion). Integrated Grad-CAM heatmaps to enhance agricultural decision transparency and trust.

44
PyTorchComputer VisionGrad-CAMImage Augmentation
mlops
2025

C-Footprint Optimization

Built a carbon footprint estimation platform predicting CO₂e emissions per dollar spent using emission factor modeling. Designed for sustainable supply-chain analytics with full-stack deployment on Netlify.

141
Machine LearningEmission ModelingReactNetlify
deep-learning
2025

SAM-2 Object Segmentation

Implemented advanced object segmentation using Segment Anything Model 2 (SAM 2) with multi-prompt inference support. Enables precise mask generation via point and bounding-box guidance.

73
PyTorchSAM-2Computer Vision
deep-learning
2024

Liver Fibrosis Detection

Designed a transfer-learning-based CNN for early-stage liver fibrosis detection from ultrasound scans. Integrated focal loss for class imbalance and Grad-CAM for interpretable diagnostic visualizations.

31
PyTorchTransfer LearningGrad-CAMMedical ImagingOpenCV
mlops
2024

Code-Converter

A React app powered by Gemini API to convert code from one language to another. This project is made just to learn react and not for production.

12
ReactAPIvite

Field Notes

Lab Notes

Brief observations, technical findings, and thoughts on interesting research topics.

OSNov 2025

Emergence of AI Operating Systems

A paradigm shift where AI is deeply integrated into operating systems (OS), transforming intelligent agents and user interactions.

aiApr 2025

MCP protocol in LLM apps

Implementing Model Context Protocol for seamless AI model interactions with vector databases in RAG apps.

computer-visionFeb 2025

Segment Anything in Specialized Domains

Exploring how Segment Anything behaves on ultrasound and retinal scans, and its implications for volumetric image reconstruction

llm-engineeringOct 2024

Self-hosting LLMs with FastAPI

Running Llama2 locally and building a personal chatbot API for natural language tasks.