Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Information

Daniel Federschmidt edited this page Oct 6, 2017 · 1 revision

Get model information

Returns information about the deployed model.

  • URL: /

  • Method: GET

  • Success Response:

{
  "labels": [
    "4", 
    "2", 
    "3", 
    "1"
  ], 
  "nlabels": 4, 
  "nwords": 95811
}

fasttext-server

Clone this wiki locally