From 7cf85f41e7b26423900f562a383c8c77158938e4 Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Fri, 21 Oct 2022 20:10:09 -0400
Subject: [PATCH 01/24] Update README.md
---
README.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 630679a..a1b11f3 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,17 @@ All AI Club projects in Fall 2022
## 5. [Basic prediction models](#)
## 6. [Spotify personality predictor](#)
-
+
+ This project ultilizes data collected from our friends Spotify accounts. We use their listening history as well as their responses to a personality questionaire to create an accurate dataset. With this dataset, we are training a model to identify a person's personality based on factors prevelent in their music taste.
+
+ Project members:
+Zane Aridi
+filler
+filler
+filler
+filler
+filler
+filler
## 7. [AI decryption](#)
## 8. [AI firewall](#)
From 62c6dd470fb2b1205b2548a83d45266e3b33ae85 Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Fri, 21 Oct 2022 20:10:48 -0400
Subject: [PATCH 02/24] Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index a1b11f3..cfed5ab 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,8 @@ All AI Club projects in Fall 2022
filler
filler
filler
+
+
## 7. [AI decryption](#)
## 8. [AI firewall](#)
From 0a0b23b5fed51dfab2f08da9525d731acada8b5f Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Fri, 21 Oct 2022 20:11:39 -0400
Subject: [PATCH 03/24] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cfed5ab..f07c323 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ All AI Club projects in Fall 2022
This project ultilizes data collected from our friends Spotify accounts. We use their listening history as well as their responses to a personality questionaire to create an accurate dataset. With this dataset, we are training a model to identify a person's personality based on factors prevelent in their music taste.
Project members:
-Zane Aridi
+Zane Aridi
filler
filler
filler
From 8391a63087decacf6f1afc217504f801e7bcdd0a Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Fri, 21 Oct 2022 20:15:39 -0400
Subject: [PATCH 04/24] Update README.md
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index f07c323..662aeba 100644
--- a/README.md
+++ b/README.md
@@ -49,12 +49,12 @@ All AI Club projects in Fall 2022
Project members:
Zane Aridi
-filler
-filler
-filler
-filler
-filler
-filler
+Aaryan Walia
+Blenda
+Brian Kim
+Joanna
+Mann Aswal
+Kevin
## 7. [AI decryption](#)
From 12b5fe03e42df757d229cdec1753918002838929 Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Fri, 21 Oct 2022 20:19:04 -0400
Subject: [PATCH 05/24] Update README.md
---
README.md | 34 +++++++++++++++++++++++++++-------
1 file changed, 27 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 662aeba..b757c4c 100644
--- a/README.md
+++ b/README.md
@@ -48,13 +48,33 @@ All AI Club projects in Fall 2022
This project ultilizes data collected from our friends Spotify accounts. We use their listening history as well as their responses to a personality questionaire to create an accurate dataset. With this dataset, we are training a model to identify a person's personality based on factors prevelent in their music taste.
Project members:
-Zane Aridi
-Aaryan Walia
-Blenda
-Brian Kim
-Joanna
-Mann Aswal
-Kevin
+
## 7. [AI decryption](#)
From 65dea6eabc8d73a47464f2a629e90b8ac0b23166 Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Fri, 21 Oct 2022 20:19:27 -0400
Subject: [PATCH 06/24] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b757c4c..5959daa 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ All AI Club projects in Fall 2022
This project ultilizes data collected from our friends Spotify accounts. We use their listening history as well as their responses to a personality questionaire to create an accurate dataset. With this dataset, we are training a model to identify a person's personality based on factors prevelent in their music taste.
- Project members:
+ Project members:
From 9726d2bbe7e8aca4dbaf671a6fa97d35a8a8c89b Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Sat, 22 Oct 2022 16:11:25 -0400
Subject: [PATCH 07/24] Create SpotifyProject.py
---
ProjectSolution/SpotifyProject.py | 123 ++++++++++++++++++++++++++++++
1 file changed, 123 insertions(+)
create mode 100644 ProjectSolution/SpotifyProject.py
diff --git a/ProjectSolution/SpotifyProject.py b/ProjectSolution/SpotifyProject.py
new file mode 100644
index 0000000..5b43c3b
--- /dev/null
+++ b/ProjectSolution/SpotifyProject.py
@@ -0,0 +1,123 @@
+#import Spotipy
+import ast
+from typing import List
+from os import listdir
+import spotipy
+import requests
+import pandas as pd
+
+def get_streamings(path: str = 'AData') -> List[dict]:
+
+ files = ['AData/' + x for x in listdir(path)
+ if x.split('.')[0][:-1] == 'StreamingHistory']
+
+ all_streamings = []
+ totalTimeByTrack = {}
+
+ for file in files:
+ with open(file, 'r', encoding='UTF-8') as f:
+ new_streamings = ast.literal_eval(f.read())
+ for streaming in new_streamings:
+ if streaming['trackName'] in totalTimeByTrack:
+ totalTimeByTrack[streaming['trackName']] += round(streaming['msPlayed']/60000)
+ else:
+ totalTimeByTrack[streaming['trackName']] = round(streaming['msPlayed']/60000)
+ all_streamings.append(streaming)
+ return totalTimeByTrack
+
+
+def get_id(track_name: str, token: str) -> str:
+ headers = {
+ 'Accept': 'application/json',
+ 'Content-Type': 'application/json',
+ 'Authorization': f'Bearer ' + token,
+ }
+ params = [
+ ('q', track_name),
+ ('type', 'track'),
+ ]
+ try:
+ response = requests.get('https://api.spotify.com/v1/search',
+ headers = headers, params = params, timeout = 5)
+ json = response.json()
+ first_result = json['tracks']['items'][0]
+ track_id = first_result['id']
+ return track_id
+ except:
+ return None
+
+
+def get_features(track_id: str, token: str) -> dict:
+ sp = spotipy.Spotify(auth=token)
+ try:
+ features = sp.audio_features([track_id])
+ return features[0]
+ except:
+ return None
+
+def trim_features(features: dict) -> dict:
+ # TODO: Only grab certain features
+ pass
+
+
+#get_streamings()
+
+username = 'qut9zcs5mbfdmc5cykwudcjtj'
+client_id = '248c415c42004414acfa6cc8fe305bc3'
+client_secret = 'acb2bbbec3184747b5851fa482419ade'
+redirect_url = 'http://localhost:7777/callback'
+scope = 'user-read-recently-played'
+
+token = spotipy.util.prompt_for_user_token(username=username,
+ scope=scope,
+ client_id=client_id,
+ client_secret=client_secret,
+ redirect_uri=redirect_url)
+
+streamings = get_streamings()
+sortedListByStreamingTimes = sorted([x for x in streamings.values()])
+topX = int(len(sortedListByStreamingTimes)*.5)
+dataset = pd.DataFrame()
+
+featureFinalValues = {}
+for streamingName,timePlayed in streamings.items():
+ if timePlayed < sortedListByStreamingTimes[topX]:
+ continue
+
+ ID = get_id(streamingName,token)
+
+ # TODO: Make function to extract features we care about
+ features = get_features(ID,token)
+
+ # TODO: Grab genere
+
+ # get averages for each value in feature_avgs
+ for key,value in features.items():
+
+ if key in featureFinalValues:
+ featureFinalValues[key][0] += value*timePlayed
+ featureFinalValues[key][1] += timePlayed
+ else:
+ featureFinalValues[key] = [value*timePlayed,timePlayed]
+
+
+ # Associtae indexs
+ bigFive = [50,50,50,50,50]
+
+
+
+
+#print("Streamings:",streamings)
+#print("\nID:",ID)
+#print("\nfeatures",features)
+
+# ID 1
+# Dictionary where ID is the key
+# the value will be a tuple
+# two dictionaries
+# Dict1 will have all a person songs that are in the top 75% of their listening.
+# Keys for this dictioanry will be the song name and value will be a tuple of time listen to in total and the artist name
+
+
+# ITF dictionary 2 od the tuple will be the quetion number ids and participant responses
+
From 3c99d7dee4db22927d3141fd1fc3aa225bac029d Mon Sep 17 00:00:00 2001
From: Neel Joshi <66744996+Techdevweb@users.noreply.github.com>
Date: Sat, 22 Oct 2022 20:27:46 -0400
Subject: [PATCH 08/24] Update README.md
---
README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/README.md b/README.md
index 15dbca0..3472e97 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,57 @@ A Multi-feature Discord Bot with the main goals are being able to use Natural La
## 5. [Basic prediction models](https://github.com/MSU-AI/Fetal-Sate-Predictor)
+This project aims for predicting the state of fetus inside the mother's womb. Our plan is to create an web app that will allow doctors to understand whether the condition of baby inside is Normal(which is ok), Suspect(something should be taken care of) or Pathelogical(something serious). With the help of Neural Networks, Hyperparameter Optimization and Web Development we will assist doctors to make sure that baby inside the mother's womb is in sound condition!!!
+
+
+
+
+
+
+
+
+ Techdevweb
+ |
+
+
+
+
+ katietut
+ |
+
+
+
+
+ MarcusHu529
+ |
+
+
+
+
+ juancsabogal
+ |
+
+
+
+
+ sthuy9804
+ |
+
+
+
+
+ KoyaS
+ |
+
+
+
+
+ Goob16
+ |
+
+
+
+
A Fetal State Predictor that will predict fetal state whether it's normal suspect or pathological.
From 2e77ea4b4885ec011a79326900e496eb2b1eddba Mon Sep 17 00:00:00 2001
From: Neel Joshi <66744996+Techdevweb@users.noreply.github.com>
Date: Sat, 22 Oct 2022 20:28:09 -0400
Subject: [PATCH 09/24] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3472e97..db81a2f 100644
--- a/README.md
+++ b/README.md
@@ -198,7 +198,7 @@ A Multi-feature Discord Bot with the main goals are being able to use Natural La
## 5. [Basic prediction models](https://github.com/MSU-AI/Fetal-Sate-Predictor)
-This project aims for predicting the state of fetus inside the mother's womb. Our plan is to create an web app that will allow doctors to understand whether the condition of baby inside is Normal(which is ok), Suspect(something should be taken care of) or Pathelogical(something serious). With the help of Neural Networks, Hyperparameter Optimization and Web Development we will assist doctors to make sure that baby inside the mother's womb is in sound condition!!!
+This project's aims for predicting the state of fetus inside the mother's womb. Our plan is to create an web app that will allow doctors to understand whether the condition of baby inside is Normal(which is ok), Suspect(something should be taken care of) or Pathelogical(something serious). With the help of Neural Networks, Hyperparameter Optimization and Web Development we will assist doctors to make sure that baby inside the mother's womb is in sound condition!!!
From 6e4b53e48bd07e4439e3615427c3513c9cfd6335 Mon Sep 17 00:00:00 2001
From: Neel Joshi <66744996+Techdevweb@users.noreply.github.com>
Date: Sat, 22 Oct 2022 20:28:47 -0400
Subject: [PATCH 10/24] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index db81a2f..414d866 100644
--- a/README.md
+++ b/README.md
@@ -198,7 +198,7 @@ A Multi-feature Discord Bot with the main goals are being able to use Natural La
## 5. [Basic prediction models](https://github.com/MSU-AI/Fetal-Sate-Predictor)
-This project's aims for predicting the state of fetus inside the mother's womb. Our plan is to create an web app that will allow doctors to understand whether the condition of baby inside is Normal(which is ok), Suspect(something should be taken care of) or Pathelogical(something serious). With the help of Neural Networks, Hyperparameter Optimization and Web Development we will assist doctors to make sure that baby inside the mother's womb is in sound condition!!!
+This project's aims is for predicting the state of fetus inside the mother's womb. Our plan is to create an web app that will allow doctors to understand whether the condition of baby inside is Normal(which is ok), Suspect(something should be taken care of) or Pathelogical(something serious). With the help of Neural Networks, Hyperparameter Optimization and Web Development we will assist doctors to make sure that baby inside the mother's womb is in sound condition!!!
From fa5207afad1e42190ee9fb8767a79d9b09912c35 Mon Sep 17 00:00:00 2001
From: Neel Joshi <66744996+Techdevweb@users.noreply.github.com>
Date: Sun, 23 Oct 2022 19:11:18 -0400
Subject: [PATCH 11/24] Update README.md
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 414d866..84b8f3b 100644
--- a/README.md
+++ b/README.md
@@ -250,7 +250,6 @@ This project's aims is for predicting the state of fetus inside the mother's wom
-A Fetal State Predictor that will predict fetal state whether it's normal suspect or pathological.
## 6. [Spotify personality predictor](#)
From 0dbda12a844fbcd7586c36ae6dcfa7c869d16d2d Mon Sep 17 00:00:00 2001
From: Neel Joshi <66744996+Techdevweb@users.noreply.github.com>
Date: Sun, 23 Oct 2022 19:11:45 -0400
Subject: [PATCH 12/24] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 84b8f3b..de70027 100644
--- a/README.md
+++ b/README.md
@@ -198,7 +198,7 @@ A Multi-feature Discord Bot with the main goals are being able to use Natural La
## 5. [Basic prediction models](https://github.com/MSU-AI/Fetal-Sate-Predictor)
-This project's aims is for predicting the state of fetus inside the mother's womb. Our plan is to create an web app that will allow doctors to understand whether the condition of baby inside is Normal(which is ok), Suspect(something should be taken care of) or Pathelogical(something serious). With the help of Neural Networks, Hyperparameter Optimization and Web Development we will assist doctors to make sure that baby inside the mother's womb is in sound condition!!!
+This project's aim is for predicting the state of fetus inside the mother's womb. Our plan is to create an web app that will allow doctors to understand whether the condition of baby inside is Normal(which is ok), Suspect(something should be taken care of) or Pathelogical(something serious). With the help of Neural Networks, Hyperparameter Optimization and Web Development we will assist doctors to make sure that baby inside the mother's womb is in sound condition!!!
From 58595eff7031e4a0804b1a285f453a77c7ccb4ff Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Mon, 24 Oct 2022 17:12:29 -0400
Subject: [PATCH 13/24] Update README.md
---
README.md | 34 ++++++++++++++++++++++++++++------
1 file changed, 28 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 0f93265..cf3a89e 100644
--- a/README.md
+++ b/README.md
@@ -210,25 +210,47 @@ A Fetal State Predictor that will predict fetal state whether it's normal suspec
- Zane Aridi
+
+
+
+ Zane Aridi
|
- Aaryan Walia
+
+
+
+ Aaryan Walia
|
- Blenda
+
+
+
+ Blenda
|
- Brian Kim
+
+
+
+ Brian Kim
|
- Joanna
+
+
+
+ Joanna
|
- Mann Aswal
+
+
+
+ Mann Aswal
|
Kevin
+
+
+
+ Kevin
|
From a1ad9784603cc7a815192e24aec6f74541188233 Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Mon, 24 Oct 2022 17:22:53 -0400
Subject: [PATCH 14/24] Update README.md
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index cf3a89e..132c4e3 100644
--- a/README.md
+++ b/README.md
@@ -246,7 +246,6 @@ A Fetal State Predictor that will predict fetal state whether it's normal suspec
Mann Aswal
- Kevin
From 311fe9eefecb359a635d146f4e8625f64f01ef36 Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Mon, 24 Oct 2022 17:26:59 -0400
Subject: [PATCH 15/24] Delete SpotifyProject.py
---
ProjectSolution/SpotifyProject.py | 123 ------------------------------
1 file changed, 123 deletions(-)
delete mode 100644 ProjectSolution/SpotifyProject.py
diff --git a/ProjectSolution/SpotifyProject.py b/ProjectSolution/SpotifyProject.py
deleted file mode 100644
index 5b43c3b..0000000
--- a/ProjectSolution/SpotifyProject.py
+++ /dev/null
@@ -1,123 +0,0 @@
-#import Spotipy
-import ast
-from typing import List
-from os import listdir
-import spotipy
-import requests
-import pandas as pd
-
-def get_streamings(path: str = 'AData') -> List[dict]:
-
- files = ['AData/' + x for x in listdir(path)
- if x.split('.')[0][:-1] == 'StreamingHistory']
-
- all_streamings = []
- totalTimeByTrack = {}
-
- for file in files:
- with open(file, 'r', encoding='UTF-8') as f:
- new_streamings = ast.literal_eval(f.read())
- for streaming in new_streamings:
- if streaming['trackName'] in totalTimeByTrack:
- totalTimeByTrack[streaming['trackName']] += round(streaming['msPlayed']/60000)
- else:
- totalTimeByTrack[streaming['trackName']] = round(streaming['msPlayed']/60000)
- all_streamings.append(streaming)
- return totalTimeByTrack
-
-
-def get_id(track_name: str, token: str) -> str:
- headers = {
- 'Accept': 'application/json',
- 'Content-Type': 'application/json',
- 'Authorization': f'Bearer ' + token,
- }
- params = [
- ('q', track_name),
- ('type', 'track'),
- ]
- try:
- response = requests.get('https://api.spotify.com/v1/search',
- headers = headers, params = params, timeout = 5)
- json = response.json()
- first_result = json['tracks']['items'][0]
- track_id = first_result['id']
- return track_id
- except:
- return None
-
-
-def get_features(track_id: str, token: str) -> dict:
- sp = spotipy.Spotify(auth=token)
- try:
- features = sp.audio_features([track_id])
- return features[0]
- except:
- return None
-
-def trim_features(features: dict) -> dict:
- # TODO: Only grab certain features
- pass
-
-
-#get_streamings()
-
-username = 'qut9zcs5mbfdmc5cykwudcjtj'
-client_id = '248c415c42004414acfa6cc8fe305bc3'
-client_secret = 'acb2bbbec3184747b5851fa482419ade'
-redirect_url = 'http://localhost:7777/callback'
-scope = 'user-read-recently-played'
-
-token = spotipy.util.prompt_for_user_token(username=username,
- scope=scope,
- client_id=client_id,
- client_secret=client_secret,
- redirect_uri=redirect_url)
-
-streamings = get_streamings()
-sortedListByStreamingTimes = sorted([x for x in streamings.values()])
-topX = int(len(sortedListByStreamingTimes)*.5)
-dataset = pd.DataFrame()
-
-featureFinalValues = {}
-for streamingName,timePlayed in streamings.items():
- if timePlayed < sortedListByStreamingTimes[topX]:
- continue
-
- ID = get_id(streamingName,token)
-
- # TODO: Make function to extract features we care about
- features = get_features(ID,token)
-
- # TODO: Grab genere
-
- # get averages for each value in feature_avgs
- for key,value in features.items():
-
- if key in featureFinalValues:
- featureFinalValues[key][0] += value*timePlayed
- featureFinalValues[key][1] += timePlayed
- else:
- featureFinalValues[key] = [value*timePlayed,timePlayed]
-
-
- # Associtae indexs
- bigFive = [50,50,50,50,50]
-
-
-
-
-#print("Streamings:",streamings)
-#print("\nID:",ID)
-#print("\nfeatures",features)
-
-# ID 1
-# Dictionary where ID is the key
-# the value will be a tuple
-# two dictionaries
-# Dict1 will have all a person songs that are in the top 75% of their listening.
-# Keys for this dictioanry will be the song name and value will be a tuple of time listen to in total and the artist name
-
-
-# ITF dictionary 2 od the tuple will be the quetion number ids and participant responses
-
From 51e55b14bf31c933d6c2014e061969f7cec024ce Mon Sep 17 00:00:00 2001
From: DoctorLouWho <113136906+DoctorLouWho@users.noreply.github.com>
Date: Wed, 26 Oct 2022 00:40:48 -0400
Subject: [PATCH 16/24] Added members
---
README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 50 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index de70027..1683465 100644
--- a/README.md
+++ b/README.md
@@ -253,7 +253,56 @@ This project's aim is for predicting the state of fetus inside the mother's womb
## 6. [Spotify personality predictor](#)
-## 7. [AI decryption](#)
+## 7. [AI decryption](https://github.com/MSU-AI/NikaProject)
+
+
+
+
+
+
+
+
+ DoctorLouWho
+ |
+
+
+
+
+ ajaykumar2k25
+ |
+
+
+
+
+ anvita-g
+ |
+
+
+
+
+ crandalllauryn
+ |
+
+
+
+
+ andrewchiu1203
+ |
+
+
+
+
+ haniyyasurayya
+ |
+
+
+
+
+ Scarcedust
+ |
+
+
+
## 8. [AI firewall](#)
From 814985a50295035f16419a462319934f3a54f270 Mon Sep 17 00:00:00 2001
From: DoctorLouWho <113136906+DoctorLouWho@users.noreply.github.com>
Date: Wed, 26 Oct 2022 10:54:39 -0400
Subject: [PATCH 17/24] New members
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1683465..2aa7de5 100644
--- a/README.md
+++ b/README.md
@@ -278,7 +278,7 @@ This project's aim is for predicting the state of fetus inside the mother's womb
|
-
+
crandalllauryn
|
From 786c1946233d726fedf8920f437ad1ca7389900a Mon Sep 17 00:00:00 2001
From: DoctorLouWho <113136906+DoctorLouWho@users.noreply.github.com>
Date: Wed, 26 Oct 2022 10:58:04 -0400
Subject: [PATCH 18/24] update
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2aa7de5..1683465 100644
--- a/README.md
+++ b/README.md
@@ -278,7 +278,7 @@ This project's aim is for predicting the state of fetus inside the mother's womb
-
+
crandalllauryn
|
From 56c3abf7e6ec35dfbc5c0c5b81007c7e89d7cd53 Mon Sep 17 00:00:00 2001
From: DoctorLouWho <113136906+DoctorLouWho@users.noreply.github.com>
Date: Wed, 26 Oct 2022 16:04:38 -0400
Subject: [PATCH 19/24] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1683465..c39032a 100644
--- a/README.md
+++ b/README.md
@@ -253,7 +253,7 @@ This project's aim is for predicting the state of fetus inside the mother's womb
## 6. [Spotify personality predictor](#)
-## 7. [AI decryption](https://github.com/MSU-AI/NikaProject)
+## 7. [AI Encryption](https://github.com/MSU-AI/NikaProject)
@@ -272,7 +272,7 @@ This project's aim is for predicting the state of fetus inside the mother's womb
-
+
anvita-g
|
From ca138e78c6d58a6255e809f55ea412784711e8ff Mon Sep 17 00:00:00 2001
From: DoctorLouWho <113136906+DoctorLouWho@users.noreply.github.com>
Date: Wed, 26 Oct 2022 16:14:05 -0400
Subject: [PATCH 20/24] changed description
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c39032a..8f4622b 100644
--- a/README.md
+++ b/README.md
@@ -254,7 +254,7 @@ This project's aim is for predicting the state of fetus inside the mother's womb
## 6. [Spotify personality predictor](#)
## 7. [AI Encryption](https://github.com/MSU-AI/NikaProject)
-
+The aim of this project is to enhance security when modifying encrypted data. Using homomorphic encryption and neural networks, our goal is to make an app that takes in data from the user, encrypts it, and then modifies the encrypted data without decryption. The user then can access the changed data.
@@ -272,7 +272,7 @@ This project's aim is for predicting the state of fetus inside the mother's womb
-
+
anvita-g
|
From f3b106c20e6dcf9dbe2f86b4d6204de7208d4a7d Mon Sep 17 00:00:00 2001
From: Kenneth Sun
Date: Fri, 28 Oct 2022 15:29:49 -0400
Subject: [PATCH 21/24] Add sl-translator members to readme
---
README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/README.md b/README.md
index 8f4622b..f1f4d32 100644
--- a/README.md
+++ b/README.md
@@ -308,6 +308,54 @@ The aim of this project is to enhance security when modifying encrypted data. Us
## 9. [Sign language translator](https://github.com/MSU-AI/SignLanguageTranslator)
Given camera [ASL](https://en.wikipedia.org/wiki/American_Sign_Language) input, outputs English.
+
+
+
+
+
+
+
+ spesthecat
+ |
+
+
+
+
+ adityapandey1221
+ |
+
+
+
+
+ grosskir
+ |
+
+
+
+
+ michaelborek
+ |
+
+
+
+
+ Dao Hoang Anh
+ |
+
+
+
+
+ langerno
+ |
+
+
+
+
+ npaigalikar
+ |
+
+
+
## 10. [Milburn Pennybags-Monopoly AI](https://github.com/MSU-AI/milburn-monopoly-ai)
AI for the board game Monopoly that will be trained by Reinforcement Learning. It's name is Milburn. After living a long and succesfull life it was time for Mr. Milburn Pennybags to come to terms that his life is almost over. Behind him he left the biggest real-estate empire known to humankind. But, he could not accept the fact that it all may disapear since he does not have a worthy successor. So he came up with an idea to hire data scientists from MSU to build him an AI that will be as good as him and if not better. His goal is to make this AI own the world! Will the team create a money making machine or a money burner, we shall find out...
From 53dad4777f3d3367605d97a76433bbbd76d82160 Mon Sep 17 00:00:00 2001
From: Kenneth Sun
Date: Fri, 28 Oct 2022 15:48:09 -0400
Subject: [PATCH 22/24] Elongate sl-translator project description
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f1f4d32..547922c 100644
--- a/README.md
+++ b/README.md
@@ -307,7 +307,7 @@ The aim of this project is to enhance security when modifying encrypted data. Us
## 8. [AI firewall](#)
## 9. [Sign language translator](https://github.com/MSU-AI/SignLanguageTranslator)
-Given camera [ASL](https://en.wikipedia.org/wiki/American_Sign_Language) input, outputs English.
+We aim to create a web application that translates [American Sign Language](https://en.wikipedia.org/wiki/American_Sign_Language) into English. We will use hand/finger tracking and possibly pose detection to recognize individual signs, which is then translated into English by natural language processing.
From 9fc4d9ce6a88edc1f62e6f2c6ce69f6575ae888c Mon Sep 17 00:00:00 2001
From: Y0uk1tsun3
Date: Sat, 29 Oct 2022 23:42:23 -0400
Subject: [PATCH 23/24] Modified Readme
---
README.md | 41 ++++++++++++++++++++++++++++++++++++++++-
1 file changed, 40 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 547922c..e51d073 100644
--- a/README.md
+++ b/README.md
@@ -304,7 +304,46 @@ The aim of this project is to enhance security when modifying encrypted data. Us
-## 8. [AI firewall](#)
+## 8. [AI firewall](https://github.com/MSU-AI/AI-Firewall)
+The purpose of our project is to develop a Web Application Security Service for the AI Club and any other person that wishes to use.
+This will be either in a form of IPS/IDS or an Intelligent WAF (Web App Firewall), Combining Computer Security and Artificial Intelligence into this cutting-edge technology.
+
+
+
+
+
+
+
+
+ Y0uk1tsun3
+ |
+
+
+
+
+ satyabyreddy
+ |
+
+
+
+
+ pprahlada
+ |
+
+
+
+
+ jyax
+ |
+
+
+
+
+ GitHub username
+ |
+
+
+
## 9. [Sign language translator](https://github.com/MSU-AI/SignLanguageTranslator)
We aim to create a web application that translates [American Sign Language](https://en.wikipedia.org/wiki/American_Sign_Language) into English. We will use hand/finger tracking and possibly pose detection to recognize individual signs, which is then translated into English by natural language processing.
From 5182814223b0efe277d4b8d4e944ba25e913a5dc Mon Sep 17 00:00:00 2001
From: ZaneAridi1022 <80779298+ZaneAridi1022@users.noreply.github.com>
Date: Sun, 30 Oct 2022 21:08:58 -0400
Subject: [PATCH 24/24] Update README.md
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index cc4784d..57defb0 100644
--- a/README.md
+++ b/README.md
@@ -256,7 +256,6 @@ A Fetal State Predictor that will predict fetal state whether it's normal suspec
This project ultilizes data collected from our friends Spotify accounts. We use their listening history as well as their responses to a personality questionaire to create an accurate dataset. With this dataset, we are training a model to identify a person's personality based on factors prevelent in their music taste.
- Project members: