great-ai/docs/great_ai_example-main
2022-07-08 10:56:42 +02:00
..
.vscode Setup docs page 2022-07-08 10:56:42 +02:00
diagrams Setup docs page 2022-07-08 10:56:42 +02:00
src Setup docs page 2022-07-08 10:56:42 +02:00
.dockerignore Setup docs page 2022-07-08 10:56:42 +02:00
.gitignore Setup docs page 2022-07-08 10:56:42 +02:00
Dockerfile Setup docs page 2022-07-08 10:56:42 +02:00
format.sh Setup docs page 2022-07-08 10:56:42 +02:00
README.md Setup docs page 2022-07-08 10:56:42 +02:00
requirements.txt Setup docs page 2022-07-08 10:56:42 +02:00

Train a domain classifier on the semantic scholar dataset

steps

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