Skip to content

Structure of the project

Eugenia Oshurko edited this page Apr 29, 2020 · 11 revisions

Structure of the project

The KAMIStudio repository consists of the following directories:

  • kamistudio the main KAMIStudio application package
  • examples a set of example .JSON files that can be used to import a corpus, interactions and a model.
  • db a set of database resources needed for configuring Neo4j in the KAMIStudio Docker container.

and the following files:

  • setup.py
  • configure.py
  • run.sh
  • Dockerfile
  • docker-compose.yml

Let's have a closer look at the directories:

Package kamistudio

Blueprint packages

  • home
  • corpus
  • model
  • action_graph
  • nuggets
  • definitions

Flask-specific packages

  • static
  • templates
  • instance
Clone this wiki locally