File size: 1,340 Bytes
f6ac241
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
---
license: apache-2.0
tags:
  - deckergui
  - source-code
  - cleaning
  - gemini
  - text-processing
  - en
  - license:apache-2.0
library_name: deckergui
pipeline_tag: text2text-generation
---

## DGUI SourceCleanR

**Source Code Cleaning & Transformation Utility** for DeckerGUI.

### Overview
Notepad++-styled web utility for transforming raw/unstructured source code (HTML), text, and PDFs into clean, human-readable formats using Gemini AI.

### Modes
- **Normal Mode**: Process a single source file with AI-powered cleaning
- **AutoClean Mode**: Batch process up to 100 files simultaneously

### Output Formats
- **TXT** — Plain text output
- **JSON** — Structured data output
- **XML** — Marked-up output format

### Features
- HTML source code cleanup and formatting
- PDF text extraction and normalization
- Batch processing with progress tracking
- AI-powered understanding of code structure
- Preserves semantic meaning while removing noise

### Integration
SourceCleanR connects to the DeckerGUI ecosystem through the DSYNC module for dataset generation and the KPI Tokenizer for usage tracking.

### Citation
```bibtex
@software{deckergui-sourcecleanr,
  title={DGUI SourceCleanR},
  author={wan mohd azizi},
  year={2025},
  publisher={Hugging Face},
  url={https://huggingface.co/ctaxnagomi/DGUI-SourceCleanR}
}
```