Simple demo server for AllenNLP models and training config builder.
Project description
Installation
From PyPI
allennlp-server
is available on PyPI. To install with pip
, just run
pip install allennlp-server
Note that the allennlp-server
package is tied to the allennlp
core package and allennlp-models
package. Therefore when you install the server package you will get the latest compatible version of allennlp
and allennlp-models
(if you haven't already installed allennlp
or allennlp-models
). For example,
pip install allennlp-server
pip freeze | grep allennlp
# > allennlp==2.2.0
# > allennlp-models==2.2.0
# > allennlp-server==1.0.0
From source
You can install AllenNLP Server by cloning our git repository:
git clone https://github.com/allenai/allennlp-server
Create a Python 3.8 virtual environment, and install AllenNLP Server in editable
mode by running:
pip install --editable .
Running AllenNLP Server
AllenNLP Server is a plugin for AllenNLP which adds a "serve" subcommand:
allennlp serve --help
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
Built Distribution
Hashes for allennlp_server-1.0.0rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84a90e126f65908b813c7c0e29647fc8f3b3ad398f1d72666f0b06070ce57b7f |
|
MD5 | f0ec950325a53224fe3c88d68df54270 |
|
BLAKE2b-256 | 871129d16dec44f5888d37c4902fcb01a4ea15494adafb7362088fbe9fdbe9dc |