Sugamdeol commited on
Commit
fca8475
·
verified ·
1 Parent(s): 9f299fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -1,12 +1,20 @@
1
- ---
2
- title: Diagram Generator
3
- emoji: 🦀
4
- colorFrom: green
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 4.44.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
1
+ # Advanced Graph, Diagram, and Mind Map Generator
2
+
3
+ This Hugging Face Space allows users to generate graphs, diagrams, and mind maps based on input data.
4
+
5
+ ## Files
6
+
7
+ - `app.py`: Main application code using Gradio for the user interface.
8
+ - `requirements.txt`: Lists all necessary Python libraries.
9
+
10
+ ## Setup
11
+
12
+ 1. **Create a Hugging Face Space** with Gradio runtime.
13
+ 2. **Upload all files** to your Space.
14
+ 3. **Install dependencies** using the `requirements.txt` file.
15
+
16
+ ## Usage
17
+
18
+ 1. **Adjust the slider** to generate different graphs.
19
+ 2. **Enter text** for the diagram and mind map.
20
+ 3. **View results** in the output images.