Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.47 KB

README.md

File metadata and controls

56 lines (38 loc) · 2.47 KB

scl-machine

CI license

Quick Start Docs Community

scl-machine is an inference module designed for the OSTIS Technology. scl-machine serves as a crucial inference engine within the OSTIS Technology, leveraging semantic technologies to enhance intelligent systems' capabilities in reasoning and knowledge processing.

Getting started

To get started, check out our quick start guide.

Documentation

  • A brief user manual and developer docs are hosted on our GitHub Pages.

    • Build documentation locally
      pip3 install mkdocs mkdocs-material
      mkdocs serve
      # and open http://127.0.0.1:8006/ in your browser
  • Documentation about implementation of components is located in docs/main.pdf file of this project.

    • Build documentation locally
      • Build steps (using LaTeX)

        cd docs
        TEXINPUTS=./scn: latexmk -pdf -bibtex main.tex
      • Build steps (using Docker)

        docker run -v ${PWD}:/workdir --rm -it ostis/scn-latex-plugin:latest "docs/main.tex"
      • Download scn-tex-plugin and documentation for subprojects

        After the compilation, the main.pdf file should appear at scl-machine/docs/. You can find more information about scn-latex-plugin here.

Feedback

Contributions, bug reports and feature requests are welcome! Feel free to check our issues page and file a new issue (or comment in existing ones).

License

Distributed under the Apache License. Check LICENSE for more information.