The IndoeAi.com helper package
Project description
This package includes helper scripts for interfacing your machine learning code with the IndoeAi.com containerization code.
How to implement
from inodeai import inodeai
# transform input data against your model (or whatever you want)
# If an error occured please thwor an error message
def modify_data(inputdataPath,outputdataPath):
# take data from inputdataPath
# Transform that data data via your required model
# to save data write outputdataPath
# Return None if no error come.
# return an error msg if any error ocuured .
please intialize your model or other thing before using wait_for_request
inodeai.wait_for_requests(process_data)
run via command line arguments
python test.py serve input.csv output.csv
usage: test.py [-h] {run} ...
options: -h, --help show this help message and exit
subcommands: {run} commands to choose from run run this model once from the command line
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 Distribution
inodeai-0.0.6.tar.gz
(10.0 kB
view details)
Built Distribution
inodeai-0.0.6-py3-none-any.whl
(11.3 kB
view details)
File details
Details for the file inodeai-0.0.6.tar.gz
.
File metadata
- Download URL: inodeai-0.0.6.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13e2be425a87e2ccc3a3905616e8fa6648f096e44789cbfede422e203b9bb83d |
|
MD5 | 26f244e0e3fe08d07fe264f2320cd592 |
|
BLAKE2b-256 | 939199ed156186919e1f8cd77db79b2f02ee384be69459755f3c70de1e652169 |
File details
Details for the file inodeai-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: inodeai-0.0.6-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a06e414e0554217a487e4f4bfa72dd7a8b61cdd5116e31d7739b4effba044a7 |
|
MD5 | 163baef10ddcbd74a7e5e8396776add5 |
|
BLAKE2b-256 | bd39b672f05dbfd767e758853a6c3568fce46bf1c0aba48bde50e8b3b2aa09bf |