diff --git a/AgML/.github/workflows/deploy.yml b/.github/workflows/deploy.yml similarity index 100% rename from AgML/.github/workflows/deploy.yml rename to .github/workflows/deploy.yml diff --git a/AgML/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml similarity index 100% rename from AgML/.github/workflows/test-deploy.yml rename to .github/workflows/test-deploy.yml diff --git a/AgML/.gitignore b/.gitignore similarity index 100% rename from AgML/.gitignore rename to .gitignore diff --git a/AgML/README.md b/README.md similarity index 100% rename from AgML/README.md rename to README.md diff --git a/AgML/docs/code-of-conduct.mdx b/docs/code-of-conduct.mdx similarity index 100% rename from AgML/docs/code-of-conduct.mdx rename to docs/code-of-conduct.mdx diff --git a/AgML/docs/credits.mdx b/docs/credits.mdx similarity index 100% rename from AgML/docs/credits.mdx rename to docs/credits.mdx diff --git a/AgML/docs/development.mdx b/docs/development.mdx similarity index 100% rename from AgML/docs/development.mdx rename to docs/development.mdx diff --git a/AgML/docs/index.mdx b/docs/index.mdx similarity index 100% rename from AgML/docs/index.mdx rename to docs/index.mdx diff --git a/AgML/docs/license.mdx b/docs/license.mdx similarity index 100% rename from AgML/docs/license.mdx rename to docs/license.mdx diff --git a/AgML/docusaurus.config.ts b/docusaurus.config.ts similarity index 100% rename from AgML/docusaurus.config.ts rename to docusaurus.config.ts diff --git a/AgML/package-lock.json b/package-lock.json similarity index 100% rename from AgML/package-lock.json rename to package-lock.json diff --git a/AgML/package.json b/package.json similarity index 100% rename from AgML/package.json rename to package.json diff --git a/AgML/scripts/generate-datasets.mjs b/scripts/generate-datasets.mjs similarity index 100% rename from AgML/scripts/generate-datasets.mjs rename to scripts/generate-datasets.mjs diff --git a/AgML/sidebars.ts b/sidebars.ts similarity index 100% rename from AgML/sidebars.ts rename to sidebars.ts diff --git a/AgML/src/components/DatasetMetadataModal.module.css b/src/components/DatasetMetadataModal.module.css similarity index 100% rename from AgML/src/components/DatasetMetadataModal.module.css rename to src/components/DatasetMetadataModal.module.css diff --git a/AgML/src/components/DatasetMetadataModal.tsx b/src/components/DatasetMetadataModal.tsx similarity index 100% rename from AgML/src/components/DatasetMetadataModal.tsx rename to src/components/DatasetMetadataModal.tsx diff --git a/AgML/src/components/DatasetTable.module.css b/src/components/DatasetTable.module.css similarity index 100% rename from AgML/src/components/DatasetTable.module.css rename to src/components/DatasetTable.module.css diff --git a/AgML/src/components/DatasetTable.tsx b/src/components/DatasetTable.tsx similarity index 100% rename from AgML/src/components/DatasetTable.tsx rename to src/components/DatasetTable.tsx diff --git a/AgML/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx similarity index 100% rename from AgML/src/components/HomepageFeatures/index.tsx rename to src/components/HomepageFeatures/index.tsx diff --git a/AgML/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css similarity index 100% rename from AgML/src/components/HomepageFeatures/styles.module.css rename to src/components/HomepageFeatures/styles.module.css diff --git a/AgML/src/css/custom.css b/src/css/custom.css similarity index 100% rename from AgML/src/css/custom.css rename to src/css/custom.css diff --git a/AgML/src/lib/datasets.ts b/src/lib/datasets.ts similarity index 100% rename from AgML/src/lib/datasets.ts rename to src/lib/datasets.ts diff --git a/AgML/src/pages/datasets/index.module.css b/src/pages/datasets/index.module.css similarity index 100% rename from AgML/src/pages/datasets/index.module.css rename to src/pages/datasets/index.module.css diff --git a/AgML/src/pages/datasets/index.tsx b/src/pages/datasets/index.tsx similarity index 100% rename from AgML/src/pages/datasets/index.tsx rename to src/pages/datasets/index.tsx diff --git a/AgML/src/pages/index.module.css b/src/pages/index.module.css similarity index 100% rename from AgML/src/pages/index.module.css rename to src/pages/index.module.css diff --git a/AgML/src/pages/index.tsx b/src/pages/index.tsx similarity index 100% rename from AgML/src/pages/index.tsx rename to src/pages/index.tsx diff --git a/AgML/static/.nojekyll b/static/.nojekyll similarity index 100% rename from AgML/static/.nojekyll rename to static/.nojekyll diff --git a/AgML/static/data/datasets.json b/static/data/datasets.json similarity index 100% rename from AgML/static/data/datasets.json rename to static/data/datasets.json diff --git a/AgML/static/data/hf_datasets.json b/static/data/hf_datasets.json similarity index 100% rename from AgML/static/data/hf_datasets.json rename to static/data/hf_datasets.json diff --git a/AgML/static/img/agml/agml-framework.png b/static/img/agml/agml-framework.png similarity index 100% rename from AgML/static/img/agml/agml-framework.png rename to static/img/agml/agml-framework.png diff --git a/AgML/static/img/agml/agml-logo-wide.png b/static/img/agml/agml-logo-wide.png similarity index 100% rename from AgML/static/img/agml/agml-logo-wide.png rename to static/img/agml/agml-logo-wide.png diff --git a/AgML/static/img/agml/agml-logo.png b/static/img/agml/agml-logo.png similarity index 100% rename from AgML/static/img/agml/agml-logo.png rename to static/img/agml/agml-logo.png diff --git a/AgML/static/img/agml/agml_dataset_world_map.png b/static/img/agml/agml_dataset_world_map.png similarity index 100% rename from AgML/static/img/agml/agml_dataset_world_map.png rename to static/img/agml/agml_dataset_world_map.png diff --git a/AgML/static/img/docusaurus-social-card.jpg b/static/img/docusaurus-social-card.jpg similarity index 100% rename from AgML/static/img/docusaurus-social-card.jpg rename to static/img/docusaurus-social-card.jpg diff --git a/AgML/static/img/docusaurus.png b/static/img/docusaurus.png similarity index 100% rename from AgML/static/img/docusaurus.png rename to static/img/docusaurus.png diff --git a/AgML/static/img/favicon.ico b/static/img/favicon.ico similarity index 100% rename from AgML/static/img/favicon.ico rename to static/img/favicon.ico diff --git a/AgML/static/img/logo.svg b/static/img/logo.svg similarity index 100% rename from AgML/static/img/logo.svg rename to static/img/logo.svg diff --git a/AgML/static/img/undraw_docusaurus_mountain.svg b/static/img/undraw_docusaurus_mountain.svg similarity index 100% rename from AgML/static/img/undraw_docusaurus_mountain.svg rename to static/img/undraw_docusaurus_mountain.svg diff --git a/AgML/static/img/undraw_docusaurus_react.svg b/static/img/undraw_docusaurus_react.svg similarity index 100% rename from AgML/static/img/undraw_docusaurus_react.svg rename to static/img/undraw_docusaurus_react.svg diff --git a/AgML/static/img/undraw_docusaurus_tree.svg b/static/img/undraw_docusaurus_tree.svg similarity index 100% rename from AgML/static/img/undraw_docusaurus_tree.svg rename to static/img/undraw_docusaurus_tree.svg diff --git a/AgML/tsconfig.json b/tsconfig.json similarity index 100% rename from AgML/tsconfig.json rename to tsconfig.json