Skip to content
View lobo017's full-sized avatar

Highlights

  • Pro

Organizations

@KappaThetaPiUTD

Block or report lobo017

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lobo017/README.md

Typing SVG

MS Applied Cognition & Neuroscience • AI Systems • Backend Engineering

What I Do

  • Build applied AI systems that turn messy data into usable signals
  • Work at the intersection of neuroscience, health data, and software
  • Design backend-heavy systems with clean structure and real output
  • Automate workflows that shouldn’t require human effort

I focus on clean architecture, fast iteration, and building things that actually get used.


Tech Stack

Languages

Frameworks & Libraries

ML / AI

Tools


Selected Work

Medical Image Classification (VesselMNIST3D)

Built a 3D deep learning pipeline to classify aneurysm vs. healthy vessel segments from volumetric brain MRA scans.
Implemented a custom 3D ResNet-18 with Squeeze-and-Excitation attention to capture subtle vascular morphology in small, imbalanced datasets (~1.3k samples).

Sleep Latency Prediction

Modeled the relationship between physiological stress and sleep latency using wearable data.
Engineered rolling biological baselines and Z-score features to capture deviation from personal norms, revealing non-linear stress thresholds missed by standard correlation methods.

Circadian Lens

Developing a system to predict personalized sleep windows using historical sleep behavior, daily activity, and stress signals.
Combines constraint-based modeling with time-series feature engineering to dynamically shift recommended sleep timing based on intraday physiological load.

MetaCrawler

Built a polyglot, microservices-based web scraping and analysis platform designed for scalable data collection and real-time insight generation.
Orchestrates Go-based concurrent scraping, Python NLP/ML pipelines, and Node.js browser automation behind a unified API layer, with a hybrid MongoDB/PostgreSQL data architecture.


GitHub Activity


Contact

If you want to chat, please reach out.

ethan4lobo@gmail.com
linkedin.com/in/ethanlobo

Pinned Loading

  1. MetaCrawler MetaCrawler Public

    AI-powered webscraping platform with a polyglot backend (Python, Go, Node.js) and React frontend. Features modular microservices, ML integration, concurrency, REST/GraphQL APIs, and Dockerized depl…

    JavaScript

  2. sleep-latency-prediction sleep-latency-prediction Public

    Predicting sleep latency from physiological data using XGBoost and Random Forest, featuring rolling baseline engineering and concept drift recalibration.

    Jupyter Notebook

  3. CircadianLens CircadianLens Public

  4. Vessel-Classification Vessel-Classification Public

    Python