Spaces:
Sleeping
Sleeping
Venkat V
commited on
Commit
Β·
93d7f0a
1
Parent(s):
c20d656
Initial commit to Hugging Face
Browse files
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 |
+
|