CoolFace
Apppublic

happysad/toxic_comment_binary_classifier

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
setup.sh8 linesDownload Raw Back to root
1#!/bin/bash2 3# Upgrade pip, setuptools, and wheel4pip install --upgrade pip setuptools wheel5 6# Install dependencies from requirements.txt7pip install --no-cache-dir -r requirements.txt8