Spaces:
Sleeping
Sleeping
HF Spaces app config
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Event(brite) Summarizer
|
2 |
|
3 |
Tool for summarizing Eventbrite events for inclusion in event calendars. Takes in a URL and a generic prompt, which are fed into a Large Language Model (in this case OpenAI) along with the event scrapes the title, subtitle, and event details.
|
|
|
1 |
+
---
|
2 |
+
title: Event Summarizer
|
3 |
+
emoji:
|
4 |
+
sdk: gradio
|
5 |
+
sdk_version: 3.32.0
|
6 |
+
python_version: 3.10.0
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
---
|
10 |
+
|
11 |
# Event(brite) Summarizer
|
12 |
|
13 |
Tool for summarizing Eventbrite events for inclusion in event calendars. Takes in a URL and a generic prompt, which are fed into a Large Language Model (in this case OpenAI) along with the event scrapes the title, subtitle, and event details.
|