Skip to main content

A Rackio extension for AI models development

Project description

RackioAI

RackioAI is a Rackio extension for Artificial Intelligence (AI) models.

The project was started in 2020 by Carlos Rivero as a Leak Detection System and Virtual Analyzer project at Intelcon System C.A and MCL Control S.A respectively as a workaround to development and deployment Deep Learning models faster way.

Installation

Dependencies

RackioAI requieres:

  • Python (>=3.8)
  • numpy (1.18.5)
  • scipy (1.4.1)
  • scikit-learn (0.23.2)
  • tensorflow (2.3.0)
  • pandas (1.1.3)
  • easy-deco
  • Pillow (8.0.0)
  • Rackio (0.9.8)
  • matplotlib (3.3.2)

User installation

The easiest way to install RackioAI is using pip

pip install RackioAI

Then, to use it in any python project you can import it using:

from rackio_AI import RackioAI

User instantiation

The most important thing you keep in mind is that RackioAI is a Rackio extension, therefore, to use RackioAI in any project you must do the following steps, respecting the order

  1. import Rackio
  2. import RackioAI
  3. to instantiate Rackio
  4. do RackioAI callback with the Rackio object

see the following snippet code

from rackio import Rackio
from rackio_AI import RackioAI
app = Rackio()
RackioAI(app)

Now, you can get access to RackioAI methods and attributes.


Source code

You can check the latest sources with the command:

git clone https://github.com/crivero7/RackioAI.git


Documentation

The RackioAI documentation can be found in Read the Docs

Todo

  • Changelog
  • Contributing guide
  • Testing code

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

RackioAI-0.1.4-py3-none-any.whl (639.1 kB view details)

Uploaded Python 3

File details

Details for the file RackioAI-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: RackioAI-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 639.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for RackioAI-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1c6acf54ea9b6b2c78f68ca1ae68d03f295f76f3b94add0765dd7c1b0334fb29
MD5 a22486b61e24eccf48a0ed26e2e2c9c5
BLAKE2b-256 de11a4ee92b8ee7e80a3743d10b67852bc0867fae39fa162e42e8c310cfc7f8b

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