Skip to content

Commit 7a60a9e

Browse files
committedMar 11, 2024
Add image to readme
1 parent b5f69c3 commit 7a60a9e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎assets/asdd.png

29.2 KB
Loading

‎readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Tasnif
1+
2+
<p align="center">
3+
<img src="assets/asdd.png" width="350" alt="accessibility text">
4+
</p>
5+
26

37
Tasnif is a Python package designed for clustering images into user-defined classes based on their visual content. It utilizes deep learning to generate image embeddings, Principal Component Analysis (PCA) for dimensionality reduction, and K-means for clustering. Tasnif supports processing on both GPU and CPU, making it versatile for different computational environments.
48

0 commit comments

Comments
 (0)
Please sign in to comment.