Venkat V commited on
Commit
93d7f0a
Β·
1 Parent(s): c20d656

Initial commit to Hugging Face

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1 +1,15 @@
1
  # Flowchart Pipeline Project
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Flowchart Pipeline Project
2
+ ---
3
+ title: Flowchart to Plain English
4
+ emoji: πŸ“„
5
+ colorFrom: gray
6
+ colorTo: blue
7
+ sdk: streamlit
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # 🧠 Flowchart β†’ English Summary App
13
+
14
+ This app extracts structured logic from flowcharts using YOLOv8 + EasyOCR + LLMs and converts them to plain English. Upload an image and get structured JSON and summaries!
15
+