Skip to content
View vin0san's full-sized avatar
🐢
🐢

Highlights

  • Pro

Block or report vin0san

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
vin0san/README.md

Hi, I'm Vyn 👋

Electronics Engineering Undergrad ('22–'26) | ML Optimization & Hardware Acceleration

I'm obsessed with making ML efficient. Not just accurate—efficient. Quantization, pruning, distillation, edge inference. ECE background means I think in hardware constraints, not just model metrics.

Current Interests: ML optimization, hardware acceleration, edge inference.


🛠️ Technical Toolkit

Category Tools & Technologies
AI/ML Python PyTorch TensorFlow HuggingFace
Systems/Backend Go FastAPI C++
Cloud & DevOps AWS Docker GitHub Actions Linux
Frontend/Data React PostgreSQL MongoDB

🚀 Selected Work

Sign Language Recognition — Optimization flagship

  • 99.88% validation accuracy on ASL fingerspelling
  • MediaPipe → PyTorch MLP
  • Roadmap: quantization, pruning, distillation, edge deployment
  • 🔗 Code

Go Web Crawler — Systems thinking

  • 10k+ URLs in <5 seconds
  • Goroutines + channels. Because speed is an optimization problem.
  • 🔗 Code

Contract Intelligence Parser — Inference at scale

  • 50MB+ PDFs in <10 seconds, 95% extraction accuracy
  • FastAPI, React, MongoDB, Docker
  • 🎥 Demo🔗 Code

Unsupervised Fraud Detection — ML fundamentals


🌟 Beyond the Code

I approach ML optimization from first principles—paper-first, implement-from-scratch. Currently working through deep learning fundamentals: MLP → LeNet → VGG → ResNet → RNN/LSTM → Transformers. Understanding the architecture, not cargo-culting the code. Learning Japanese (JLPT N4/N5 target: December 2026) because I'm serious about working in Japan's optimization ecosystem.

Off-duty? Competitive programming, systems design problems, and reverse-engineering how things actually work.

📫 Let's Talk

LinkedIn Blog

Open to OSC in quantization/optimization toolchains. Let's collaborate on making ML faster and leaner.

Pinned Loading

  1. skin-lesion-onnx-api skin-lesion-onnx-api Public

    An end-to-end medical AI system featuring an EfficientNet-B3 backbone optimized via ONNX for high-speed inference, served via a FastAPI microservice and Streamlit UI.

    Jupyter Notebook

  2. sign-language-recognition sign-language-recognition Public

    Real-time ASL alphabet recognition using deep learning with ONNX optimization

    Python

  3. unsupervised-fraud-detection-gmm unsupervised-fraud-detection-gmm Public

    Mini-project: Unsupervised anomaly/fraud detection using Gaussian Mixture Models and Bayes posteriors.

    Jupyter Notebook

  4. mistral-docqa mistral-docqa Public

    Python

  5. Contract-intel Contract-intel Public

    Python

  6. Go-web-crawler Go-web-crawler Public

    Go