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#