File size: 2,284 Bytes
1966c49
5a4908c
1966c49
 
 
 
 
 
 
 
 
 
 
dbb6e1a
 
 
 
a0d592e
dbb6e1a
 
 
 
 
 
 
 
 
 
 
 
 
1966c49
dbb6e1a
 
 
 
 
 
 
 
1966c49
dbb6e1a
 
 
 
 
 
1966c49
 
 
dbb6e1a
1966c49
dbb6e1a
1966c49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
license: mit
tags:
- docker
- deep-learning
- computer-vision
- solder-joint-classification
- offline
- air-gapped
datasets:
- docker-image
---

# ๐Ÿณ DNP AI Project - Docker Image (Offline Version)

This repository provides an **offline Docker image** for the `DNP_AI_Tool` project, which automates solder joint classification using deep learning.

๐Ÿ“ฆ You can download and run the Docker image without needing to pull it from Docker Hubโ€”perfect for **offline environments**.

---

## ๐Ÿ”— Original Project

The main project and source code are available here:
๐Ÿ‘‰ **GitHub:** [minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool)

---

## ๐Ÿ“„ Image Details

- **Docker Tag:** `minkim26/dnp_ai_project:latest`
- **Compressed Filename:** `dnpAItool.tar.gz`
- **Image Type:** Docker image exported with `docker save` and compressed with `gzip`
- **Base Platform:** Linux, suitable for x86_64 Docker environments

---

## ๐Ÿ’พ Download the Docker Image

Click below to download the compressed image file:
โžก๏ธ [Download `dnpAItool.tar.gz`](https://huggingface.co/minkim26/dnp_ai_project_docker/resolve/main/dnpAItool.tar.gz)

---

## ๐Ÿณ Load and Run the Image

### 1. Load the image into Docker:
```bash
gunzip -c dnpAItool.tar.gz | docker load
```

### 2. Run the container:
```bash
docker run -it --name dnp_ai_container minkim26/dnp_ai_project:latest
```

### 3. Access the application:
Once the container is running, you can access the DNP AI Tool interface according to the instructions in the original project repository.

---

## ๐Ÿ› ๏ธ System Requirements

- Docker installed and running
- Minimum 4GB RAM recommended
- x86_64 architecture
- At least 3GB free disk space for the extracted image

---

## ๐Ÿ“‹ Usage Notes

- This is a standalone Docker image that contains all necessary dependencies
- No internet connection required after download
- Perfect for secure or isolated environments
- Compatible with standard Docker commands and orchestration tools

---

## ๐Ÿค Support

For issues related to the Docker image setup, please refer to the original project repository:
[minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool)

---

## ๐Ÿ“„ License

This Docker image package follows the same license as the original DNP_AI_Tool project.