Skip to content

isee4xai/iSeeCockpit

Repository files navigation

iSee Cockpit

DOI

The iSee Cockpit serves as a user-friendly, web-based dashboard that allows both design users and end users to seamlessly interact with the iSee Platform. This intuitive tool is currently in development as an integral component of the larger iSee project.

Screenshots

Authentication

1login

Usecases and creation

2usecases

Usecase Management

3manage

Manage AI Model

4model

Manage Dataset

5config

Manage Personas

6personas

Manage Dataset

7eval

Explainer Library

8explainers

Dialog Manager

10dialog2

Setup Guide

Create a fork from the iSee Repo

Clone the forked repo

Install node_modules:

npm install

or

yarn

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

LOCAL DOCKER

docker build -f Dockerfile.dev -t isee4xai/cockpit:dev .

docker-compose  --file docker-compose.dev.yml up -d --build

Deployment Docker Setup

docker build -f Dockerfile.prod -t isee4xai/cockpit:prod .
docker-compose  --file docker-compose.prod.yml up -d --build