This repository has been archived by the owner on Jan 14, 2025. 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.
* Edited main table * Add lab01 * Rm .vscode * Add checkmark for lab 2 * Add lab 2 * Fix build * Change printf_s to printf * Adjust readme.md * Add lab 3 * Adjust readme.md * Change readme.md * Adjust launcher file * Add checkmark for lab 4 * Add lab 4 --------- Co-authored-by: Yana Sitkovets <[email protected]>
- Loading branch information
1 parent
71008f6
commit 1cabc4b
Showing
5 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
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
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.
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,51 @@ | ||
<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"</p> | ||
<br><br><br><br><br> | ||
<p align="right">Выполнил:</p> | ||
<p align="right">Студент 2 курса</p> | ||
<p align="right">Группы ИИ-26</p> | ||
<p align="right">Яшков П.А.</p> | ||
<p align="right">Проверила:</p> | ||
<p align="right">Ситковец Я.С.</p> | ||
<br><br><br><br><br> | ||
<p align="center">Брест 2024</p> | ||
|
||
--- | ||
## Общее задание: ## | ||
### 1. Изучить [руководство](https://github.com/ostis-apps/nika). | ||
|
||
### 2. Запустить данный проект на локальной машине (домашний персональный компьютер, ноутбук, рабочая машина в аудитории и т.п.). Продемонстрировать работу проекта преподавателю. | ||
|
||
### 3. Написать отчет по выполненной работе в .md формате (readme.md) и с помощью pull request разместить его в следующем каталоге: trunk\ii0xxyy\task_04\doc. | ||
|
||
--- | ||
## Команда для запуска: | ||
``` | ||
docker compose up --no-build | ||
``` | ||
### Эта команда запускает 2 веб-интерфейса: ### | ||
|
||
#### ```localhost:8000``` #### | ||
|
||
#### ```localhost:3033``` #### | ||
--- | ||
### Результат: ### | ||
|
||
*Возможности NIKA* | ||
![sc-web](./1.jpg) | ||
|
||
*Расширенные возможности:* | ||
![dialogue web UI](./2.jpg) | ||
|
||
|
||
#### Docker Desktop: #### | ||
![Результат:](./3.jpg) | ||
|
||
### Вывод: ### | ||
*Ознакомился с проектом NIKA и его запуском на локальной машине.* |