Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π³ DNP AI Project - Docker Image (Offline Version)
|
| 2 |
|
| 3 |
This repository provides an **offline Docker image** for the `DNP_AI_Tool` project, which automates solder joint classification using deep learning.
|
|
@@ -9,7 +22,6 @@ This repository provides an **offline Docker image** for the `DNP_AI_Tool` proje
|
|
| 9 |
## π Original Project
|
| 10 |
|
| 11 |
The main project and source code are available here:
|
| 12 |
-
|
| 13 |
π **GitHub:** [minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool)
|
| 14 |
|
| 15 |
---
|
|
@@ -17,7 +29,7 @@ The main project and source code are available here:
|
|
| 17 |
## π Image Details
|
| 18 |
|
| 19 |
- **Docker Tag:** `minkim26/dnp_ai_project:latest`
|
| 20 |
-
- **Compressed Filename:** `
|
| 21 |
- **Image Type:** Docker image exported with `docker save` and compressed with `gzip`
|
| 22 |
- **Base Platform:** Linux, suitable for x86_64 Docker environments
|
| 23 |
|
|
@@ -26,14 +38,52 @@ The main project and source code are available here:
|
|
| 26 |
## πΎ Download the Docker Image
|
| 27 |
|
| 28 |
Click below to download the compressed image file:
|
| 29 |
-
|
| 30 |
-
β‘οΈ [Download `dnp_ai_project.tar.gz`](https://huggingface.co/datasets/minkim26/dnp_ai_project_docker/resolve/main/dnp_ai_project.tar.gz)
|
| 31 |
|
| 32 |
---
|
| 33 |
|
| 34 |
## π³ Load and Run the Image
|
| 35 |
|
| 36 |
### 1. Load the image into Docker:
|
|
|
|
|
|
|
|
|
|
| 37 |
|
|
|
|
| 38 |
```bash
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- docker
|
| 5 |
+
- deep-learning
|
| 6 |
+
- computer-vision
|
| 7 |
+
- solder-joint-classification
|
| 8 |
+
- offline
|
| 9 |
+
- air-gapped
|
| 10 |
+
datasets:
|
| 11 |
+
- docker-image
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# π³ DNP AI Project - Docker Image (Offline Version)
|
| 15 |
|
| 16 |
This repository provides an **offline Docker image** for the `DNP_AI_Tool` project, which automates solder joint classification using deep learning.
|
|
|
|
| 22 |
## π Original Project
|
| 23 |
|
| 24 |
The main project and source code are available here:
|
|
|
|
| 25 |
π **GitHub:** [minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool)
|
| 26 |
|
| 27 |
---
|
|
|
|
| 29 |
## π Image Details
|
| 30 |
|
| 31 |
- **Docker Tag:** `minkim26/dnp_ai_project:latest`
|
| 32 |
+
- **Compressed Filename:** `dnpAItool.tar.gz`
|
| 33 |
- **Image Type:** Docker image exported with `docker save` and compressed with `gzip`
|
| 34 |
- **Base Platform:** Linux, suitable for x86_64 Docker environments
|
| 35 |
|
|
|
|
| 38 |
## πΎ Download the Docker Image
|
| 39 |
|
| 40 |
Click below to download the compressed image file:
|
| 41 |
+
β‘οΈ [Download `dnpAItool.tar.gz`](https://huggingface.co/minkim26/dnp_ai_project_docker/resolve/main/dnpAItool.tar.gz)
|
|
|
|
| 42 |
|
| 43 |
---
|
| 44 |
|
| 45 |
## π³ Load and Run the Image
|
| 46 |
|
| 47 |
### 1. Load the image into Docker:
|
| 48 |
+
```bash
|
| 49 |
+
gunzip -c dnpAItool.tar.gz | docker load
|
| 50 |
+
```
|
| 51 |
|
| 52 |
+
### 2. Run the container:
|
| 53 |
```bash
|
| 54 |
+
docker run -it --name dnp_ai_container minkim26/dnp_ai_project:latest
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
### 3. Access the application:
|
| 58 |
+
Once the container is running, you can access the DNP AI Tool interface according to the instructions in the original project repository.
|
| 59 |
+
|
| 60 |
+
---
|
| 61 |
+
|
| 62 |
+
## π οΈ System Requirements
|
| 63 |
+
|
| 64 |
+
- Docker installed and running
|
| 65 |
+
- Minimum 4GB RAM recommended
|
| 66 |
+
- x86_64 architecture
|
| 67 |
+
- At least 3GB free disk space for the extracted image
|
| 68 |
+
|
| 69 |
+
---
|
| 70 |
+
|
| 71 |
+
## π Usage Notes
|
| 72 |
+
|
| 73 |
+
- This is a standalone Docker image that contains all necessary dependencies
|
| 74 |
+
- No internet connection required after download
|
| 75 |
+
- Perfect for secure or isolated environments
|
| 76 |
+
- Compatible with standard Docker commands and orchestration tools
|
| 77 |
+
|
| 78 |
+
---
|
| 79 |
+
|
| 80 |
+
## π€ Support
|
| 81 |
+
|
| 82 |
+
For issues related to the Docker image setup, please refer to the original project repository:
|
| 83 |
+
[minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool)
|
| 84 |
+
|
| 85 |
+
---
|
| 86 |
+
|
| 87 |
+
## π License
|
| 88 |
+
|
| 89 |
+
This Docker image package follows the same license as the original DNP_AI_Tool project.
|