Skip to content

Commit 944c47d

Browse files
committed
Edit readme
1 parent 85e7b2b commit 944c47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The comparision of storing image from OpenCV or PyTorch to Database
1+
# The comparison of storing images from OpenCV and PyTorch to Database
22
In the practical way of ML, the original and processed image need to store in a database. Whether it is temporary or persistent. The testing is separated into the in-memory database (Redis) and the NoSQL database (MongoDB), which support the binary data. The Redis can be used to store the temporary image or transfer between processes. Let's see the testing results.
33

44
## Results

0 commit comments

Comments
 (0)