Lyzr AI is a set of super abstracted LLM SDKs for rapid generative AI application development (RAD) that comes with Lyzr Enterprise Hub – a control center with an AI-only Data Lake and IAM for administering the AI applications built with Lyzr SDKs. Available both as open-source and enterprise SDKs.
Lyzr SDKs helps you build all your favorite GenAI SaaS products as enterprise applications in minutes. It is the enterprise alternative to popular in-demand Generative AI SaaS products like Mendable, PDF.ai, Chatbase.co, SiteGPT.ai, Julius.ai and more.
Table of Contents
You can install the lyzr package directly from PyPI:
pip install lyzrIf you prefer to build the lyzr package from source, you'll need to have Python installed along with setuptools and wheel.
- Clone the repository or download the source code.
- Navigate to the root directory of the project (where
setup.pyis located). - Run the following commands:
# Ensure setuptools and wheel are installed
pip install setuptools wheel
# Build the package
python setup.py sdist bdist_wheelThis will generate a dist directory containing the built package files.
Once you've built the package, you can install it using pip:
cd dist/
pip install lyzr-[version]-py3-none-any.whlReplace [version] with the actual version of the package you have built.
lyzr is distributed under the terms of the MIT license.