Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 721 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 721 Bytes

Website for Label Predicton Github Bot

Netlify Status

Setup

# Install dependencies
yarn install or npm install

# Run for development build
yarn build:dev or npm run build:dev # generate main.css for development
yarn start or npm run start # starts web server and watches for file changes

# Run for production build
yarn build # if using npm, change 'yarn build:prod' to 'npm run build:prod' in package.json

Website screenshot

homepage screenshot

Video of Label Prediction on website