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
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/.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 2c80e12..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 96d3753..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
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
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:
diff --git a/vectorizer.pkl b/vectorizer.pkl
deleted file mode 100644
index c8ccbbb..0000000
Binary files a/vectorizer.pkl and /dev/null differ