Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions src/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"description": "Learn the fundamentals of artificial intelligence, focusing on the history, different types of algorithms, and how you can learn about it.",
"type": "Workshop",
"image": "/assets/events/ml-workshop.jpg",
"tags": ["beginner-friendly", "informative"]
"tags": ["beginner-friendly", "conceptual"]
},
{
"id": "4",
"title": "CUHacking AI Workshop",
"date": "2024-03-15",
"date": "2025-03-15",
"time": "2:00 PM - 3:00 PM",
"location": "Richcraft Hall 1200",
"description": "Hackathon workshop on how to implement Ollama and HuggingFace models in your projects. Also, mentorship access to hackathon participants.",
Expand All @@ -46,15 +46,27 @@
},
{
"id": "5",
"title": "Applications of AI",
"date": "2024-03-20",
"time": "5:30 PM - 7:30 PM",
"location": "Herzberg Labs 3422",
"title": "Build Your Own Neural Network",
"date": "2025-03-20",
"time": "6:00 PM - 7:00 PM",
"location": "Canal Building 2400",
"description": "Beginner workshop on implementing neural networks and a demo on how to build your own model.",
"type": "Workshop",
"image": "/assets/events/neural-networks.jpg",
"rsvpLink": "https://forms.google.com/...",
"tags": ["hands-on", "technical"]
},
{
"id": "6",
"title": "Using AI APIs",
"date": "2025-04-02",
"time": "6:00 PM - 7:00 PM",
"location": "Tory Building 431",
"description": "Learn how to use AI APIs to implement AI in your projects.",
"type": "Workshop",
"image": "/assets/events/neural-networks.jpg",
"rsvpLink": "https://forms.google.com/...",
"tags": ["hands-on", "technical"]
}
]
}
Loading