Update my_model/utilities/readme.txt
Browse files
my_model/utilities/readme.txt
CHANGED
@@ -2,7 +2,7 @@ Directory Overview
|
|
2 |
|
3 |
This directory contains two essential files for the overall project as well as the demo application:
|
4 |
|
5 |
-
1.
|
6 |
|
7 |
This module provides a collection of utility functions and classes commonly used across various parts of the application. These utilities include functions for displaying images, checking the runtime environment, generating paths, and managing GPU resources.
|
8 |
|
@@ -24,7 +24,7 @@ Notes:
|
|
24 |
|
25 |
|
26 |
|
27 |
-
2.
|
28 |
|
29 |
The UIManager class manages the user interface for the Streamlit application, handling the creation and navigation of various tabs.
|
30 |
|
|
|
2 |
|
3 |
This directory contains two essential files for the overall project as well as the demo application:
|
4 |
|
5 |
+
1. gen_utilities.py
|
6 |
|
7 |
This module provides a collection of utility functions and classes commonly used across various parts of the application. These utilities include functions for displaying images, checking the runtime environment, generating paths, and managing GPU resources.
|
8 |
|
|
|
24 |
|
25 |
|
26 |
|
27 |
+
2. ui_manager.py
|
28 |
|
29 |
The UIManager class manages the user interface for the Streamlit application, handling the creation and navigation of various tabs.
|
30 |
|