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.9.1.tar.gz
(29.5 kB
view details)
Built Distribution
maidr-0.9.1-py3-none-any.whl
(39.8 kB
view details)
File details
Details for the file maidr-0.9.1.tar.gz
.
File metadata
- Download URL: maidr-0.9.1.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e73726616e8a6b5f03d41780ef048531649db4ae86025a9af1d82e38d4b371d |
|
MD5 | 354dbc2f3e7d558fc277bae72cdfd7c8 |
|
BLAKE2b-256 | fe13106ce6575d208a0da65847d20f57323da156c3bfbd6266704d29923c318f |
File details
Details for the file maidr-0.9.1-py3-none-any.whl
.
File metadata
- Download URL: maidr-0.9.1-py3-none-any.whl
- Upload date:
- Size: 39.8 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 | 52ad7a0f6aca50b73698dc4f80093fa5da0eb8b69556bb12377752e7d192341b |
|
MD5 | 19a8da635dc49852979f4695a121fb72 |
|
BLAKE2b-256 | c03f99c9d31b49e45d6cd07bc992e8451c28599a0071d0c294c96fe45e771a52 |