AI Engineer • Data Scientist • Quant Research Enthusiast LLMs • RAG • AI Automation • Python • FastAPI • React Building Scalable AI & Data Systems 🚀
- 🤖 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
- Quantitative Finance
- Financial Machine Learning
- Algorithmic Trading
- Statistical Modeling
- AI for Financial Markets
A Python library for Vector Quantization and clustering designed for machine learning pipelines and data compression.
pip install vectorquantfrom 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/
⭐️ From Sahil Gupta

