Selected Work

Projects

Selected projects in automation, machine learning, artificial intelligence, research tooling, and data workflows. More work is available on my GitHub profile.

arXivFlow

A Python automation tool for research-paper discovery and tracking. It fetches arXiv metadata, performs AI-driven analysis with Ollama or Gemini, and syncs results with Google Sheets and local databases.

arXiv API · Ollama · Gemini API · Automation · CI/CD

S&P 500 Daily Data Tracker

An automated Python utility that tracks and archives daily closing prices for S&P 500 constituents. It combines market-data ingestion, Google Sheets integration, and Looker Studio dashboarding.

yfinance · gspread · Automation · GitHub Actions · Looker

Machine Learning from Scratch

An educational repository implementing machine-learning algorithms from first principles. The work emphasizes mathematical clarity, vectorized NumPy implementations, and a deeper understanding beyond black-box libraries.

Machine Learning · Data Science · NumPy · Pandas · Maths