An open API service indexing awesome lists of open source software.

https://github.com/yuanjie-ai/x2embedding

万物皆可embedding
https://github.com/yuanjie-ai/x2embedding

Last synced: 3 months ago
JSON representation

万物皆可embedding

Awesome Lists containing this project

README

        

![image](https://img.shields.io/pypi/v/x2embedding.svg) ![image](https://img.shields.io/travis/Jie-Yuan/x2embedding.svg) ![image](https://readthedocs.org/projects/x2embedding/badge/?version=latest)

🔥x2embedding🔥

---
# Install
```python
pip install -U x2embedding
```

# [Docs](https://jie-yuan.github.io/x2embedding/)

# Usages
```
from x2embedding.zoo import Bert4Vec

s2v = Bert4Vec()
s2v.encode(['万物皆可embedding'])
```

---
# TODO