Changed initial linking accordoing to target repository

This commit is contained in:
ivanmilevtues 2025-06-25 16:01:03 +02:00
parent 1250ef5cb1
commit 852355210e

View File

@ -11,11 +11,11 @@ graph LR
Core_Processing_Engine -- "relies on" --> Model_Weight_Management
Core_Processing_Engine -- "processes with" --> Image_Preprocessing_Utilities
Model_Weight_Management -- "manages" --> Deep_Learning_Models
click DeepFace_API_Entry_Points href "https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/DeepFace_API_Entry_Points.md" "Details"
click Core_Processing_Engine href "https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/Core_Processing_Engine.md" "Details"
click Model_Weight_Management href "https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/Model_Weight_Management.md" "Details"
click Deep_Learning_Models href "https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/Deep_Learning_Models.md" "Details"
click Image_Preprocessing_Utilities href "https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/Image_Preprocessing_Utilities.md" "Details"
click DeepFace_API_Entry_Points href "https://github.com/serengil/deepface/blob/master/.codeboarding/DeepFace_API_Entry_Points.md" "Details"
click Core_Processing_Engine href "https://github.com/serengil/deepface/blob/master/.codeboarding/Core_Processing_Engine.md" "Details"
click Model_Weight_Management href "https://github.com/serengil/deepface/blob/master/.codeboarding/Model_Weight_Management.md" "Details"
click Deep_Learning_Models href "https://github.com/serengil/deepface/blob/master/.codeboarding/Deep_Learning_Models.md" "Details"
click Image_Preprocessing_Utilities href "https://github.com/serengil/deepface/blob/master/.codeboarding/Image_Preprocessing_Utilities.md" "Details"
```
[![CodeBoarding](https://img.shields.io/badge/Generated%20by-CodeBoarding-9cf?style=flat-square)](https://github.com/CodeBoarding/GeneratedOnBoardings)[![Demo](https://img.shields.io/badge/Try%20our-Demo-blue?style=flat-square)](https://www.codeboarding.org/demo)[![Contact](https://img.shields.io/badge/Contact%20us%20-%20contact@codeboarding.org-lightgrey?style=flat-square)](mailto:contact@codeboarding.org)
@ -30,10 +30,10 @@ This component serves as the primary interface for users to interact with the De
**Related Classes/Methods**:
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/DeepFace.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.DeepFace` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/api/src/app.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.api.src.app` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/api/src/modules/core/routes.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.api.src.modules.core.routes` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/api/src/modules/core/service.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.api.src.modules.core.service` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/DeepFace.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.DeepFace` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/api/src/app.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.api.src.app` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/api/src/modules/core/routes.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.api.src.modules.core.routes` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/api/src/modules/core/service.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.api.src.modules.core.service` (1:1)</a>
### Core Processing Engine [[Expand]](./Core_Processing_Engine.md)
@ -42,12 +42,12 @@ The heart of the DeepFace library, this component implements the core logic for
**Related Classes/Methods**:
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/modules/detection.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.detection` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/modules/representation.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.representation` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/modules/verification.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.verification` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/modules/demography.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.demography` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/modules/recognition.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.recognition` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/modules/streaming.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.streaming` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/modules/detection.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.detection` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/modules/representation.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.representation` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/modules/verification.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.verification` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/modules/demography.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.demography` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/modules/recognition.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.recognition` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/modules/streaming.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.streaming` (1:1)</a>
### Model & Weight Management [[Expand]](./Model_Weight_Management.md)
@ -56,8 +56,8 @@ This component is responsible for the dynamic loading, building, caching, and ma
**Related Classes/Methods**:
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/modules/modeling.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.modeling` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/commons/weight_utils.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.commons.weight_utils` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/modules/modeling.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.modeling` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/commons/weight_utils.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.commons.weight_utils` (1:1)</a>
### Deep Learning Models [[Expand]](./Deep_Learning_Models.md)
@ -78,8 +78,8 @@ A collection of essential helper functions for handling image data. This include
**Related Classes/Methods**:
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/commons/image_utils.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.commons.image_utils` (1:1)</a>
- <a href="https://github.com/CodeBoarding/deepface/blob/master/.codeboarding/deepface/modules/preprocessing.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.preprocessing` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/commons/image_utils.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.commons.image_utils` (1:1)</a>
- <a href="https://github.com/serengil/deepface/blob/master/.codeboarding/deepface/modules/preprocessing.py#L1-L1" target="_blank" rel="noopener noreferrer">`deepface.modules.preprocessing` (1:1)</a>