From 1957fa6fecdf4a22c186db25a848a6acedda6082 Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Sat, 20 Apr 2024 15:29:29 -0400 Subject: [PATCH 1/5] Added Self-Trained Classifications --- .gitignore | 3 --- .idea/AI-Classifications.iml | 2 +- .idea/misc.xml | 2 +- .netlify/state.json | 3 +++ 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .netlify/state.json diff --git a/.gitignore b/.gitignore index 1694766..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +0,0 @@ - -# Local Netlify folder -.netlify diff --git a/.idea/AI-Classifications.iml b/.idea/AI-Classifications.iml index 2c80e12..6cb8b9a 100644 --- a/.idea/AI-Classifications.iml +++ b/.idea/AI-Classifications.iml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 96d3753..e913e64 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.netlify/state.json b/.netlify/state.json new file mode 100644 index 0000000..e02f590 --- /dev/null +++ b/.netlify/state.json @@ -0,0 +1,3 @@ +{ + "siteId": "32b59694-0b36-4792-a3cd-573e54934e99" +} \ No newline at end of file From fabdfdc73646151b232068489194c5769e8bdd31 Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Sun, 21 Apr 2024 11:57:06 -0400 Subject: [PATCH 2/5] Added Self-Trained Classifications --- vectorizer.pkl | Bin 1299 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 vectorizer.pkl diff --git a/vectorizer.pkl b/vectorizer.pkl deleted file mode 100644 index c8ccbbb343290215457098a48595f08fea5f34b3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1299 zcmZux&2Jnv6yM#<%x*p!QdK<#sRb^HXh%vFRYgQyDnLaH+5@Txhe(!Z#>^cyLt#@ri35(rl_UQeCytz0o;RChRj}l-$M5_1K7NQUqP5Oq!9Dx3X4J^EV$`*U z5jJs#7EUOcI=p*$=S3yT>Kj%#WyJT)_+S10kN%b4gIGx2B1gYa(lLp*0h5I)g&cc` zTUR}N;$f>~_=I|mQN}}Joe>4H-U=5@Xi=b~^&{BQhH0Y;W-T&~VBM*gOfD>rU_d3U zr@=ZzXUdcw)@yafOhGO4Gq|59KRG)&`|u?9uwk9jBnSpeNkb>3 zto-xgUrQ8{M#%7zbzv(ImtX|uO*uBSA%@B^LweTz3Dupdg63^a%`~XXg$%cIh)Xxs z3}csVqo)W=RV(TqA0lKBNo5)jz4{Tpx0VqE6+PdujZ%&;|F&$K*Fs`Kh^tUxf=A%v z9oSi<;RX6(E7Y`-2Y!#==kLw<`!oK*Ic&>o?+FIwvjo29qUOf*}tO7HtG3IeP?sAxnXY@^I%ng%0QGB4DCLfz^aY zMj`%Z#?a}pp<1sv3j++XsHwG{zYBd?(!dn}im&Xw#ye&zsuAJcOWziD2(86fHdt{apE?X6+iCNi zAilanQFL+laECsLaL2eW9^fY|NDu(+jOULpTY-PXKjueS|F!2&`4C%ypPhW!X7heS`E{IC%=-V2TYmLvKS3S82oqzt{z^`p?uSPSUA89?g|HnVWx6l1I zpS(JL@b~cQyrN(HdFfII?h;NdDX3IZ6tpIx@~A^l?<@$|sE(CbW|!44YjfBk%Yi~p znXx!UJZv7Mhv`A8m30RmS#DQif>JjQo?o4I)lm=wKM&j4&d{Le1iqAM Date: Sun, 21 Apr 2024 12:02:45 -0400 Subject: [PATCH 3/5] Added Self-Trained Classifications --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cd8455d..a20a8af 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ def main(): 10) Exit """) - choice = input("Enter the number of the task: ") + choice = input("Enter the number of the task you'd like to perform: ") script_path = scripts.get(choice) if script_path: From d725d07f5ac7df9ea54b07191844c9be7e5b0d9f Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Fri, 13 Sep 2024 00:08:49 -0400 Subject: [PATCH 4/5] Delete .idea directory Signed-off-by: Son Nguyen --- .idea/.gitignore | 8 -------- .idea/AI-Classifications.iml | 10 ---------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 7 ------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 6 files changed, 45 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/AI-Classifications.iml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/AI-Classifications.iml b/.idea/AI-Classifications.iml deleted file mode 100644 index 6cb8b9a..0000000 --- a/.idea/AI-Classifications.iml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index e913e64..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 271cba4..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From 28186afe3893aabda55f2dade836e7aa77d97765 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Sun, 20 Oct 2024 13:09:39 -0400 Subject: [PATCH 5/5] Delete .gitattributes Signed-off-by: Son Nguyen --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 2fd5fde..0000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -yolov3.weights filter=lfs diff=lfs merge=lfs -text -training.1600000.processed.noemoticon.csv filter=lfs diff=lfs merge=lfs -text -Sentiment-Analysis/*.csv filter=lfs diff=lfs merge=lfs -text