Deeplogix AI RPC
Project description
Deeplogix AI RPC
Deeplogix AI RPC is a Python module for seamlessly running remote private AI models from your Python code as if these models were installed locally.
Installation
Use the package manager pip for install.
Development version from TestPyPi:
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple deeplogix
Production production version from PyPi:
pip install deeplogix
Usage
For module built-in demos:
python -m deeplogix --demo
Or for your A.I. script:
python -m deeplogix --run ./my/script.py
Or just:
python -m deeplogix
And it will print usage options:
usage: python -m deeplogix [--demo] [--run ./my/script.py] [--dev] [--log {DEBUG,INFO,WARNING,ERROR}]
options:
--demo Run built-in demo.
--run ./my/script.py Run user's script.
--dev Show exceptions in console. Default: each exception logged to separate file.
--log {DEBUG,INFO,WARNING,ERROR}
Set the logging level. Default: INFO.
When you run Deeplogix module first time - it will ask you hostId and token, which could be obtained at Deeplogix site after sign up.
License
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 deeplogix-0.3.1.tar.gz.
File metadata
- Download URL: deeplogix-0.3.1.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f58d447a16b0c3ee6d2147b183a2514d18870c12f3b966c2e3a6a6a18b125ce6
|
|
| MD5 |
9c5b80d0578b9410fae826d300b5718c
|
|
| BLAKE2b-256 |
1056f74b305a4ce940ba8499b5dffaae32f9d7f95e46e69370577b8b7211cd76
|
File details
Details for the file deeplogix-0.3.1-py3-none-any.whl.
File metadata
- Download URL: deeplogix-0.3.1-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cce1dcb459fdcf4c5587b1928f5b91ba63369e96f2fecd87222a2cbd0646d098
|
|
| MD5 |
081751de6d531c1885f1feef37d740ca
|
|
| BLAKE2b-256 |
782b07b1cd66dc29d180d63f27cf62c13c03a8b03b742cfe57e03ed60dd80b55
|