Skip to content

Commit 601c406

Browse files
docs: update README
1 parent cacc607 commit 601c406

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,22 +112,8 @@ Experience it on the [OpenXLab Application Center](https://g-app-center-000704-6
112112

113113
## 🏗️ System Architecture
114114

115-
### Directory Structure
116-
```text
117-
├── baselines/ # baseline methods
118-
├── graphgen/ # GraphGen implementation
119-
│ ├── configs/ # configuration files
120-
│ ├── models/ # base classes
121-
│ ├── operators/
122-
│ ├── templates/ # prompt templates
123-
│ ├── utils/ # utility functions
124-
│ ├── graphgen.py # core logic
125-
│ ├── generate.py # main script
126-
├── resources/ # static files and examples
127-
├── scripts/ # scripts for running experiments
128-
├── webui/ # web interface
129-
└── README.md
130-
```
115+
See [analysis](https://deepwiki.com/open-sciencelab/GraphGen) by deepwiki for a technical overview of the GraphGen system, its architecture, and core functionalities.
116+
131117

132118
### Workflow
133119
![workflow](resources/images/flow.png)

0 commit comments

Comments
 (0)