hosting nlp models for demo purpose
Project description
nlp2go - hosting nlp models for demo purpose
Example
hosting single model
nlp2go --model model_path --predictor biotag
hosting multiple models
- create a json file as below:
{
"API1_PATH": {
"model": "model1_path",
"predictor": "predictor_tag"
},
"API2_PATH": {
"model": "model2_path",
"predictor": "predictor_tag"
}
}
- run
nlp2go --json json_file_path
Installation
Installing via pip
pip install nlp2go
Running nlprep
Once you've installed nlprep, you can run with
python -m nlp2go.server
# local version
or
nlp2go
# pip installed version
and the following parameter:
$ nlp2go
arguments:
--model model path
or
--json json file include models setting
--outdir processed result output directory
optional arguments:
-h, --help show this help message and exit
--predictor formatting result on different kind of task ['biotag', 'tag', 'default']
--path api path
--port api hosting port
--cli command line mode
Json file example
{
"API1_PATH": {
"model": "model1_path",
"predictor": "predictor_tag"
},
"API2_PATH": {
"model": "model2_path",
"predictor": "predictor_tag"
}
}
Expose application over the web
I recommend using ngrok to expose this api for demo purpose
Ngrok: https://ngrok.com
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
nlp2go-0.0.7.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file nlp2go-0.0.7.tar.gz
.
File metadata
- Download URL: nlp2go-0.0.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5943cfca4f4f0e4fd72acb763df921486c3d2b37923bed4670858ce7db374ef0 |
|
MD5 | 5a36d5893e4c76c1d85a00a5d96c90e9 |
|
BLAKE2b-256 | 9f80486c7e7ed36e7c333de32baaa4e2e6d57ef26081e5243d72b06b400866da |
File details
Details for the file nlp2go-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: nlp2go-0.0.7-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d16661864144d03ca39cd974cafd29e361cbdfb5c854c036685fab684e542e4 |
|
MD5 | 497a9bf11741b5f144d93f5259e2618d |
|
BLAKE2b-256 | ddb15078767511a070d3928e90d6541dfdc6b164c828a58bf690b95dd6dc300b |