Skip to content
Rupak Dey

Navigate

Work

Links

Theme

Portrait of Rupak Dey
Las Cruces, NM

B.S. Computer Science · New Mexico State University

Rupak Dey

Applied machine learning research and software engineering · NMSU KDD Lab · NASA Planetary Data System

Seeking PhD positions in applied AI/ML, Fall 2027

I work on applied machine learning for scientific problems: models that fuse messy, multi-modal real-world data into predictions scientists can use. At the NMSU KDD Lab, my senior-thesis research uses multi-branch LSTMs to predict net primary productivity across 71,000+ pixels of rangeland from satellite, precipitation, cattle-GPS, and land-cover data. At NASA's Planetary Data System (Atmospheres Node), I develop ELSA, the web application planetary scientists use to generate and archive metadata for large datasets.

Selected work

pantry.ai

1st Place, Desert Dev Lab Hackathon

Built at a hackathon

PWA using Gemini Vision to identify pantry items, estimate expiry dates, and suggest recipes before items expire.

  • Next.js
  • TypeScript
  • SQLite
  • Google Gemini API

Airbnb Price Prediction & Feature Analysis

Class project

KNN regression for Airbnb price prediction, with Decision-Tree feature selection identifying the ten most predictive features.

  • Python
  • Pandas
  • Scikit-learn

Compiler Construction

Class project

C-like compiler built with Flex/Bison, AST parsing and a RISC-V code generator handling stack management, recursion, and control flow.

  • C
  • Flex
  • Bison
  • RISC-V Assembly