benjmor / tabroom_auto_summarize

Generates AI-powered summaries of meets from tabroom.com data
3 stars 1 forks source link

Web Delivery Model #16

Closed benjmor closed 7 months ago

benjmor commented 9 months ago

Make a simple website for this.

Splash page with submission forms for tournament ID and school name (heavily validated on the server side!). Acknowledge submission and say it will be ready in about 10 minutes.

Generate results once, for all schools, and save the results.

S3 backend for saved text content -- serve if already generated

Could Lambda do this? Perhaps for small tournaments, not Glenbrooks though.

Allow for regeneration requests?

Include a link to the issues list for feedback

Make sure to immediately put a placeholder file down to avoid DOS attacks during the execution of the GPT script.