项目作者: Doarakko

项目描述 :
Search kaggle competitions and solutions based on data and predict type, evaluation metric, etc.
高级语言: JavaScript
项目地址: git://github.com/Doarakko/kagoole.git
创建时间: 2019-06-04T05:12:55Z
项目社区:https://github.com/Doarakko/kagoole

开源协议:MIT License

下载


Kagoole

Search Kaggle competitions and solutions based on data and predict type, evaluation metric, etc.

Warning
This website has closed. Twitter account is active.

sample

This is Twitter account that tweet when new Kaggle competition is launched.

tweet example

Requirements

Usage

1. init

  1. git clone https://github.com/Doarakko/kagoole
  2. cp .env.example .env
  3. cp frontend/.env.example frontend/.env

Enter your Kaggle username and key to .env.

  1. KAGGLE_KEY=bbbb
  2. KAGGLE_USERNAME=cccc

2. Run backend

  1. docker-compose up

3. Migrate

  1. docker exec -it kagoole_backend python manage.py makemigrations kagoole
  2. docker exec -it kagoole_backend python manage.py migrate

4. Initialize Kaggle data

  1. docker exec -it kagoole_backend python manage.py runscript starter

Check http://0.0.0.0:8000.

5. Run frontend

  1. npm install
  2. npm start

Go to http://localhost:3000!

Contribution

Welcome issue and pull request.

License

MIT

Author

Doarakko