duckling:v0.2.0.1
Official GitHub repo https://github.com/facebook/duckling
docker run -d -p 8000:8000 --name duckling_container bbkudk/facebook_duckling
curl -XPOST http://0.0.0.0:8000/parse --data 'locale=en_US&text="4111-1111-1111-1111"&dims=["credit-card-number"]'
curl -XPOST http://0.0.0.0:8000/parse --data 'locale=en_US&text=today at 9am'
FROM haskell:9.12.2-slim-bookworm AS builder
FROM debian:12.11-slim AS runtime
Content type
Image
Digest
sha256:adaf462f4…
Size
35.2 MB
Last updated
about 1 year ago
docker pull bbkudk/facebook_duckling