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.
RackioAI requieres:
- Python (>=3.7)
- scikit-learn
- easy-deco
- Pillow (8.0.0)
- Rackio (1.0.2)
The easiest way to install RackioAI is using pip
pip install RackioAI
## User instantiation
To use it in any python project you can import it using:
```python
from rackio_AI import RackioAI
Now, you can get access to RackioAI methods and attributes.
You can check the latest sources with the command:
git clone https://github.com/crivero7/RackioAI.git
The RackioAI documentation can be found in Read the Docs
- Changelog
- Contributing guide
- Testing code