Skip to content

ai-center-kth/ml-code-dataset

Repository files navigation

Clones the github repositories from paperswithcode-data, keeping only .py-files and converting any notebooks to scripts.

Getting Started

Prerequisites

  • python3.6+
  • git

Installation

Activate any virtualization environment and install the python packages.

Ex.

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Usage

Use the crawler to retrieve a set of github repositories by their topic. Create a personal access token and store it in apikey.txt. View the optional arguments by passing --help

python crawler.py

To clone the repositories listed in the json-file simply run,

python downloader.py -f <path to json>

About

Code for downloading projects from Github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages