Open Source Projects

Empowering AI Innovation

Explore our collection of open-source projects designed to advance AI technology and make it accessible to everyone.

5+
Open Source Projects
10+
GitHub Stars
20+
Contributors
1000+
Downloads
Featured Project
uopensail/damo-embedding

DAMO Embedding

A high-performance Python library for sparse parameter server using RocksDB, written in C++. Designed for efficient embedding operations in large-scale machine learning systems.

C++PythonRocksDBMachine Learning
View Repository
3 stars
0 forks
AGPL-3.0
# Python usage example
import damo_embedding as de

# Initialize embedding
emb = de.Embedding(
    dim=128, path="/tmp/db"
)

# Set values
emb.set("key1", [1.0] * 128)
emb.set("key2", [2.0] * 128)

# Get values
val1 = emb.get("key1")
val2 = emb.get("key2")

Key Features

  • High-performance C++ implementation
  • Python bindings for ease of use
  • RocksDB-based storage engine

Luban

Feature processing module in C++ with Python bindings, designed for both model training and inference scenarios. Offers consistent feature processing across different programming languages.

C++PythonFeature Processing
High-performance C++
Python bindings
JSON configuration

Sample Luban

Example implementation and usage demonstrations of the Luban feature processing library. Includes practical examples and integration patterns.

C++PythonExamples
Usage examples
Integration patterns
Best practices

Longmen

Torch model inference engine optimized for production environments. Built with damo-embedding integration for efficient model serving.

GoC++PyTorch
Model Inference
Production Ready
High Performance

MagicDB

Low-cost data storage and retrieval tool based on SQLite, etcd, and S3/OSS. Designed for efficient handling of large-scale feature data.

GoSQLiteDatabase
Distributed Storage
Cost Effective
High Scalability

Want to Contribute?

We welcome contributions from the community. Check out our GitHub repositories and join our mission to advance AI technology.

View Our GitHub