King-8 commited on
Commit
d24c8f4
·
verified ·
1 Parent(s): a07c5e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -11,12 +11,10 @@ pinned: false
11
 
12
  # 📅 Flyer Event Extractor
13
 
14
- Upload a flyer image and automatically extract the **event name**, **date/time**, and **location**.
15
- All results are saved in a CSV database (`events.csv`) that you can download at any time.
 
 
 
 
16
 
17
- ## Features
18
- - Upload PNG/JPG flyers
19
- - OCR text extraction
20
- - Regex-based parsing of event details
21
- - Save to CSV
22
- - Download CSV of all events
 
11
 
12
  # 📅 Flyer Event Extractor
13
 
14
+ This app extracts **event details from flyers**.
15
+ - Upload an image flyer OCR extracts text model extracts Event, Date, and Location.
16
+ - Or paste flyer text directly.
17
+
18
+ Model: [King-8/flyer-event-extractor](https://huggingface.co/King-8/flyer-event-extractor)
19
+ Built with **Gradio** + **Transformers**.
20