Define a personnal app for the user of DeepChain.bio
Project description
deepchain-apps : Package for creating a personnal app to deploy on the DeepChain platform
Getting started with App
This template provide an example of application that you can submit. The final app must have the following architecture:
- my_application
- src/
- app.py
- Optionnal : requirements.txt (for extra packages)
- checkpoint/
- Optionnal : model.[h5/pt]
- src/
The main app class must be named ’App’
CLI
The CLI provides 4 main commands:
-
login : you need to supply the token provide on the plateform (PAT: personnal access token).
deepchain login
-
create : create a folder with a template app file
deepchain create my_application
-
deploy : the code and checkpoint are deployed on the plateform, you can select your app in the interface on the plateform.
-
with checkpoint upload
deepchain deploy my_application --checkpoint
-
Only the code
deepchain deploy my_application
-
-
apps :
-
Get info on all local/upload apps
deepchain apps --infos
-
Remove all local apps (files & config):
deepchain apps --reset
-
Remove a specific application (files & config):
deepchain apps --delete my_application
-
The application will be deploy in DeepChain plateform.
Embedding
Some embeddings are provided in the TransformersApp module
from deepchainapps.components import TransformersApp
The model are furnished, but not mandatory, if you want to make an embedding of your protein sequence. Only the ESM (evolutionary scale modeling) model is provided, with different architecture. Here for some full details of the architecture (https://github.com/facebookresearch/esm)
- 'esm1_t6_43M_UR50S'
- 'esm1_t12_85M_UR50S'
- 'esm_msa1_t12_100M_UR50S'
- 'esm1b_t33_650M_UR50S'
- 'esm1_t34_670M_UR100'
- 'esm1_t34_670M_UR50D'
- 'esm1_t34_670M_UR50S'
!! The embedding will run on a GPU on the plateform. But for a testing phase on your personal computer (CPU), you should choose the smaller architecture.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepchain-apps-0.0.19.tar.gz.
File metadata
- Download URL: deepchain-apps-0.0.19.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2584264768a594647e98eca4e586e9d774ace9f76ca1e96267c6553d102602bf
|
|
| MD5 |
1beb8ff4242e5a63c68a11ad519f58f2
|
|
| BLAKE2b-256 |
38a30f559bca0052c4afa9ac84c54cfc25dba3a015d05acdf682b2fc3763ac8f
|
File details
Details for the file deepchain_apps-0.0.19-py3-none-any.whl.
File metadata
- Download URL: deepchain_apps-0.0.19-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
440f32ad8b11ebc5de420d782f95f7d91f1ae7c2183e6c64d4a84ed112209cc6
|
|
| MD5 |
5ce8c8a5aa1ef9be9d8ec772b68a1e76
|
|
| BLAKE2b-256 |
86a6392c1fcb938de9ef8c2a3db44f63eed55362b32dfebe4318632a1996b482
|