happysad/toxic_comment_binary_classifier
0
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 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