Skip to content

Doarakko/kagoole

Repository files navigation

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

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

2. Run backend

docker-compose up

3. Migrate

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

4. Initialize Kaggle data

docker exec -it kagoole_backend python manage.py runscript starter

Check http://0.0.0.0:8000.

5. Run frontend

npm install
npm start

Go to http://localhost:3000!

Contribution

Welcome issue and pull request.

License

MIT

Author

Doarakko