Built for the Llamacon NYC Hackathon ([06/01/2025]). https://cerebralvalley.ai/e/llama-4-hackathon-nyc-f673085d
PartyGraph: new york central event finder, powered by Llama.
- Platforms like Eventbrite and DoNYC prioritize large, ticketed, or sponsored events, burying smaller, community-driven gathering. Small events are hard to find unless you're in-the-know.
- Users can’t find events that “feel” right—search is limited to keywords, categories, or dates.
- Events are presented in isolation, with no sense of how they relate to others or fit into a broader cultural landscape.
- Graph-Based Event Discovery: Circular event nodes and rectangular tag nodes visualized in a dynamic semantic graph.
- LLaMA 4 Integration:
- Parses raw flyer images, URLs, or text into structured event data.
- Generates tags, summaries, and vibe-based associations using long-context understanding.
- Natural Language Search: Discover events by describing your mood or past preferences.
- Democratized Event Landscape: No hierarchy—grassroots events and major festivals live in the same visual space.
- Backend / Data: Typescript, Meta LLaMA 4 API (multimodal + semantic search), Perplexity Search (Data Scraping)
- Frontend: Next.js, Tailwind CSS, PostCSS
- Deployment: Vercel
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Open https://www.partygraph.app/ to see the deployed version
- PartyGraph
- David (dcsan) - GitHub
- Ting (tinglu12) - GitHub
- Ben (bencrystal) - GitHub
- Hannah (hannahqkim) - GitHub
- Powered by Meta Llama.
- Thanks to Cerebral Valley and Meta for the opportunity to build this project.