ErdemAtak commited on
Commit
005a66a
·
verified ·
1 Parent(s): 2045ca3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Art Style Classifier
2
 
3
  An interactive deep learning model that identifies 27 different artistic styles from paintings.
@@ -19,13 +30,6 @@ This project uses a fine-tuned ResNet34 model trained on the ArtWiki dataset con
19
  - 76.2% precision and 74.2% recall
20
  - Particularly strong at recognizing distinctive styles like Pointillism (90%+ accuracy)
21
 
22
- ## Technology
23
-
24
- - Transfer learning with ResNet34
25
- - Data augmentation techniques including rotation, flipping, and random cropping
26
- - Class imbalance handling through weighted sampling
27
- - Trained on MacBook with M3 Apple Silicon
28
-
29
  ## How to Use
30
 
31
  1. Upload an image of a painting
 
1
+ ---
2
+ title: Art Style Classifier
3
+ emoji: 🎨
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 3.34.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Art Style Classifier
13
 
14
  An interactive deep learning model that identifies 27 different artistic styles from paintings.
 
30
  - 76.2% precision and 74.2% recall
31
  - Particularly strong at recognizing distinctive styles like Pointillism (90%+ accuracy)
32
 
 
 
 
 
 
 
 
33
  ## How to Use
34
 
35
  1. Upload an image of a painting