Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ Supported styles include:
|
|
| 30 |
|
| 31 |
The project is designed for **developer tools, refactoring systems, and AI coding assistants**, and is ready for **GitHub, Hugging Face, and Gradio Spaces**.
|
| 32 |
|
| 33 |
-
|
| 34 |
|
| 35 |
## π What Problem Does It Solve?
|
| 36 |
|
|
@@ -42,6 +42,7 @@ CodeStyleDiffuser allows you to:
|
|
| 42 |
- Adapt code to team or project conventions
|
| 43 |
- Prepare code for reviews, contests, or enterprise systems
|
| 44 |
|
|
|
|
| 45 |
|
| 46 |
## β¨ Key Features
|
| 47 |
|
|
@@ -53,7 +54,7 @@ CodeStyleDiffuser allows you to:
|
|
| 53 |
- ποΈ Gradio web demo included
|
| 54 |
- π§ͺ Test-covered core components
|
| 55 |
|
| 56 |
-
|
| 57 |
|
| 58 |
## π Project Structure
|
| 59 |
|
|
@@ -74,7 +75,7 @@ codestyle-diffuser/
|
|
| 74 |
βββ LICENSE
|
| 75 |
```
|
| 76 |
|
| 77 |
-
|
| 78 |
|
| 79 |
## βοΈ Installation
|
| 80 |
|
|
@@ -82,7 +83,7 @@ codestyle-diffuser/
|
|
| 82 |
pip install -r requirements.txt
|
| 83 |
```
|
| 84 |
|
| 85 |
-
|
| 86 |
|
| 87 |
## π Quick Usage
|
| 88 |
|
|
@@ -100,7 +101,7 @@ styled_code = pipeline(code, style="enterprise")
|
|
| 100 |
print(styled_code)
|
| 101 |
```
|
| 102 |
|
| 103 |
-
|
| 104 |
|
| 105 |
## ποΈ Gradio Demo
|
| 106 |
|
|
@@ -110,7 +111,7 @@ Run locally:
|
|
| 110 |
python app.py
|
| 111 |
```
|
| 112 |
|
| 113 |
-
|
| 114 |
|
| 115 |
## π§ How It Works
|
| 116 |
|
|
|
|
| 30 |
|
| 31 |
The project is designed for **developer tools, refactoring systems, and AI coding assistants**, and is ready for **GitHub, Hugging Face, and Gradio Spaces**.
|
| 32 |
|
| 33 |
+
---
|
| 34 |
|
| 35 |
## π What Problem Does It Solve?
|
| 36 |
|
|
|
|
| 42 |
- Adapt code to team or project conventions
|
| 43 |
- Prepare code for reviews, contests, or enterprise systems
|
| 44 |
|
| 45 |
+
---
|
| 46 |
|
| 47 |
## β¨ Key Features
|
| 48 |
|
|
|
|
| 54 |
- ποΈ Gradio web demo included
|
| 55 |
- π§ͺ Test-covered core components
|
| 56 |
|
| 57 |
+
---
|
| 58 |
|
| 59 |
## π Project Structure
|
| 60 |
|
|
|
|
| 75 |
βββ LICENSE
|
| 76 |
```
|
| 77 |
|
| 78 |
+
---
|
| 79 |
|
| 80 |
## βοΈ Installation
|
| 81 |
|
|
|
|
| 83 |
pip install -r requirements.txt
|
| 84 |
```
|
| 85 |
|
| 86 |
+
---
|
| 87 |
|
| 88 |
## π Quick Usage
|
| 89 |
|
|
|
|
| 101 |
print(styled_code)
|
| 102 |
```
|
| 103 |
|
| 104 |
+
---
|
| 105 |
|
| 106 |
## ποΈ Gradio Demo
|
| 107 |
|
|
|
|
| 111 |
python app.py
|
| 112 |
```
|
| 113 |
|
| 114 |
+
---
|
| 115 |
|
| 116 |
## π§ How It Works
|
| 117 |
|