diff --git a/Speech Detection [20-30]/index.html b/Speech Detection [20-30]/index.html
new file mode 100644
index 0000000..aa1a2cb
--- /dev/null
+++ b/Speech Detection [20-30]/index.html
@@ -0,0 +1,89 @@
+
+
+
+
+ Speech Detection
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Speech Detection [20-30]/package.json b/Speech Detection [20-30]/package.json
new file mode 100644
index 0000000..6a65e92
--- /dev/null
+++ b/Speech Detection [20-30]/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "gum",
+ "version": "1.0.0",
+ "description": "",
+ "main": "scripts.js",
+ "scripts": {
+ "start": "browser-sync start --directory --server --files \"*.css, *.html, *.js\""
+ },
+ "author": "",
+ "license": "ISC",
+ "devDependencies": {
+ "browser-sync": "^2.12.5 <2.23.2"
+ }
+}