Skip to main content

No project description provided

Project description

lyzr

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.

PyPI - Version PyPI - Python Version


Table of Contents

Installation

You can install the lyzr package directly from PyPI:

pip install lyzr

Building from Source

If you prefer to build the lyzr package from source, you'll need to have Python installed along with setuptools and wheel.

Steps to Build:

  1. Clone the repository or download the source code.
  2. Navigate to the root directory of the project (where setup.py is located).
  3. Run the following commands:
# Ensure setuptools and wheel are installed
pip install setuptools wheel

# Build the package
python setup.py sdist bdist_wheel

This will generate a dist directory containing the built package files.

Installing the Built Package:

Once you've built the package, you can install it using pip:

cd dist/
pip install lyzr-[version]-py3-none-any.whl

Replace [version] with the actual version of the package you have built.

License

lyzr is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lyzr-0.1.10.tar.gz (19.9 kB view hashes)

Uploaded Source

Built Distribution

lyzr-0.1.10-py3-none-any.whl (29.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page