mustapha commited on
Commit
7544516
·
1 Parent(s): 0dec4df

added readme

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Arabic Calligraphy style recognition
3
+ emoji: :a:
4
+ colorFrom: #ff0000
5
+ colorTo: #440000
6
+ sdk: gradio
7
+ sdk_version: 2.9.1
8
+ app_file: app.py
9
+ pinned: true
10
+ ---
11
+
12
+ The weights of the model aren't here, download them first and put them in the same directory as `acsr.py`
13
+
14
+ ```bash
15
+ $ wget 'https://raw.githubusercontent.com/mhmoodlan/arabic-font-classification/master/codebase/code/font_classifier/weights/FontModel_RuFaDataset_cnn_weights(4).h5' -O weights.h5
16
+ ```