Please sign in to access this page

PHHS Events

PHHS Events Used AI

4 devlogs
16h 29m
•  Ship certified

Built an interactive event platform for my school that scrapes events from Instagram and displays them in a nice/accessible frontend by using fast AI inference on each post image, description, and account bio. Also allows users to create events manually or use AI to generate a title, description, and images for the event. Includes additional event features (coming soon) that we'll try to monetize!

Timeline

Fixed the authentication flow (doesn't reidrect to localhost anymore)

Update attachment

Ship 1

0 payouts of shell 0 shells

Hudson Mitchell-Pullman

3 days ago

Hudson Mitchell-Pullman Covers 3 devlogs and 15h 59m

Made the frontend good, mobile optimized, added authentication, and made it mirror Lu.ma more!

Update attachment

Woah, I've done a lot! It's taken me ~30 hours, but Hacktime only tracks coding and since a lot of what I do is prompt writing it doesn't track it.

I finished the AI extraction and used some prompt engineering and JSON validation strategies along with date-time logic to ensure that only upcomming events are added

I coded the frontend from scratch including authentication

Added ability to generate an event, including images, using AI

Allowed users to add their own events

Connected to Supabase, Groq, and OpenAI

Update attachment

Built the playwright scraper (tried multiple different approaches with Instaloader before this), they found out how to extract cookies and use them to maintain the same auth state, and now just finished the YAML file for GitHub Actions.

Update attachment