Spaces:
Build error
Build error
Add training repo to description
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ labels = [l.replace("_", " ").title() for l in labels] # Remove _ and capitaliz
|
|
65 |
description = """
|
66 |
A character classification model trained on the DAF:re dataset which consists of 3263 characters from anime, manga and video game series.
|
67 |
A list of all characters can be found [here](https://github.com/bwconrad/dafre/blob/main/app/classid_classname.csv).
|
|
|
68 |
|
69 |
The model is trained and performs best on head and shoulder portrait images.
|
70 |
Users can manually crop images through the UI or check the `auto_crop` box to let a face detection model do the cropping.
|
|
|
65 |
description = """
|
66 |
A character classification model trained on the DAF:re dataset which consists of 3263 characters from anime, manga and video game series.
|
67 |
A list of all characters can be found [here](https://github.com/bwconrad/dafre/blob/main/app/classid_classname.csv).
|
68 |
+
Model training code can be found [here](https://github.com/bwconrad/dafre).
|
69 |
|
70 |
The model is trained and performs best on head and shoulder portrait images.
|
71 |
Users can manually crop images through the UI or check the `auto_crop` box to let a face detection model do the cropping.
|