diff --git a/config/currentProjects.json b/config/currentProjects.json index c550cb0..c17f7f8 100644 --- a/config/currentProjects.json +++ b/config/currentProjects.json @@ -49,7 +49,7 @@ }, { "label": "RL Neuroevolution", - "image": "rl_neuroevolution.jpg", + "image": "reinforcement_learning.jpg", "leads": [ { "name": "Luke Yang", "image": "lukeyang.jpeg" }, { "name": "Nathan Kawamoto", "image": "temp.jpeg" } @@ -57,7 +57,7 @@ }, { "label": "Mining & Analyzing Tweets", - "image": "mining_&_analyzing_tweets.jpg", + "image": "twitter_sentiment_analysis.jpg", "leads": [ { "name": "Nidhil Nayudu", "image": "temp.jpeg" }, { "name": "Tiernan Jesrani", "image": "tiernanj.jpg" } diff --git a/config/pastProjects.json b/config/pastProjects.json index a60340c..3e9fa95 100644 --- a/config/pastProjects.json +++ b/config/pastProjects.json @@ -116,8 +116,7 @@ "label": "TLDR Machine" }, { - "label": "Twitter Sentiment Analysis", - "image": "twitter_sentiment_analysis.jpg" + "label": "Twitter Sentiment Analysis" } ] } diff --git a/public/images/projects/automated_poker_bot.jpg b/public/images/projects/automated_poker_bot.jpg new file mode 100644 index 0000000..7f958ae Binary files /dev/null and b/public/images/projects/automated_poker_bot.jpg differ diff --git a/public/images/projects/college_football_success_factors.jpg b/public/images/projects/college_football_success_factors.jpg new file mode 100644 index 0000000..9b8ec09 Binary files /dev/null and b/public/images/projects/college_football_success_factors.jpg differ diff --git a/public/images/projects/cracking_wordle.jpg b/public/images/projects/cracking_wordle.jpg new file mode 100644 index 0000000..863e29b Binary files /dev/null and b/public/images/projects/cracking_wordle.jpg differ diff --git a/public/images/projects/facial_recognition.jpg b/public/images/projects/facial_recognition.jpg new file mode 100644 index 0000000..de9ee26 Binary files /dev/null and b/public/images/projects/facial_recognition.jpg differ diff --git a/public/images/projects/image_super_resolution.jpg b/public/images/projects/image_super_resolution.jpg new file mode 100644 index 0000000..3c396fa Binary files /dev/null and b/public/images/projects/image_super_resolution.jpg differ diff --git a/public/images/projects/language_translation_application.jpg b/public/images/projects/language_translation_application.jpg new file mode 100644 index 0000000..53adab8 Binary files /dev/null and b/public/images/projects/language_translation_application.jpg differ diff --git a/public/images/projects/mini_copilot.jpg b/public/images/projects/mini_copilot.jpg new file mode 100644 index 0000000..ba12a73 Binary files /dev/null and b/public/images/projects/mini_copilot.jpg differ diff --git a/public/images/projects/network_instrusion_detection.jpg b/public/images/projects/network_instrusion_detection.jpg new file mode 100644 index 0000000..73e0f8e Binary files /dev/null and b/public/images/projects/network_instrusion_detection.jpg differ diff --git a/public/images/projects/nhanes.jpg b/public/images/projects/nhanes.jpg new file mode 100644 index 0000000..2527655 Binary files /dev/null and b/public/images/projects/nhanes.jpg differ diff --git a/public/images/projects/real_vs_photoshopped_faces.jpg b/public/images/projects/real_vs_photoshopped_faces.jpg new file mode 100644 index 0000000..bd85ab3 Binary files /dev/null and b/public/images/projects/real_vs_photoshopped_faces.jpg differ diff --git a/public/images/projects/reinforcement_learning copy.jpg b/public/images/projects/reinforcement_learning copy.jpg new file mode 100644 index 0000000..c7bce10 Binary files /dev/null and b/public/images/projects/reinforcement_learning copy.jpg differ diff --git a/public/images/projects/reinforcement_learning.jpg b/public/images/projects/reinforcement_learning.jpg new file mode 100644 index 0000000..c7bce10 Binary files /dev/null and b/public/images/projects/reinforcement_learning.jpg differ diff --git a/public/images/projects/sec_insider_information.jpg b/public/images/projects/sec_insider_information.jpg new file mode 100644 index 0000000..8d9d884 Binary files /dev/null and b/public/images/projects/sec_insider_information.jpg differ diff --git a/public/images/projects/sentence_completer.jpg b/public/images/projects/sentence_completer.jpg new file mode 100644 index 0000000..4c4ccdd Binary files /dev/null and b/public/images/projects/sentence_completer.jpg differ diff --git a/public/images/projects/sports_data_science.jpg b/public/images/projects/sports_data_science.jpg new file mode 100644 index 0000000..4ea40e1 Binary files /dev/null and b/public/images/projects/sports_data_science.jpg differ diff --git a/public/images/projects/tldr_machine.jpg b/public/images/projects/tldr_machine.jpg new file mode 100644 index 0000000..5222b21 Binary files /dev/null and b/public/images/projects/tldr_machine.jpg differ diff --git a/public/images/projects/vit_from_scratch.jpg b/public/images/projects/vit_from_scratch.jpg new file mode 100644 index 0000000..4ddbcd3 Binary files /dev/null and b/public/images/projects/vit_from_scratch.jpg differ