Pawan Shrestha

Built a U-Net model predicting urban sprawl across 3 Nepali cities at 85% accuracy.

Recent Computer Engineering graduate with a strong foundation in full-stack web development, machine learning, and AI systems.

unet_model.py
1def build_unet(input_shape=(256, 256, 3)):
2 # Urban Sprawl Prediction - U-Net architecture
3 inputs = Input(shape=input_shape)
4 # Encoder path
5 c1 = Conv2D(64, 3, activation='relu')(inputs)
6 p1 = MaxPooling2D()(c1)
7 c2 = Conv2D(128, 3, activation='relu')(p1)
8 return Model(inputs, outputs)
9 # → 85% accuracy on satellite classification
Pawan Shrestha portrait
Bhaktapur, Nepal
Open to junior software, AI, and data science opportunities

I'm Pawan Shrestha, a Computer Engineering graduate from Nepal Engineering College. I spent my final year training a U-Net on satellite imagery to forecast urban sprawl across Kathmandu, Pokhara, and Hyderabad, it hit 85% accuracy on land-classification. I also build practical web apps end to end: a complaint-reporting platform for city maintenance and a music-sharing social app. I write Python, and I care about models that hold up outside a Jupyter notebook: real data pipelines, real APIs, real deployments. I'm looking for a junior role in software engineering, ML, or data science where I can do that work for a product with users.

BuiltU-Net for urban sprawl — 85% accuracy
LanguagesPython, TypeScript
Pipelinepandas → TensorFlow → deployed API
Databases
MongoDBSQL
Languages
JavaScriptPythonHTMLCSS
Frameworks & Libraries
ReactPandasNumPy
Developer Tools
VS CodeGitGitHubJupyter Notebook
Concepts
Machine LearningData ScienceREST APIs
May, 2025 Oct, 2025

Web Development Intern

Aramex · Kathmandu, Nepal

As a Frontend Developer Intern at Aramex, I resolved React component rendering issues, fixed functional UI bugs, and improved overall application stability under the mentorship of senior engineers. I also maintained client-facing features in the customer portal, including updating delivery service locations to support expanding logistics operations.

+2 ScienceJul, 2019Apr, 2021

Khwopa College

Bhaktapur, Nepal

Physics, chemistry, and math, the coursework that pushed me toward engineering and eventually programming.

Bachelor's in Computer EngineeringFeb, 2022 Mar, 2026

Nepal Engineering College

Bhaktapur, Nepal

Final-year thesis was the urban sprawl U-Net. Core coursework covered algorithms, databases, OS, networks, and AI and I pulled most of it into hands-on projects rather than leaving it in lectures.

Cohere Labs
2026

ML Summer School 2026

Participated in an applied machine learning summer school program, engaging with current ML research and collaborative learning.

Verify on Cohere Labs
Oracle
2026

Agentic AI Foundations Associate

Certified foundational knowledge of agentic AI systems and automation.

Verify on Oracle
DataCamp
2024

Intermediate Python

Intermediate Python: functions, data structures, and the pandas/NumPy workflow I now use daily for data analysis.

Verify on DataCamp
Microsoft and LinkedIn
2026

Career Essentials in Generative AI

Explored core concepts of artificial intelligence, ethical considerations, prompt engineering techniques, and practical strategies for utilizing generative AI.

Verify on Microsoft and LinkedIn

Have a project, a role, or an idea you’d like to talk about? I’d love to hear from you.

Email me directly