/aoji

Primary LanguagePythonApache License 2.0Apache-2.0

UT by github action

Aoji

Aoji supports createing your local git project for kaggle.

Your kaggle projects will travel kaggle cloud to your local PC to your github repositry.

Let's create your kaggle project at your local environment by aoji.

Usage

  1. Clone and install aoji.
git clone https://github.com/tasotasoso/aoji
cd aoji
python setup.py install
  1. Set your API credentioals for kaggle. You have to create and set API Token ofr kaggle. In detail, check Kaggle API git repositry. https://github.com/Kaggle/kaggle-api#api-credentials

  2. Launch your project. Launch python shell and launch your project.

import aoji
aoji.launch()
  1. Choose competition. Aoji shows competitions got from kaggle api, and you can choose the number of competition. If you choose competition, aoji creates directory which name is competition name.
# For example:
# You choise "TITANIC",

    TITANIC
      ├─.git
      ├─.gitignore (empty)
      └─README.md  (empty)

Note

Aoji includes source reffering to kaggle API source code.

This code subject to the it's Apache-2.0 license.