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.
- Clone and install aoji.
git clone https://github.com/tasotasoso/aoji cd aoji python setup.py install
-
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
-
Launch your project. Launch python shell and launch your project.
import aoji aoji.launch()
- 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)
Aoji includes source reffering to kaggle API source code.
This code subject to the it's Apache-2.0 license.