great-ai/great_ai_example-main
2022-07-08 09:31:27 +00:00
..
diagrams Deployed ea540e8 with MkDocs version: 1.3.0 2022-07-08 09:31:27 +00:00
src Deployed ea540e8 with MkDocs version: 1.3.0 2022-07-08 09:31:27 +00:00
Dockerfile Deployed ea540e8 with MkDocs version: 1.3.0 2022-07-08 09:31:27 +00:00
format.sh Deployed ea540e8 with MkDocs version: 1.3.0 2022-07-08 09:31:27 +00:00
index.html Deployed ea540e8 with MkDocs version: 1.3.0 2022-07-08 09:31:27 +00:00
README.md Deployed ea540e8 with MkDocs version: 1.3.0 2022-07-08 09:31:27 +00:00
requirements.txt Deployed ea540e8 with MkDocs version: 1.3.0 2022-07-08 09:31:27 +00: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