ai-serving-server

View on PyPIReverse Dependencies (0)

0.0.0 ai_serving_server-0.0.0-py3-none-any.whl

Wheel Details

Project: ai-serving-server
Version: 0.0.0
Filename: ai_serving_server-0.0.0-py3-none-any.whl
Download: [link]
Size: 47921
MD5: abda390b9898ad86c296c7847f1e19a6
SHA256: 3708250a492734d6db0dc07593dd8340147b9d765c28eeb0919acc30465fc0cd
Uploaded: 2022-03-22 07:54:43 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ai-serving-server
Version: 0.0.0
Summary: Mapping a variable-length sentence to a fixed-length vector using BERT model (Server)
Author: Han Xiao
Author-Email: artex.xh[at]gmail.com
Home-Page: https://github.com/hanxiao/bert-as-service
License: MIT
Keywords: ai service tensorflow machine learning sentence encoding embedding serving
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: numpy
Requires-Dist: six
Requires-Dist: pyzmq (>=17.1.0)
Requires-Dist: GPUtil (>=1.3.0)
Requires-Dist: termcolor (>=1.1)
Requires-Dist: tensorflow (>=1.10.0); extra == "cpu"
Requires-Dist: tensorflow-gpu (>=1.10.0); extra == "gpu"
Requires-Dist: flask; extra == "http"
Requires-Dist: flask-compress; extra == "http"
Requires-Dist: flask-cors; extra == "http"
Requires-Dist: flask-json; extra == "http"
Requires-Dist: bert-serving-client; extra == "http"
Provides-Extra: cpu
Provides-Extra: gpu
Provides-Extra: http
Description-Content-Type: text/markdown
[Description omitted; length: 63759 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ai_serving/__init__.py sha256=jv2YF__bseklT3OWEzlqJ5qE24c4aWd5F4r0TTjOrWQ 65
ai_serving/server/__init__.py sha256=rJgmfqinY1hIgWVWcUFFRhqjOLrTufYbREiwIC3K6J8 15887
ai_serving/server/ai_server_service.py sha256=qXiPg9vc0Qdv6PJvmtEH0IDL-dSy08WxRrmxarg4CGM 1063
ai_serving/server/ai_worker.py sha256=t2rxP73ynuMjnP2JFZWBhMTzhB-LzsbuJoX16p-7Jjk 9953
ai_serving/server/benchmark.py sha256=5akuJBBtZiWyfzA3K06dswBfEe_fdGd_Jlms_XRjsO8 3179
ai_serving/server/helper.py sha256=OtGv1unw6lRlaC1QPIppuv02EhiLvIHgzQlxYHVTSoE 15785
ai_serving/server/http.py sha256=BvcEGEraDAWl7vB4Ax9xJc1TYfO2GxqL8zLLN4hyad4 10603
ai_serving/server/postsink.py sha256=USSiTAFERhOXLE3hUOzDo5cQNS5eA58AE34RNxce9iw 12913
ai_serving/server/protocol.py sha256=acJEJ3gFYfkphNaGjqoIW94nUsDD7kTVzgf0PDm5D4Y 4788
ai_serving/server/statistic.py sha256=f0iO-hlpBsPI-gmIW8vIrj5rCKC83B1mqdsWd8QXMSE 5485
ai_serving/server/zmq_decor.py sha256=AGbTR-CsRTOejRIHMtcRQDpmAWuLtNIkKpZS_jK7AK8 1929
ai_serving/server/cli/__init__.py sha256=ykpie784SpqAEvUkKkW4G-1rdXHLiXeLI5hTozEWmOE 3229
ai_serving_server-0.0.0.dist-info/METADATA sha256=GSpExaM2sDeADwcKY5SWP6-5h8VoHmX50jpbZfcCE_g 65032
ai_serving_server-0.0.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
ai_serving_server-0.0.0.dist-info/entry_points.txt sha256=3Fp37mmDeRU_ppQ0TEtkghbavu264R5xIZMThhNmnqM 169
ai_serving_server-0.0.0.dist-info/top_level.txt sha256=umhcmbZ2f1DM9REILwazfGUrh5VfReNL_Ne8jm1781k 11
ai_serving_server-0.0.0.dist-info/RECORD

top_level.txt

ai_serving

entry_points.txt

ai-serving-make = ai_serving.server.cli:main_make
ai-serving-start = ai_serving.server.cli:main
ai-serving-terminate = ai_serving.server.cli:terminate