From 2472c42845050a5555aed50790d925fc31696b7d Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 8 Jul 2022 19:43:10 +0000 Subject: [PATCH] Deployed d18cbf8 with MkDocs version: 1.3.0 --- 404.html | 12 +- CNAME | 1 - explanation/index.html | 12 +- great_ai_example-main/index.html | 32 ++-- great_ai_example-main/src/data/index.html | 12 +- great_ai_example-main/src/deploy/index.html | 12 +- great_ai_example-main/src/train/index.html | 12 +- hello_world/index.html | 12 +- how-to-guides/index.html | 12 +- index.html | 165 ++++++++++++++++---- index.md | 111 +++++++++++-- media/hello-world-dashboard.png | Bin 0 -> 634259 bytes media/hello-world-docs.png | Bin 0 -> 510025 bytes open_s3/index.html | 120 +++++++------- reference/index.html | 140 +++++++++-------- scope-simple.drawio.svg | 125 +++++++++++++++ search/search_index.json | 2 +- simple-mag/train/index.html | 12 +- sitemap.xml.gz | Bin 205 -> 205 bytes tutorials/index.html | 16 +- 20 files changed, 587 insertions(+), 221 deletions(-) delete mode 100644 CNAME create mode 100644 media/hello-world-dashboard.png create mode 100644 media/hello-world-docs.png create mode 100644 scope-simple.drawio.svg diff --git a/404.html b/404.html index f5375bd..dd6a69b 100644 --- a/404.html +++ b/404.html @@ -6,6 +6,10 @@ + + + + @@ -166,7 +170,7 @@
- GitHub + schmelczer/great-ai
@@ -211,7 +215,7 @@
- GitHub + schmelczer/great-ai
@@ -227,7 +231,7 @@
  • - Home + Overview
  • @@ -366,7 +370,7 @@
    - + diff --git a/CNAME b/CNAME deleted file mode 100644 index 10425a6..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -great-ai.scoutinscience.com \ No newline at end of file diff --git a/explanation/index.html b/explanation/index.html index 073c6b8..064f1dd 100644 --- a/explanation/index.html +++ b/explanation/index.html @@ -6,6 +6,10 @@ + + + + @@ -166,7 +170,7 @@
    - GitHub + schmelczer/great-ai
    @@ -211,7 +215,7 @@
    - GitHub + schmelczer/great-ai
    @@ -227,7 +231,7 @@
  • - Home + Overview
  • @@ -435,7 +439,7 @@
    - + diff --git a/great_ai_example-main/index.html b/great_ai_example-main/index.html index 0ecbea3..30d929f 100644 --- a/great_ai_example-main/index.html +++ b/great_ai_example-main/index.html @@ -6,6 +6,10 @@ + + + + @@ -171,7 +175,7 @@
    - GitHub + schmelczer/great-ai
    @@ -216,7 +220,7 @@
    - GitHub + schmelczer/great-ai
    @@ -232,7 +236,7 @@
  • - Home + Overview
  • @@ -394,21 +398,21 @@ -

    Train a domain classifier on the semantic scholar dataset

    +

    Train a domain classifier on the semantic scholar dataset#

    steps

    -

    Install

    -

    System dependencies

    +

    Install#

    +

    System dependencies#

    Make sure you have python3, pip, and venv installed.

    On Ubuntu, execute: sudo apt install -y python3 python3-pip python3-venv

    -

    Install dependencies

    -
    python3 -m venv --copies .env 
    -source .env/bin/activate
    -
    -pip install -r requirements.txt
    -
    -

    Execute

    +

    Install dependencies#

    +
    python3 -m venv --copies .env 
    +source .env/bin/activate
    +
    +pip install -r requirements.txt
    +
    +

    Execute#