Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

AI Engineer • Data Scientist • Quant Research Enthusiast LLMs • RAG • AI Automation • Python • FastAPI • React Building Scalable AI & Data Systems 🚀


🧠 About Me

  • 🤖 AI Engineer working on LLMs, RAG systems, and AI Automation
  • 📊 Passionate about Data Science, Machine Learning, and Analytics
  • 📈 Interested in Quantitative Research and Financial ML
  • 📦 Creator of VectorQuant – Python ML Library
  • ⚡ Building scalable systems using Python, FastAPI, and modern AI frameworks

📊 Interests

  • Quantitative Finance
  • Financial Machine Learning
  • Algorithmic Trading
  • Statistical Modeling
  • AI for Financial Markets

📦 Python Library

VectorQuant

A Python library for Vector Quantization and clustering designed for machine learning pipelines and data compression.

Install

pip install vectorquant

Example

from vectorquant import VectorQuant

vq = VectorQuant(k=256)

vq.fit(data)

compressed = vq.encode(data)

decoded = vq.decode(compressed)

PyPI Page https://pypi.org/project/vectorquant/


🌐 Connect With Me


🛠 Tech Stack


📊 GitHub Stats


🔥 GitHub Streak


⭐️ From Sahil Gupta

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors