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 #385

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 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 @@ -33,7 +33,7 @@
| 14 | [Макаревич Никита](https://github.com/sosiska52) |[ii02314](trunk/ii02314) | ✅ | ✅ | ✅ | ❌ | ✅ | | | | 7|
| 15 | Маслакова Ксения | | ❌ | ❌ | ❌ | ❌ | | | | | |
| 16 | [Медведь Павел](https://github.com/Dizzers) |[ii02316](trunk/ii02316) | ✅ | ✅ | ✅ | ✅ | ✅ | | | | 8|
| 17 | Новицкая Вероника |[ii02317](trunk/ii02317) | ✅ | ✅ | | ❌ | | | | | 6|
| 17 | Новицкая Вероника |[ii02317](trunk/ii02317) | ✅ | ✅ | | ❌ | | | | | 6|
| 18 | Осипова Алла | | ❌ | ❌ | ❌ | ❌ | | | | | |
| 19 | [Палто Елена](https://github.com/AlenaSokol) |[ii02319](trunk/ii02319) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |(научная работа) 10|
| 20 | [Романюк Алексей](https://github.com/Gomziakoff) |[ii02320](trunk/ii02320) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | 9|
Expand Down
Binary file added trunk/ii02317/task_04/doc/1.jpg
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/ii02317/task_04/doc/2.jpg
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/ii02317/task_04/doc/3.jpg
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/ii02317/task_04/doc/4.jpg
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/ii02317/task_04/doc/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions trunk/ii02317/task_04/doc/report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<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>

---

# Общее задание #
1. Изучить руководство.

2. Запустить данный проект на локальной машине (домашний персональный компьютер, ноутбук, рабочая машина в аудитории и т.п.). Продемонстрировать работу проекта преподавателю.

3. Написать отчет по выполненной работе в .md формате (readme.md) и с помощью pull request разместить его в следующем каталоге: trunk\ii0xxyy\task_04\doc.


---

# Выполнение задания #

Изучив руководство, я установила docker, а затем по руководству установила проект NIKA. Запустив его на своем ноутбуке и протестировав его я приобрела некоторый опыт работы с этим проектом. Скриншоты снятые во время тестов в процессе работы с этим проектом представлены ниже.

Запуск:
```
docker compose up --no-build
```
Эта команда запуcкает 2 вeб-интeрфейсa:

sc-веб: ```localhost:8000```

Веб-диалог пользовательского интерфейса: ```localhost:3033```

установка:

![Вывод:](1.jpg)

sc-веб:

![Вывод:](2.jpg)
![Вывод:](3.jpg)

Веб-диалог пользовательского интерфейса:

![Вывод:](4.jpg)
![Вывод:](5.jpg)