aixtend 0.1.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

aixtend 0.1.0

aiXtend
aiXtend is a software development kit (SDK) for the aiXplain platform. With aiXtend, developers can quickly and easily:

Discover aiXplain’s ever-expanding catalog of 35,000+ ready-to-use AI models and utilize them.
Benchmark AI systems by choosing models, datasets and metrics.
Design their own custom pipelines and run them.

🎓 Documentation
🔎 Find models, datasets, metrics on the platform.
:yellow_heart: Our repository is constantly evolving. With the help of the scientific community, we plan to add even more datasets, models, and metrics across domains and tasks.
Getting Started
Installation
To install simply,
pip install aixtend

API Key Setup
Before you can use the aiXtend SDK, you'll need to obtain an API key from our platform. For details refer this Team API Key Guide.
Once you get the API key, you'll need to add this API key as an environment variable on your system.
Linux or macOS
export TEAM_API_KEY=YOUR_API_KEY

Windows
set TEAM_API_KEY=YOUR_API_KEY

Usage
Let’s see how we can use aiXtend to run a machine translation model.
from aixtend.factories.model_factory import ModelFactory
model = ModelFactory.create_asset_from_id("61b27086c45ecd3c10d0608c") # Got the ID of an MT model from on our platform
translation = model.run("This is a sample text")

Check out the explore section of our guide on Models to get the ID of your desired model
Developer Guide
Follow the Developer Guide.
Support
Raise issues for support in this repository.
Pull requests are welcome!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.