Name | eosce JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | Ersilia Compound Embeddings |
upload_time | 2023-06-01 10:02:24 |
maintainer | |
docs_url | None |
author | Ersilia |
requires_python | >=3.7,<4.0 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Ersilia Embeddings
A lite wrapper for Ersilia compound embeddings model.
## Quick start guide
### 1. Clone the repository
```bash
git clone https://github.com/ersilia-os/compound-embedding-lite.git
cd compound-embedding-lite
```
### 2. Install the package with pip
```bash
pip install .
```
or if you have a GPU
```bash
pip install .[gpu]
```
### 3. Programatically generate embeddings
```python
from eosce.models import ErsiliaCompoundEmbeddings
model = ErsiliaCompoundEmbeddings()
embeddings = model.transform(["CCOC(=O)C1=CC2=CC(OC)=CC=C2O1"])
```
### 4. Generate embeddings using the cli
```bash
eosce embed "CCOC(=O)C1=CC2=CC(OC)=CC=C2O1"
```
Raw data
{
"_id": null,
"home_page": "",
"name": "eosce",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Ersilia",
"author_email": "hello@ersilia.io",
"download_url": "https://files.pythonhosted.org/packages/48/15/5c2f73f0e7ea610b40de5ee50bf204d4df112e97124f20504bfae6022010/eosce-0.1.0.tar.gz",
"platform": null,
"description": "# Ersilia Embeddings\n\nA lite wrapper for Ersilia compound embeddings model.\n\n## Quick start guide\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/ersilia-os/compound-embedding-lite.git\ncd compound-embedding-lite\n```\n\n### 2. Install the package with pip\n\n```bash\npip install .\n```\n\nor if you have a GPU\n\n```bash\npip install .[gpu]\n```\n\n### 3. Programatically generate embeddings\n\n```python\nfrom eosce.models import ErsiliaCompoundEmbeddings\nmodel = ErsiliaCompoundEmbeddings()\nembeddings = model.transform([\"CCOC(=O)C1=CC2=CC(OC)=CC=C2O1\"])\n```\n\n### 4. Generate embeddings using the cli\n\n```bash\neosce embed \"CCOC(=O)C1=CC2=CC(OC)=CC=C2O1\"\n```\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Ersilia Compound Embeddings",
"version": "0.1.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c23527fd36511f10e4ba36a7338f5495d353139e5325d81d97031608a485dd01",
"md5": "7521702eba315123115d6753d89fbc76",
"sha256": "af7ddd8829fb681eff4e2e2e4e593e7725e4f2c4583790953b70117f6b3a6753"
},
"downloads": -1,
"filename": "eosce-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7521702eba315123115d6753d89fbc76",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 45065401,
"upload_time": "2023-06-01T10:01:26",
"upload_time_iso_8601": "2023-06-01T10:01:26.031583Z",
"url": "https://files.pythonhosted.org/packages/c2/35/27fd36511f10e4ba36a7338f5495d353139e5325d81d97031608a485dd01/eosce-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "48155c2f73f0e7ea610b40de5ee50bf204d4df112e97124f20504bfae6022010",
"md5": "c60e69c33c95606e7b1228650c31d4a4",
"sha256": "0b38156749b604daf234aacf51f4080297f001874b7d575fffe32842bd0aef74"
},
"downloads": -1,
"filename": "eosce-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "c60e69c33c95606e7b1228650c31d4a4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 45066466,
"upload_time": "2023-06-01T10:02:24",
"upload_time_iso_8601": "2023-06-01T10:02:24.117681Z",
"url": "https://files.pythonhosted.org/packages/48/15/5c2f73f0e7ea610b40de5ee50bf204d4df112e97124f20504bfae6022010/eosce-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-01 10:02:24",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "eosce"
}