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.
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:
- Clone the repository or download the source code.
- Navigate to the root directory of the project (where
setup.py
is located). - 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
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.