diff --git a/config/currentProjects.json b/config/currentProjects.json index 5d7cd9d..45d8ef0 100644 --- a/config/currentProjects.json +++ b/config/currentProjects.json @@ -35,9 +35,58 @@ "label": "LLM Augmentation", "image": "llm_augmentation.jpg", "leads": [ - { "name": "Aditya Murali", "image": "amiralid.png" }, + { "name": "Aditya Murali", "image": "temp.jpeg" }, { "name": "Jordan Jones", "image": "jordanrj.jpeg" } ] + }, + { + "label": "Facial Recognition", + "image": "facial_recognition.jpg", + "leads": [ + { "name": "Andrew Black", "image": "andbl.jpeg" }, + { "name": "Judith Wu", "image": "temp.jpeg" } + ] + }, + { + "label": "RL Neuroevolution", + "image": "rl_neuroevolution.jpg", + "leads": [ + { "name": "Luke Yang", "image": "lukeyang.jpeg" }, + { "name": "Nathan Kawamoto", "image": "temp.jpeg" } + ] + }, + { + "label": "Mining & Analyzing Tweets", + "image": "mining_&_analyzing_tweets.jpg", + "leads": [ + { "name": "Nidhil Nayudu", "image": "temp.jpeg" }, + { "name": "Tiernan Jesrani", "image": "tiernanj.jpg" } + ] + }, + { + "label": "ViT From Scratch", + "image": "vit_from_scratch.jpg", + "leads": [ + { "name": "Anthony Chen", "image": "anthoc.jpeg" }, + { "name": "Matthew Drutis", "image": "madrutis.jpg" } + ] + }, + { + "label": "Mini Copilot", + "image": "mini_copilot.jpg", + "leads": [ + { "name": "Amirali Danai", "image": "amiralid.png" }, + { "name": "Nishant Dash", "image": "temp.jpeg" } + ] + }, + { + "label": "Poker Bot", + "image": "poker_bot.jpg", + "leads": [ + { "name": "Jason Yen", "image": "temp.jpeg" }, + { "name": "Onat Ozer", "image": "temp.jpeg" }, + { "name": "Adita Sinha", "image": "temp.jpeg" } + ] } ] \ No newline at end of file diff --git a/config/pastProjects.json b/config/pastProjects.json index 2c46534..799bcad 100644 --- a/config/pastProjects.json +++ b/config/pastProjects.json @@ -1,4 +1,62 @@ { + "Winter 2024": [ + { + "label": "Codenames" + }, + { + "label": "LLM Augmentation" + }, + { + "label": "Poker Bot" + }, + { + "label": "Rate My Professor Sentiment Analysis" + }, + { + "label": "Real vs Fake Faces" + }, + { + "label": "Shazam Clone" + }, + { + "label": "Spotify Analysis" + }, + { + "label": "Stock Market Analysis" + }, + { + "label": "TikTok Videos" + } + ], + "Fall 2023": [ + { + "label": "Automated Poker Bot" + }, + { + "label": "College Football Success Factors" + }, + { + "label": "Cracking Wordle" + }, + { + "label": "Network Intrusion Detection" + }, + { + "label": "NHANES" + }, + { + "label": "Real vs Photoshopped Faces" + }, + { + "label": "Reinforcement Learning" + }, + { + "label": "Sentence Completer" + }, + { + "label": "Webscraping" + } + ], "Winter 2023": [ { "label": "Footwear Image Classification", @@ -6,6 +64,7 @@ }, { "label": "Image Colorization", + "github": "https://github.com/MichiganDataScienceTeam/W23-Image-Colorization", "googleSlides": "https://docs.google.com/document/d/19CekIh2sZGKKMoRA5VNFEcjNGHc9GEYt/" }, { @@ -22,6 +81,7 @@ }, { "label": "Webscraping", + "github": "https://github.com/MichiganDataScienceTeam/W23-Webscraping", "googleSlides": "https://docs.google.com/document/d/1uVD5nvpA0lg9E8tE9khuEQDlwCwHKgrHGqtvzKe2JoA/" }, {