This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<b><p align="center"> Министерство образования Республики Беларусь</p> | ||
<p align="center">Учреждение образования</p> | ||
<p align="center">“Брестский Государственный технический университет”</p> | ||
<p align="center">Кафедра ИИТ</p></b> | ||
<br><br><br><br><br><br><br> | ||
<b><p align="center">Лабораторная работа №4</p></b> | ||
<p align="center">По дисциплине “Общая теория интеллектуальных систем”</p> | ||
<p align="center">Тема: “Работа с проектом "NIKA" (Intelligent Knowledge-driven Assistant)”</p> | ||
<br><br><br><br><br> | ||
<b> <p align="right">Выполнил:</p></b> | ||
<p align="right">Студент 2 курса</p> | ||
<p align="right">Группы ИИ-23</p> | ||
<p align="right">Швороб В.А.</p> | ||
<p align="right">Проверил:</p> | ||
<p align="right">Иванюк Д. С.</p> | ||
<br><br><br><br><br> | ||
<p align="center">Брест 2023</p> | ||
|
||
--- | ||
|
||
# Задание лабораторной работы | ||
|
||
1. Изучить руководство. | ||
|
||
2. Запустить данный проект на локальной машине (домашний персональный компьютер, ноутбук, рабочая машина в аудитории и т.п.). Продемонстрировать работу проекта преподавателю. | ||
|
||
3. Написать отчет по выполненной работе в .md формате (readme.md) и с помощью pull request разместить его в следующем каталоге: trunk\ii0xxyy\task_04\doc. | ||
|
||
# Установка "NIKA" (Intelligent Knowledge-driven Assistant)” | ||
|
||
Команда для установки: | ||
|
||
``` | ||
git submodule update --init --recursive | ||
``` | ||
|
||
![Команда для установки](setup.png) | ||
|
||
# Запуск и работа | ||
|
||
Команда для запуска: | ||
|
||
``` | ||
docker compose up --no-build | ||
``` | ||
|
||
![работа](run.png) | ||
|
||
Происходит запуск двух веб-интерфейсов: | ||
|
||
``` | ||
localhost:8000 | ||
``` | ||
|
||
![работа](back.png) | ||
Веб-диалог пользовательского интерфейса: | ||
|
||
``` | ||
localhost:3033 | ||
``` | ||
|
||
![работа](web.png) | ||
![работа](webw.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.