deeplogix / README.md
apristen's picture
Update README.md
d17f519 verified
metadata
license: mit
language:
  - en

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 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 ./path/to/your/script.py

Or just:

python -m deeplogix

And it will print usage options.

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

MIT