diff --git a/UI/app.css b/docs/app.css similarity index 100% rename from UI/app.css rename to docs/app.css diff --git a/UI/app.html b/docs/app.html similarity index 100% rename from UI/app.html rename to docs/app.html diff --git a/UI/app.js b/docs/app.js similarity index 95% rename from UI/app.js rename to docs/app.js index 436e402..22e1c3d 100644 --- a/UI/app.js +++ b/docs/app.js @@ -18,8 +18,8 @@ function init() { dz.on("complete", function (file) { let imageData = file.dataURL; - var url = "http://127.0.0.1:5000/classify_image"; - // var url = "/api/classify_image"; + // var url = "http://127.0.0.1:5000/classify_image"; + var url = "/api/classify_image"; $.post( url, diff --git a/UI/dropzone.min.css b/docs/dropzone.min.css similarity index 100% rename from UI/dropzone.min.css rename to docs/dropzone.min.css diff --git a/UI/dropzone.min.js b/docs/dropzone.min.js similarity index 100% rename from UI/dropzone.min.js rename to docs/dropzone.min.js diff --git a/UI/test_images/image_12.jpeg b/docs/test_images/image_12.jpeg similarity index 100% rename from UI/test_images/image_12.jpeg rename to docs/test_images/image_12.jpeg diff --git a/UI/test_images/image_15.jpeg b/docs/test_images/image_15.jpeg similarity index 100% rename from UI/test_images/image_15.jpeg rename to docs/test_images/image_15.jpeg diff --git a/UI/test_images/image_16 copy.jpeg b/docs/test_images/image_16 copy.jpeg similarity index 100% rename from UI/test_images/image_16 copy.jpeg rename to docs/test_images/image_16 copy.jpeg diff --git a/UI/test_images/image_16.jpeg b/docs/test_images/image_16.jpeg similarity index 100% rename from UI/test_images/image_16.jpeg rename to docs/test_images/image_16.jpeg diff --git a/UI/test_images/image_36.jpeg b/docs/test_images/image_36.jpeg similarity index 100% rename from UI/test_images/image_36.jpeg rename to docs/test_images/image_36.jpeg diff --git a/UI/test_images/image_38.jpeg b/docs/test_images/image_38.jpeg similarity index 100% rename from UI/test_images/image_38.jpeg rename to docs/test_images/image_38.jpeg diff --git a/UI/test_images/image_61.jpg b/docs/test_images/image_61.jpg similarity index 100% rename from UI/test_images/image_61.jpg rename to docs/test_images/image_61.jpg diff --git a/UI/test_images/image_64.jpg b/docs/test_images/image_64.jpg similarity index 100% rename from UI/test_images/image_64.jpg rename to docs/test_images/image_64.jpg diff --git a/UI/test_images/image_65.jpg b/docs/test_images/image_65.jpg similarity index 100% rename from UI/test_images/image_65.jpg rename to docs/test_images/image_65.jpg diff --git a/UI/images/allu arjun.png b/images/allu arjun.png similarity index 100% rename from UI/images/allu arjun.png rename to images/allu arjun.png diff --git a/UI/images/samantha.png b/images/samantha.png similarity index 100% rename from UI/images/samantha.png rename to images/samantha.png diff --git a/UI/images/sindhoo.png b/images/sindhoo.png similarity index 100% rename from UI/images/sindhoo.png rename to images/sindhoo.png diff --git a/UI/images/upload.png b/images/upload.png similarity index 100% rename from UI/images/upload.png rename to images/upload.png diff --git a/UI/images/vijay thala.png b/images/vijay thala.png similarity index 100% rename from UI/images/vijay thala.png rename to images/vijay thala.png diff --git a/UI/images/virat kohli.png b/images/virat kohli.png similarity index 100% rename from UI/images/virat kohli.png rename to images/virat kohli.png