Skip to content

Latest commit

History

History
136 lines (94 loc) · 6.38 KB

File metadata and controls

136 lines (94 loc) · 6.38 KB
BharatMLStack

CIStatic BadgeDiscordMade in India

Meesho

What is BharatMLStack?

BharatMLStack is a production-ready, cloud-agnostic ML infrastructure platform that powers real-time feature serving, model inference, and embedding search at massive scale. Built and battle-tested at Meesho, it is designed to help organizations ship ML to production faster, cheaper, and more reliably.

Our Vision

BharatMLStack is built around four core tenets:

Workflow Integration & Productivity

Ship ML to production faster than ever.

  • 3x faster experiment-to-deployment cycles
  • 95% reduction in model onboarding time

Cloud-Agnostic & Lock-In Free

Run anywhere. Own your stack.

  • Runs across public cloud, on-prem, and edge
  • Kubernetes-native with zero vendor lock-in

Economic Efficiency

Do more with less.

  • 60–70% lower infrastructure costs vs hyperscaler managed services
  • Optimized resource utilization across CPU and GPU workloads

Availability & Scalability

Enterprise-grade reliability at internet scale.

  • 99.99% uptime across clusters
  • 1M+ QPS with low latency

Designed Truly for Bharat Scale

Built for the demands of one of the world's largest e-commerce platforms:

MetricPerformance
Feature Store2.4M QPS (batch of 100 id lookups)
Model Inference1M+ QPS
Embedding Search500K QPS
Feature Retrieval LatencySub-10ms

Core Components

ComponentDescriptionVersionDocs
TruffleBox UIWeb console for feature registry, cataloging, and approval workflowsv1.3.0Docs
Online Feature StoreSub-10ms feature retrieval at millions of QPS with streaming ingestionv1.2.0Docs
InferflowDAG-based real-time inference orchestration for composable ML pipelinesv1.0.0Docs
NumerixRust-powered math compute engine for high-performance matrix opsv1.0.0Docs
SkyeVector similarity search with pluggable backendsv1.0.0Docs
Go SDKGo client for Feature Store, Interaction Store, and loggingv1.3.0Docs
Python SDKPython client libraries for Feature Store and inference loggingv1.0.1Docs
Interaction StoreScyllaDB-backed store for user interaction signals at sub-10ms
HorizonControl plane that orchestrates all services and powers TruffleBox UIv1.3.0

Full documentation at meesho.github.io/BharatMLStack | Blogs

Quick Start

git clone https://github.com/Meesho/BharatMLStack.git
cd BharatMLStack/quick-start
#Set versions
ONFS_VERSION=v1.2.0 HORIZON_VERSION=v1.3.0 TRUFFLEBOX_VERSION=v1.3.0 NUMERIX_VERSION=v1.0.0
./start.sh

For step-by-step setup, Docker Compose details, sample data, and health checks, see the full Quick Start Guide →.

Architecture

BharatMLStack Architecture

Use-Cases

BharatMLStack powers a wide range of ML-driven applications:

Use-CaseWhat BharatMLStack Enables
Personalized Candidate GenerationRetrieve and rank millions of candidates in real time using feature vectors and embedding similarity
Personalized RankingServe user, item, and context features at ultra-low latency to power real-time ranking models
Fraud & Risk DetectionStream interaction signals and features to detect anomalies and fraudulent patterns in milliseconds
Image SearchRun embedding search at 500K QPS to match visual queries against massive product catalogs
LLM Recommender SystemsOrchestrate LLM inference pipelines with feature enrichment for next-gen recommendation engines
DL & LLM Deployments at ScaleDeploy and scale deep learning and large language models across GPU clusters with Inferflow orchestration

Contributing

We welcome contributions from the community! Please see our Contributing Guide for details on how to get started.

Community & Support

License

BharatMLStack is open-source software licensed under the BharatMLStack Business Source License 1.1.


Built with ❤️ for the ML community from Meesho
If you find this useful, ⭐️ the repo — your support means the world to us!