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 in 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)
- tqdm (4.50.2)
- Pillow (8.0.0)
- Rackio (0.9.7)
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
- import Rackio
- import RackioAI
- to instantiate Rackio
- 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
Todo
- Documentation (in Progress...)
- Changelog
- Contributing guide
- Testing code
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.
Source Distributions
Built Distribution
File details
Details for the file RackioAI-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: RackioAI-0.0.2-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91dd6dc03d8dc2070b5e5350b8a760d16e3d19ab37b0ab489bd018c28d7fc8ca |
|
MD5 | e804139f193cfb8d21e64caf9816a97e |
|
BLAKE2b-256 | 5d6216d24139f075633736cd6a90daa9fdf8423f3c93772aef101d1c44851809 |