Skip to main content

End-to-end machine learning on your desktop or server.

Project description

PyPI version docs status License


📚  Documentation



framework


Technical Overview


What is it?

AIQC is an open source Python package that provides a declarative API for end-to-end MLOps (dataset registration, preprocessing, experiment tracking, model evaluation, inference, post-processing, etc) in order to make deep learning more accessible to researchers.


How does it work?

The backend is a SQLite object-relational model (ORM) for machine learning objects (Dataset, Feature, Label, Splits, Algorithm, Job, etc). The high-level API stacks these building blocks into standardized workflows for various: analyses (classify, regress, generate), data types (tabular, sequence, image), and libraries (TensorFlow, PyTorch). The benefits of this approach are:


  1. ⏱️  90% reduction in data wrangling via automation of highly conditional and repetitive tasks that vary for each type of dataset and analysis (e.g. model evaluation, metrics, and charts for every split of every model).

  2. 💾  Reproducibility, not only because the workflow is persisted (e.g. encoder metadata) but also because it provides standardized classes as opposed to open-ended scripting (e.g. 'X_train, y_test').

  3. 🎛️  No need to install and maintain application and database servers for experiment tracking. SQLite is just a highly-performant and portable file that is automatically configured by `aiqc.setup()`. AIQC is just a pip-installable Python package that works great in Jupyter (or any IDE/shell), and provides a Dash-Plotly user interface (UI) for a real-time experiment tracking.

What's on the roadmap?

  1. 🖥️   Expand the UI (e.g. dataset registration and model design) to make it even more approachable for less technical users.
  2. ☁️  Schedule parallel training of models in the cloud.



📚  Documentation



Experiment Tracker

experiment_tracker


Compare Models

compare_models


What if?

compare_models





Usage

# Built on Python 3.7.12 to mirror Google Colab
$ pip install --upgrade pip
$ pip install --upgrade wheel
$ pip install --upgrade aiqc

# Monitor and evaluate models (from CLI)
$ python -m aiqc.ui.app
# High-level API
from aiqc import mlops

# Declare preprocessing steps
mlops.Pipeline()

# Define, train, & evaluate models
mlops.Experiment().run_jobs()

# Infer using original Pipeline
mlops.Inference()

Official Installation Documentation:

https://aiqc.readthedocs.io/en/latest/notebooks/installation.html



📚  Documentation

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

aiqc-7.1.5.tar.gz (606.9 kB view details)

Uploaded Source

Built Distribution

aiqc-7.1.5-py3-none-any.whl (620.9 kB view details)

Uploaded Python 3

File details

Details for the file aiqc-7.1.5.tar.gz.

File metadata

  • Download URL: aiqc-7.1.5.tar.gz
  • Upload date:
  • Size: 606.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for aiqc-7.1.5.tar.gz
Algorithm Hash digest
SHA256 ac16a09db3cceea63f87e7c12e239731cc8bfee47e1c611372772af75aa1283b
MD5 2f0e126886de942589ddc62e5053d545
BLAKE2b-256 c4fcda8908989d5eefc9c9f85b650a96e04aba33c05c21d79f4a97894b225873

See more details on using hashes here.

File details

Details for the file aiqc-7.1.5-py3-none-any.whl.

File metadata

  • Download URL: aiqc-7.1.5-py3-none-any.whl
  • Upload date:
  • Size: 620.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for aiqc-7.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 12e3b8d8d4cca311a8c1c94847d29ac6aefc9621612c5d7e999e166045da5df2
MD5 4dca40933b9786a5b5e014cb62e5428a
BLAKE2b-256 1cae12827d858327d88b5690f6dca38b47be9e7b0597325d621a7f002e0ab09b

See more details on using hashes here.

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