Multimodal Access and Interactive Data Representations
Project description
py-maidr
Python binder for maidr library
Install and Upgrade
# install the latest release from PyPI
pip install -U maidr
# or install the development version from GitHub
pip install -U git+https://github.com/xability/py_maidr.git
LLM Configuration for Interactive Shell
To use OpenAI or Gemini Models along with the maidr library, follow the steps below:
- Signup and get the API Keys for OpenAI or Gemini Models.
- Add the keys to environment variables so that python binder can access the keys. (Note: This only temporarily adds keys in environment variable, for persistent access you might want to add the export command to your shell configuration)
Mac Configuration
export OPENAI_API_KEY="<< add you key here >>"
export GEMINI_API_KEY="<< add you key here >>"
Windows Configuration
setx OPENAI_API_KEY "<< add you key here >>"
setx GEMINI_API_KEY "<< add you key here >>"
- Run your python program.
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
maidr-0.10.0.tar.gz
(29.8 kB
view details)
Built Distribution
maidr-0.10.0-py3-none-any.whl
(40.2 kB
view details)
File details
Details for the file maidr-0.10.0.tar.gz
.
File metadata
- Download URL: maidr-0.10.0.tar.gz
- Upload date:
- Size: 29.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e535d9420f963eba0ea0b70bc3fc9295654cc71235f12bc8832970ffdcac8f7 |
|
MD5 | 408b477769081f3ddf9feb2ac9bbf2a4 |
|
BLAKE2b-256 | 99ce9bcbd1a324244f66005df77bf85956ef30f0486ee3b1417a208998020e4d |
File details
Details for the file maidr-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: maidr-0.10.0-py3-none-any.whl
- Upload date:
- Size: 40.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b63a077b763724ac2aa6587323e333bb3a27d9e25c56f490046a7ae0116951a1 |
|
MD5 | 397f0f184a880343cb2ae3061f813e9d |
|
BLAKE2b-256 | 598fa86152c175b8b46df21cd5497461be1ed313d0a875894f1500fb75cef9bd |