File size: 1,308 Bytes
9dbf788
0b946ec
ffd3cfc
4c10951
3642961
9dbf788
 
 
1f686e7
9dbf788
eb70246
1f686e7
9dbf788
 
78ad491
9dbf788
78ad491
9dbf788
78ad491
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: Camie Tagger V2 App
emoji: πŸ‘€
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 8501
tags:
- streamlit
pinned: false
short_description: camie-tagger-v2 inference space.
license: gpl-3.0
---

## πŸ–₯️ Web Interface Guide

The interface is divided into three main sections:

1. **Model Selection** (Sidebar):
   - Choose between Full Model, Initial-only Model or ONNX accelerated (initial only)
   - View model information and memory usage

2. **Image Upload** (Left Panel):
   - Upload your own images or select from examples
   - View the selected image

3. **Tagging Controls** (Right Panel):
   - Select threshold profile
   - Adjust thresholds for precision-recall and micro/macro tradeoff
   - Configure display options
   - View predictions organized by category

### Display Options:

- **Show all tags**: Display all tags including those below threshold
- **Compact view**: Hide progress bars for cleaner display
- **Minimum confidence**: Filter out low-confidence predictions
- **Category selection**: Choose which categories to include in the summary

### Interface Screenshots:

![Application Interface](images/app_screenshot.png)

*Note the rare characters and tags idenified. Some only have 100's of samples on danbooru!*

![Tag Results Example](images/tag_results_example.png)