Python |
JavaScript |
TypeScript |
React |
Docker |
GitHub |
PyTorch |
TensorFlow |
OpenCV |
NumPy |
GDAL |
Drone Vision |
class SoftwareEngineer:
def __init__(self):
self.name = "Tejas Gupta"
self.role = "SDE L1 | CV & Geospatial AI Engineer"
self.portfolio = "https://variable007.vercel.app"
self.current_focus = [
"Geospatial AI 🗺️",
"Drone Imagery Processing 🛰️",
"YOLOv8 & SAM for Real-Time Detection 📸",
"Instance & Semantic Segmentation Tasks 🧠",
"High-Resolution Image Pipelines for Earth Observation 🌍"
]
self.learning = [
"Vector Databases & Embeddings",
"LangChain for Vision Workflows",
"MLOps for Large-Scale Vision Systems"
]
self.interests = [
"AI for Satellite & Drone Data",
"Scalable ML Infra",
"Intelligent Mapping Systems"
]
def say_hi(self):
print("🌐 Thanks for visiting! Let's build the future of vision & mapping together! 🚀")
me = SoftwareEngineer()
me.say_hi()