Skip to content

makky3939/lda-board

 
 

Repository files navigation

lda-board

Auto segmentation UI using LDA

lda-board

Features

  • TBD

Quick start

$ git clone [email protected]:treasure-data/lda-board.git
$ cd lda-board
$ docker-compose build # --no-cache
$ docker-compose up # -d
$ docker-compose run web bundle exec rails db:setup
$ open http://localhost:3000/sign_in 

Development

Setup

$ git clone [email protected]:treasure-data/lda-board.git
$ cd lda-board
$ bundle install
$ yarn install
$ rake db:setup

Running

  1. docker-compose up postgresql
  2. rails server
  3. ./bin/webpack-dev-server

Open http://localhost:3000

About

Auto segmentation UI using LDA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 52.2%
  • JavaScript 41.6%
  • Python 3.7%
  • Shell 1.0%
  • HTML 0.7%
  • Dockerfile 0.7%
  • CSS 0.1%