Skip to content
View akshayatam's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report akshayatam

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
akshayatam/README.md

Welcome to the Aperture Science GitHub Testing Initiative!

"We do what we must because we can." - GLaDOS

๐Ÿ’ผ Current Role:

๐Ÿ“Š AI/ML Engineer at Perfect Solutions
๐Ÿ’ก Focus: Designing, training, and deploying machine learning models for enterprise applications
๐Ÿ” Responsibilities:

  • Building PyTorch and TensorFlow models for automation and AI-driven use cases.
  • Developing data preprocessing pipelines for multi-million-row datasets.
  • Supporting end-to-end ML workflows, from data to deployment.

๐Ÿš€ I'm Currently In The Process Of:

๐Ÿ“– Learning:

  • Rust โ€“ Exploring the basics of ownership and how to use in my ML cycles
  • Deep-ML โ€“ Solving Machine Learning and Data Science problems
  • Improving my LeetCode Problem-Solving skills for interviews

๐Ÿ’ก Working On:

  • RAG for Vintage Keyboards & Switches โ€“ Building a retrieval-augmented generation system using FAISS & FastAPI to preserve knowledge from the now-defunct Deskthority Wiki
  • Vintage Board Modernization โ€“ Tinkering with classic keyboards by creating custom keymaps from scratch and adapting them for modern firmware (QMK/ZMK)
  • Improving My GitHub Repos โ€“ Making code more production-ready
  • Building My Website โ€“ Hosting my portfolio & projects

๐Ÿ’ซ About Me:

๐ŸŽ“ MS in Machine Learning, Stevens Institute of Technology
๐Ÿ–ฅ๏ธ Artificial Intelligence Enthusiast
๐Ÿ’ก Interests: Computer Vision, NLP, Generative AI, MLOps, LLMs
๐ŸŽฎ Fan of the Portal Series

๐Ÿš€ Featured Projects:

๐Ÿ”น Spotify Insights Lab โ€“ Full-stack ML dashboard analyzing 1.2M+ tracks, with XGBoost promotion model, Streamlit UI, and PostgreSQL query optimization (~150ร— faster).
๐Ÿ”น Helmet Detection with YOLOv5 โ€“ Custom YOLOv5 model trained from scratch on 5K images; evaluated with FiftyOne to debug predictions and performance.

๐Ÿค Open-Source Contributions:

Hereโ€™s my latest contribution:

QMK Firmware - ANSI Tsangan Layout for Ducky One 2 Mini
Status

๐ŸŒ Socials:

LinkedIn Medium Twitter

๐Ÿ’ป Tech Stack:

๐Ÿ“Œ Programming Languages:

Python SQL C++ Julia

๐Ÿ“Œ Machine Learning & Data Science:

PyTorch TensorFlow JAX scikit-learn NumPy Pandas SciPy Matplotlib

๐Ÿ“Œ Big Data:

Apache Spark PySpark

๐Ÿ“Œ Cloud & DevOps:

Google Cloud AWS Docker

๐Ÿ“Œ Tools & Platforms:

Notion Obsidian Framer Blender

Pinned Loading

  1. rust-polars-data-engineering rust-polars-data-engineering Public

    A weekend project exploring Rust for data engineering workflows with the Polars library. This repo demonstrates lazy query execution, CSV/Parquet I/O, data cleaning, and aggregation pipelines in Ruโ€ฆ

    Rust

  2. spotify-insights-lab spotify-insights-lab Public

    A modular music intelligence lab using SQL tuning, ML clustering, and Streamlit dashboards over 1.2M+ Spotify tracks.

    Jupyter Notebook

  3. spotify-sql-analytics-optimization spotify-sql-analytics-optimization Public

    Advanced SQL analytics and query performance optimization using the Spotify Kaggle dataset - includes EDA, window functions, CTEs, TEMP tables, and benchmarked performance improvements (55% faster โ€ฆ

  4. vintage-wiki-rag vintage-wiki-rag Public

    Python