fatyidha commited on
Commit
49b750e
·
verified ·
1 Parent(s): aa7ceaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -18
README.md CHANGED
@@ -1,18 +1,9 @@
1
- ## FaceShape Model
2
-
3
- ### Model Description
4
- - **Framework**: TensorFlow (Keras)
5
- - **Model Format**: .h5
6
- - **Purpose**: Face shape classification.
7
-
8
- ### How to Use
9
- ```python
10
- from tensorflow.keras.models import load_model
11
-
12
- # Model yükleme
13
- model = load_model("path_to_your_model.h5")
14
-
15
- # Kullanım örneği
16
- input_data = ... # Girdi verinizi buraya ekleyin
17
- output = model.predict(input_data)
18
- print(output)
 
1
+ ---
2
+ library_name: keras
3
+ tags:
4
+ - tensorflow
5
+ - keras
6
+ - face-shape-classification
7
+ - cnn
8
+ license: apache-2.0
9
+ ---