Update README.md
Browse files
README.md
CHANGED
|
@@ -14,19 +14,10 @@ base_model: Salesforce/codet5-small
|
|
| 14 |
---
|
| 15 |
|
| 16 |
🧠 CODE-EXPLAIN-VIZ: AI-Powered Code Understanding & Visualization
|
| 17 |
-
✨ Project Description
|
| 18 |
|
| 19 |
CODE-EXPLAIN-VIZ is an advanced AI-driven code comprehension and visualization system designed to explain source code in natural language and generate visual flow diagrams automatically.
|
| 20 |
Built on top of CodeT5, this model reads raw Python code and produces a detailed explanation, step-by-step logic breakdown, and a Mermaid flowchart that represents the control flow of the program.
|
| 21 |
|
| 22 |
-
It’s the perfect assistant for developers, educators, and students who want to:
|
| 23 |
-
|
| 24 |
-
Understand unfamiliar code instantly 🧩
|
| 25 |
-
|
| 26 |
-
Generate documentation and flowcharts automatically 📘
|
| 27 |
-
|
| 28 |
-
Visualize logic structure and data flow in seconds ⚙️
|
| 29 |
-
|
| 30 |
## Quick start
|
| 31 |
|
| 32 |
1. Install requirements:
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
🧠 CODE-EXPLAIN-VIZ: AI-Powered Code Understanding & Visualization
|
|
|
|
| 17 |
|
| 18 |
CODE-EXPLAIN-VIZ is an advanced AI-driven code comprehension and visualization system designed to explain source code in natural language and generate visual flow diagrams automatically.
|
| 19 |
Built on top of CodeT5, this model reads raw Python code and produces a detailed explanation, step-by-step logic breakdown, and a Mermaid flowchart that represents the control flow of the program.
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Quick start
|
| 22 |
|
| 23 |
1. Install requirements:
|