Giter Site home page Giter Site logo

shtress / ostis-metasystem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ostis-ai/ostis-metasystem

0.0 0.0 0.0 14.15 MB

Intellectual ostis-system for the lifecycle management of ostis-systems

Home Page: https://ims.ostis.net/

License: MIT License

Shell 2.26% C++ 7.21% Python 2.43% HTML 86.69% CMake 1.41%

ostis-metasystem's Introduction

ostis-metasystem

license

This repository is a storage of the Metasystem of the OSTIS Project.

OSTIS Metasystem contains:

  1. OSTIS Platform to interpret sc-models
  2. sc-models of the OSTIS Metasystem
    1. OSTIS Metasystem knowledge base
    2. OSTIS Metasystem problem solver
    3. OSTIS Metasystem user interface

To learn more about the OSTIS Metasystem, check out our documentation.

Installation

  • Natively

    Note: Currently, only Linux (Ubuntu-20.04, Ubuntu-22.04) and macOS are supported by this installation method. If you're going to use it, it might take a while to download dependencies and compile the components. Use it only if you know what you're doing!

    git clone https://github.com/ostis-ai/ostis-metasystem
    cd ostis-metasystem
    ./scripts/install_metasystem.sh

Usage

  • Native

    # Launch cxx problem solver
    ./scripts/run_cxx_ps.sh
    # *in another terminal*
    # Launch user interface at localhost:8000
    ./scripts/run_ui.sh

Documentation

We document all information about the project development and its components' implementation in sources of its knowledge base to provide opportunity to use it in information processing and knowledge generation.

You can access the current version of the documentation in docs/main.pdf file of this project.

Documentation is written with the help of LaTeX tools in SCn-code representation. To build documentation manually, you'll need a LaTeX distribution installed on your computer. Alternatively, we provide a Docker image to build the documentation in case you can't / don't want to install LaTeX on your PC.

Download scn-tex-plugin and documentation for subprojects

  • 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"

    After the compilation, the main.pdf file should appear at ostis-metasystem/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 MIT License. See LICENSE for more information.

ostis-metasystem's People

Contributors

nikitazotov avatar makarenkoai avatar mksmorlov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.