Search Kaggle competitions and solutions based on data and predict type, evaluation metric, etc.
Warning This website has closed. Twitter account is active.
This is Twitter account that tweet when new Kaggle competition is launched.
- Kaggle API
- docker-compose
- npm
git clone https://github.com/Doarakko/kagoole
cp .env.example .env
cp frontend/.env.example frontend/.envEnter your Kaggle username and key to .env.
KAGGLE_KEY=bbbb
KAGGLE_USERNAME=ccccdocker-compose updocker exec -it kagoole_backend python manage.py makemigrations kagoole
docker exec -it kagoole_backend python manage.py migratedocker exec -it kagoole_backend python manage.py runscript starterCheck http://0.0.0.0:8000.
npm install
npm startGo to http://localhost:3000!
Welcome issue and pull request.
MIT
Doarakko

