diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/DSL/README.md b/DSL/README.md new file mode 100644 index 00000000..34bd0fa3 --- /dev/null +++ b/DSL/README.md @@ -0,0 +1 @@ +## Root DSL Folder \ No newline at end of file diff --git a/GUI/README.md b/GUI/README.md new file mode 100644 index 00000000..40e93cbd --- /dev/null +++ b/GUI/README.md @@ -0,0 +1 @@ +## Contains GUI code \ No newline at end of file diff --git a/GUI/tests/README.md b/GUI/tests/README.md new file mode 100644 index 00000000..3a807f89 --- /dev/null +++ b/GUI/tests/README.md @@ -0,0 +1 @@ +## Contains both unit and integration test for GUI \ No newline at end of file diff --git a/configs/README.md b/configs/README.md new file mode 100644 index 00000000..ccfcdcf1 --- /dev/null +++ b/configs/README.md @@ -0,0 +1 @@ +## Contains all important configurations \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..34561cc2 --- /dev/null +++ b/docs/README.md @@ -0,0 +1 @@ +## Contains documentation \ No newline at end of file diff --git a/src/README.md b/src/README.md new file mode 100644 index 00000000..c9152505 --- /dev/null +++ b/src/README.md @@ -0,0 +1 @@ +## Contains primary platform code \ No newline at end of file diff --git a/src/dataset-generation/__init__.py b/src/dataset-generation/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/src/inference/__init__.py b/src/inference/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/src/tests/README.md b/src/tests/README.md new file mode 100644 index 00000000..0f525a82 --- /dev/null +++ b/src/tests/README.md @@ -0,0 +1 @@ +## Contains both unit and integration test for global classifier backend \ No newline at end of file diff --git a/src/training/__init__.py b/src/training/__init__.py new file mode 100644 index 00000000..e69de29b