Containerised version of Intersystems iknow for natural language processing.
Further details - https://github.com/intersystems/iknow
To run in Python:
docker run --rm -it --entrypoint python3.8 ramb0/iknow /usr/local/iknow/modules/iknowpy/tests/test.py
where /usr/local/iknow/modules/iknowpy/tests/test.py is an Intersystems example script.
To run in Rust:
docker run --rm --entrypoint /bin/bash -it ramb0/iknow -c "cd /usr/local/rust/iknow && cargo run"
Where the application iknow contains example code taken from the repo referenced above.
Content type
Image
Digest
Size
724.7 MB
Last updated
almost 5 years ago
docker pull ramb0/iknow