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

[task_04] Add problem solution #407

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
| 15 | Маслакова Ксения | | ❌ | ❌ | ❌ | ❌ | | | | | |
| 16 | [Медведь Павел](https://github.com/Dizzers) |[ii02316](trunk/ii02316) | ✅ | ✅ | ✅ | ✅ | ✅ | | | | 8|
| 17 | Новицкая Вероника |[ii02317](trunk/ii02317) | ✅ | ✅ | ✅ | ❌ | ✅ | | | | 6|
| 18 | Осипова Алла | | ❌ | ❌ | ❌ | ✅ | | | | | |
| 18 | [Осипова Алла](https://github.com/allaospw) |[ii02318](trunk/ii02318) | ❌ | ❌ | ❌ | ✅ | | | | | 7 |
| 19 | [Палто Елена](https://github.com/AlenaSokol) |[ii02319](trunk/ii02319) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |(научная работа) 10|
| 20 | [Романюк Алексей](https://github.com/Gomziakoff) |[ii02320](trunk/ii02320) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | 9|
| 21 | [Скварнюк Давид](https://github.com/Bidway) |[ii02321](trunk/ii02321) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | 9|
Expand Down
31 changes: 31 additions & 0 deletions trunk/ii02318/task_04/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<p align="center">Министерство образования Республики Беларусь</p>
<p align="center">Учреждение образования</p>
<p align="center">“Брестский Государственный технический университет”</p>
<p align="center">Кафедра ИИТ</p>
<br><br><br><br><br><br><br>
<p align="center">Лабораторная работа №4</p>
<p align="center">По дисциплине “Общая теория интеллектуальных систем”</p>
<p align="center">Тема: “Работа с проектом "NIKA" (Intelligent Knowledge-driven Assistant)”</p>
<br><br><br><br><br>
<p align="right">Выполнила:</p>
<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>

---

# Запуск проекта

Было изучено руководство по работе с проектом "NIKA", проект был запущен на локальной машине(ноутбуке).
После команды ```docker compose up --no-build``` происходит запуск веб-интерфейсов:
sc-web - ```localhost:8000```,
dialogue web UI - ```localhost:3033```.

# Результаты работы
![](result1.png)
![](result2.png)
![](result3.png)
Binary file added trunk/ii02318/task_04/result1.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/ii02318/task_04/result2.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/ii02318/task_04/result3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.