Skip to content

Commit

Permalink
all projects in json
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyg770 committed Jul 20, 2024
1 parent a37c596 commit f3cfe49
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 1 deletion.
51 changes: 50 additions & 1 deletion config/currentProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}
]

60 changes: 60 additions & 0 deletions config/pastProjects.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,70 @@
{
"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",
"googleSlides": "https://docs.google.com/presentation/d/1Bb7nCc4o3fmV4OkR-NOeAwzl6i1E_BA_V937Gjoq1wc/"
},
{
"label": "Image Colorization",
"github": "https://github.com/MichiganDataScienceTeam/W23-Image-Colorization",
"googleSlides": "https://docs.google.com/document/d/19CekIh2sZGKKMoRA5VNFEcjNGHc9GEYt/"
},
{
Expand All @@ -22,6 +81,7 @@
},
{
"label": "Webscraping",
"github": "https://github.com/MichiganDataScienceTeam/W23-Webscraping",
"googleSlides": "https://docs.google.com/document/d/1uVD5nvpA0lg9E8tE9khuEQDlwCwHKgrHGqtvzKe2JoA/"
},
{
Expand Down

0 comments on commit f3cfe49

Please sign in to comment.