https://github.com/deeppavlov/p_srv
Paraphraser microservice
https://github.com/deeppavlov/p_srv
Last synced: 3 months ago
JSON representation
Paraphraser microservice
- Host: GitHub
- URL: https://github.com/deeppavlov/p_srv
- Owner: deeppavlov
- Created: 2017-08-21T15:19:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T14:32:31.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T19:22:15.999Z (over 1 year ago)
- Language: Python
- Size: 4.15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paraphraser microservice
```sh
docker run --rm -d -h p_srv.local \
--name p_srv \
-e "AMQP_URI=amqp://user:password@host" \
-v /data/paraphraser:/data \
seliverstov/p_srv:latest
```