ctaxnagomi commited on
Commit
f6ac241
·
verified ·
1 Parent(s): d6624b4

Add model card: DGUI SourceCleanR

Browse files
Files changed (1) hide show
  1. README.md +50 -3
README.md CHANGED
@@ -1,3 +1,50 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - deckergui
5
+ - source-code
6
+ - cleaning
7
+ - gemini
8
+ - text-processing
9
+ - en
10
+ - license:apache-2.0
11
+ library_name: deckergui
12
+ pipeline_tag: text2text-generation
13
+ ---
14
+
15
+ ## DGUI SourceCleanR
16
+
17
+ **Source Code Cleaning & Transformation Utility** for DeckerGUI.
18
+
19
+ ### Overview
20
+ Notepad++-styled web utility for transforming raw/unstructured source code (HTML), text, and PDFs into clean, human-readable formats using Gemini AI.
21
+
22
+ ### Modes
23
+ - **Normal Mode**: Process a single source file with AI-powered cleaning
24
+ - **AutoClean Mode**: Batch process up to 100 files simultaneously
25
+
26
+ ### Output Formats
27
+ - **TXT** — Plain text output
28
+ - **JSON** — Structured data output
29
+ - **XML** — Marked-up output format
30
+
31
+ ### Features
32
+ - HTML source code cleanup and formatting
33
+ - PDF text extraction and normalization
34
+ - Batch processing with progress tracking
35
+ - AI-powered understanding of code structure
36
+ - Preserves semantic meaning while removing noise
37
+
38
+ ### Integration
39
+ SourceCleanR connects to the DeckerGUI ecosystem through the DSYNC module for dataset generation and the KPI Tokenizer for usage tracking.
40
+
41
+ ### Citation
42
+ ```bibtex
43
+ @software{deckergui-sourcecleanr,
44
+ title={DGUI SourceCleanR},
45
+ author={wan mohd azizi},
46
+ year={2025},
47
+ publisher={Hugging Face},
48
+ url={https://huggingface.co/ctaxnagomi/DGUI-SourceCleanR}
49
+ }
50
+ ```