Content pfp
Content
@
0 reply
0 recast
0 reaction

balajis pfp
balajis
@balajis.eth
$1000 Prize for AI Conference Organizer When you’re collecting slides from many people for a conference, you need to *validate* those slides. 1) The first check is format. Is this PDF, Google Slides, Keynote, Figma, Canva? Is it a file or a URL? 2) The second check is deterministic. What is the size of each deck, the number of slides, the fonts used? Is video present, and if so is there audio? 3) The third check is probabilistic. Does the deck fit the conference format? For example, does it have a title slide? Is it all bullet points (which we don’t want) or does it have images? Each of these kinds of checks can be expressed as AI prompts. What I want: an open source AI-based slide validator, with all the code at replit.com, which sets up a form that implements these three checks. The workflow is: first paste in URL or upload file. Then determine format and run deterministic checks. Finally, run each AI check as an individual prompt. The result is a list of ❌and ✅ for every unit test. @bountybot
13 replies
138 recasts
514 reactions

ben pfp
ben
@scheinberg
@balajis.eth I have just wrapped my submission for the AI Conference Organizer prize with SlideCheck: https://replit.com/@scheinberg/SlideCheck?v=1 It is a flask app on replit where you can create an event/conference and set your slidedeck standards (file type, number of slides, banned content, title slide, and more!) People can then upload their decks and get immediate checks if each aspect meets the criteria so that they can fix the mistakes and upload again. Additionally there is a dashboard to rearrange entries into a master deck that can be downloaded as a pdf, pptx, or markdown (for @vitalik.eth) that allows for different levels of editing control by the event planner. This app is at the proof of concept level of maturity and I would love feedback and opinions on improvements as well as pathways for further development into a tool people would actually use
2 replies
0 recast
1 reaction

ben pfp
ben
@scheinberg
UPDATE: In addition to the opensource code on replit posted I have also deployed it here: https://slidecheck.replit.app/ Feel free to play around with it and I would love feedback on it!
0 reply
0 recast
0 reaction