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/.env
Enter your Kaggle username and key to .env
.
KAGGLE_KEY=bbbb
KAGGLE_USERNAME=cccc
docker-compose up
docker exec -it kagoole_backend python manage.py makemigrations kagoole
docker exec -it kagoole_backend python manage.py migrate
docker exec -it kagoole_backend python manage.py runscript starter
Check http://0.0.0.0:8000
.
npm install
npm start
Go to http://localhost:3000
!
Welcome issue and pull request.
MIT
Doarakko