ffahleraz / ml-board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml-board (Re: ml-dash-board)

A simple dashboard to run classification pipelines.

Running Locally

Backend

  • Install anaconda
  • Create and activate conda environment:
$ conda env create -f environment.yml
$ source activate ml-board
  • Run the backend server:
$ cd backend
$ export FLASK_APP=mlboard
$ export FLASK_ENV=development
$ flask run

Frontend

  • Make sure you have node and npm installed
  • Run the frontend dev server:
$ cd frontend/ml-board
$ npm install
$ npm start

About


Languages

Language:JavaScript 65.3%Language:Python 28.8%Language:HTML 4.9%Language:CSS 1.0%