hugoroussel / rocketbot

Lauzhack 2018 Swissquote challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rocketbot

Lauzhack 2018 swissquote challenge

Setup

Make sure you have pipenv and yarn installed.

In one terminal, run the backend:

cd bot
./run.sh

In the other terminal, run the frontend:

cd interface
yarn
yarn start

Start training

Add a data.csv file to the /training folder

In a terminal, go to the root folder of this project then run the command:

docker build -t rocketbot .
docker run -it --rm rocketbot

About

Lauzhack 2018 Swissquote challenge

License:MIT License


Languages

Language:Python 80.8%Language:JavaScript 12.0%Language:HTML 5.2%Language:Dockerfile 1.1%Language:Shell 0.6%Language:CSS 0.4%