Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
[task_04] Add problem solution (#391)
Browse files Browse the repository at this point in the history
* [task_04]

* readme

---------

Co-authored-by: Lapin Vladimir <[email protected]>
  • Loading branch information
Ampersand04 and LapinVladimir authored Dec 23, 2023
1 parent b026cc8 commit d767991
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
| 20 | [Романюк Алексей](https://github.com/Gomziakoff) |[ii02320](trunk/ii02320) ||||||| | | 9|
| 21 | [Скварнюк Давид](https://github.com/Bidway) |[ii02321](trunk/ii02321) ||||||| | | 9|
| 22 | [Тутина Елизавета](https://github.com/Eliza0756) |[ii02322](trunk/ii02322) ||||| | | | | 7|
| 23 | Швороб Владислав | ||||| | | | | 6|
| 23 | Швороб Владислав | ||||| | | | | 7|

## Группа ИИ-24
|| ФИО | Directory name | #0 | #1 | #2 | #3 | #4 | #5 | #6 | #7 | Рейтинг |
Expand Down
Binary file added trunk/II02323/task_04/doc/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions trunk/II02323/task_04/doc/otchet.md
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)
Binary file added trunk/II02323/task_04/doc/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added trunk/II02323/task_04/doc/setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added trunk/II02323/task_04/doc/web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added trunk/II02323/task_04/doc/webw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d767991

Please sign in to comment.