Powering spaCy with Wave
Project description
WaCy
Powering spaCy with Wave.
Installation
- Download and run the H2O Wave server.
For Linux:
wget https://github.com/h2oai/wave/releases/download/v0.13.0/wave-0.13.0-linux-amd64.tar.gz
tar -xvzf wave-0.13.0-linux-amd64.tar.gz
cd wave-0.13.0-linux-amd64
./waved
You should see an output like:
#
# ┌─────────────────────────┐
# │ ┌ ┌ ┌──┐ ┌ ┌ ┌──┐ │ H2O Wave
# │ │ ┌──┘ │──│ │ │ └┐ │ 0.13.0 20210306054523
# │ └─┘ ┘ ┘ └──┘ └─┘ │ © 2021 H2O.ai, Inc.
# └─────────────────────────┘
#
- Install the WaCy package
From GitHub:
git clone https://github.com/thewaverguy/wacy.git
cd wacy
python3 -m venv venv
venv/bin/pip install -r requirements.txt
- Download spaCy models
venv/bin/python -m spacy download en_core_web_sm
venv/bin/python -m spacy download en_core_web_md
- Run WaCy app
venv/bin/wave run apps.01_base
The app will be available on http://localhost:10101/wacy
License
This project is licensed under the Apache License 2.0
Credits
spaCy: https://spacy.io/
Wave: https://h2oai.github.io/wave/
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
wacy-0.0.1.tar.gz
(4.1 kB
view details)
Built Distribution
wacy-0.0.1-py3-none-any.whl
(9.8 kB
view details)
File details
Details for the file wacy-0.0.1.tar.gz
.
File metadata
- Download URL: wacy-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c569566e5523cdd3821dd7976aaf94c308afca34bf153541bbde58d136d11190 |
|
MD5 | 7cecc9679f678fac1a9dbf9d5449e63a |
|
BLAKE2b-256 | 452e1f55a988916974ff009efa266633702d9ed98a20124bb490690c3a69cfdc |
File details
Details for the file wacy-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: wacy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e0d96e3b19aa1b2fbf6f146e7438dcb007d3dabd35ae3a14ffea7abfedd6294 |
|
MD5 | 130f9f2ad6eeafd4a78e150d4e709d72 |
|
BLAKE2b-256 | 085beac235c409a80e1be06b0c23d57396462d138139f832bde43d5ad3928c9a |