Skip to content

Commit b5eceb5

Browse files
committed
added a link to the documentation
correction of readme
1 parent 20a3738 commit b5eceb5

4 files changed

Lines changed: 14 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Cognition Creators - Image Classification Web Service
22
- [Read in English](README_en.md)
33

4+
## Документація
5+
6+
- [Дивитися документацію онлайн](https://it-school-goit.github.io/FinalProjectGoitDataScience/)
7+
8+
49
## Опис проекту
510

611
Cognition Creators - це багатофункціональний веб-сервіс, що використовує сучасні технології штучного інтелекту для класифікації зображень та взаємодії з користувачами. Основою проекту є згорткові нейронні мережі (CNN) 🧠, які дозволяють класифікувати зображення на основі тренованих моделей. Сервіс надає користувачам можливість завантажувати зображення 🖼️, тренувати моделі, отримувати результати класифікації з високою точністю 🔍, а також взаємодіяти з сервісом через додаткові функції.
@@ -76,11 +81,3 @@ Cognition Creators - це багатофункціональний веб-сер
7681
- Release 1.2 - implement feature 11-13
7782
- Release 2.0 - implement user iteraction interface (replace terminal commands iteraction)
7883

79-
80-
## Branch naming
81-
Use feature / release flow style Example: branch name to work on feature feature/Ticket## branch name for releale releale/release-1.0 major branch always main
82-
83-
1. Keep main always in working condition (No errors,failures allowed) , merge into main releale branches only after PR approves from team members , merged branch should be green .
84-
2. Never!!!!! rename main branch
85-
3. To start work on new feature ticket , create new branch from upcoming release branch . When work on feature done , create Pull Request into release branch , add reviewers into your PR. After work on PR comments and final approves from team merge feature branch into release branch.
86-
4. Do not temper to add comments into your code . Team members will appreciate your work.

README_en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Cognition Creators - Image Classification Web Service
22
- [Читати українською](README_uk.md)
33

4+
## Документація
5+
6+
- [View documentation online](https://it-school-goit.github.io/FinalProjectGoitDataScience/)
7+
48
## Project Description
59

610
Cognition Creators is a multifunctional web service that utilizes modern AI technologies for image classification and user interaction. The core of the project is based on convolutional neural networks (CNN), which allow images to be classified based on trained models. The service provides users with the ability to upload images, train models, receive highly accurate classification results, and interact with the service through additional features.

README_uk.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Cognition Creators - Image Classification Web Service
22
- [Read in English](README_en.md)
33

4+
## Документація
5+
6+
- [Дивитися документацію онлайн](https://it-school-goit.github.io/FinalProjectGoitDataScience/)
7+
48
## Опис проекту
59

610
Cognition Creators - це багатофункціональний веб-сервіс, що використовує сучасні технології штучного інтелекту для класифікації зображень та взаємодії з користувачами. Основою проекту є згорткові нейронні мережі (CNN), які дозволяють класифікувати зображення на основі тренованих моделей. Сервіс надає користувачам можливість завантажувати зображення, тренувати моделі, отримувати результати класифікації з високою точністю, а також взаємодіяти з сервісом через додаткові функції.

templates/_fragments/copyright.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="col-md-6 text-center text-md-start mb-3 mb-md-3">
1212
<a class="border-bottom" href="{% url 'home:presentation_of_the_project' %}" style="margin-right: 20px;">{% trans "Презентація проекту" %}</a>
1313
<a class="border-bottom" href="{% url 'home:privacy_policy' %}" style="margin-right: 20px;">{% trans "Політика конфіденційності" %}</a>
14-
<a class="border-bottom" href="#" class="nav-item nav-link" style="margin-right: 20px;" target="_blank">{% trans "Документація" %}</a>
14+
<a class="border-bottom" href="https://it-school-goit.github.io/FinalProjectGoitDataScience/" class="nav-item nav-link" style="margin-right: 20px;" target="_blank">{% trans "Документація" %}</a>
1515
<a class="border-bottom" href="https://github.com/IT-School-GoIT/FinalProjectGoitDataScience/blob/main/notebook/vgg16_cifar10_final.ipynb" class="nav-item nav-link" target="_blank"> CIFAR-10</a>
1616
</div>
1717
</div>

0 commit comments

Comments
 (0)