emunsing commited on
Commit
ed23888
·
1 Parent(s): 7c467fb

Fix checkboxes in readme

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,6 +1,8 @@
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
 
 
4
 
5
  Environment Requirements:
6
  - Python 3.10
@@ -17,9 +19,8 @@ These inputs (title, subtitle, details) are combined and fed in along with the p
17
 
18
  # TODO:
19
 
20
- [ ] Handle Facebook events
21
- [ ] Handle errors - will currently error gracelessly on expired events
22
- [ ] Meaningfully use feedback / integrate with Weights & Biases
23
- [ ] Allow auto-regeneration of text if output does not meet expectation (exclusion characters, etc)
24
- [ ] Dropdown for model type
25
-
 
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.
4
+
5
+ Originally created for http://sf.funcheap.com
6
 
7
  Environment Requirements:
8
  - Python 3.10
 
19
 
20
  # TODO:
21
 
22
+ - [ ] Handle Facebook events
23
+ - [ ] Handle errors - will currently error gracelessly on expired events
24
+ - [ ] Meaningfully use feedback / integrate with Weights & Biases
25
+ - [ ] Allow auto-regeneration of text if output does not meet expectation (exclusion characters, etc)
26
+ - [ ] Dropdown for model type