a package that use for esay way for deploy ml model with fastapi
Project description
FastMlOps
esay to deploy your ml model
example
from FastMlOps import FastMlOps
app = FastMlOps()
config = {
"method" : "POST" ,
"path" : "/getclass" ,
"inputModel" : {
"x" : int,
"y" : int
} ,
"responseModel" : {
"catagory" : str ,
"confidence" : float
},
"model" : "model1.h5"
}
app.createAPI(config)
- method : use for http method ex. GET , POST
- path : url path for test server
- inputModel : input of your ml model
- responseModel : output of your ml model
- model : path to your ml model ex. "/path/ml.h5"
connect to
http://localhost:8000/docs#/
enjoy for ez API
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
FastMlOps-0.0.2.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file FastMlOps-0.0.2.tar.gz.
File metadata
- Download URL: FastMlOps-0.0.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ea5867e85bdfbbd9da9ad084e4671f42b4d47584aac5342ffa766bd817dd0a9
|
|
| MD5 |
c24af7191eb8dfd1095c94de1f9076cf
|
|
| BLAKE2b-256 |
e00128cafe967c1bd61b8b3a189a1d3abc259294d2f3d18c32c222ee43264834
|
File details
Details for the file FastMlOps-0.0.2-py3-none-any.whl.
File metadata
- Download URL: FastMlOps-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2203218df5b4f4662bb55a8f04fee366cefcbf43ed4f580294aee62cfdb9bd0c
|
|
| MD5 |
977065a52a28e4d71431137357c1dad3
|
|
| BLAKE2b-256 |
c65997e3d65130db9ae3cddfa2d6b619329ca5f63bd18115ee5ba060c1be102c
|