Himanshu2003 commited on
Commit
581df25
Β·
verified Β·
1 Parent(s): cda53e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: indigo
6
  sdk: streamlit
7
  pinned: false
8
  short_description: 'Find your closest celebrity match through AI-powered facial '
 
9
  ---
10
 
11
  # πŸ€– FaceTwin AI
@@ -41,4 +42,4 @@ By leveraging pretrained facial recognition models, it analyzes facial embedding
41
  - **facenet-pytorch** β€” Pretrained VGGFace2 feature extractor
42
  - **MTCNN** β€” Face detection
43
  - **NumPy / scikit-learn** β€” Embedding handling and similarity calculation
44
- - **PIL (Pillow)** β€” Image processing
 
6
  sdk: streamlit
7
  pinned: false
8
  short_description: 'Find your closest celebrity match through AI-powered facial '
9
+ sdk_version: 1.51.0
10
  ---
11
 
12
  # πŸ€– FaceTwin AI
 
42
  - **facenet-pytorch** β€” Pretrained VGGFace2 feature extractor
43
  - **MTCNN** β€” Face detection
44
  - **NumPy / scikit-learn** β€” Embedding handling and similarity calculation
45
+ - **PIL (Pillow)** β€” Image processing