This connector is used to combine the work of CC (www.curious-containers.cc) and DVC (Open-source Version Control System for Machine Learning Projects).
Project description
DVC-CC is a wrapper for using the tool Data Version Control (DVC) to make it possible to use DVC to run your script in a cloud. To make this idea possible, we wrote a script that is part of a docker image that can:
- download a git repository,
- download all required files with your DVC storage server,
- execute your script, and
- push the results to GIT and to your DVC storage server.
To assign the right hardware for your need in the cloud, we use Curious Containers (CC). This Software runs on our cloud and manages the cloud.
Installation of DVC-CC
DVC-CC is written in python so you can easily install DVC-CC by using pip.
We recommend that you install DVC-CC in a conda environment.
You can use anaconda or miniconda.
For windows user We recommend
this website
to install miniconda. Currently DVC-CC does not work under Windows!
You can create, and activate an environment with the following lines:
conda create --name dvc_cc python pip
conda activate dvc_cc
If conda activate dvc_cc
does not work, try source activate dvc_cc
.
Installation with pip
The following script will install the client on your computer:
pip install --upgrade dvc-cc
If you have problems on windows with "win32file", you need to install pywin32 with conda install -c anaconda pywin32
.
Installation from source
If you want to install the latest version from source you can install it with poetry.
git clone https://github.com/deep-projects/dvc-cc.git
cd dvc-cc/dvc-cc
poetry build
pip install dvc_cc-?????.whl # replace ????? with the current version that you build in the previous step.
Get started
Install DVC-CC and take a look at this tutorial.
Tutorials
- Working with jupyter notebooks
- working with sshfs
- DVC-CC Settings
- Working with pure DVC syntax
- Using live output
An old tutorial
Structure of this repository
Acknowledgements
The DVC-CC software is developed at CBMI (HTW Berlin - University of Applied Sciences). The work is supported by the German Federal Ministry of Education and Research (project deep.TEACHING, grant number 01IS17056 and project deep.HEALTH, grant number 13FH770IX6).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dvc-cc-0.10.30.tar.gz
.
File metadata
- Download URL: dvc-cc-0.10.30.tar.gz
- Upload date:
- Size: 66.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.2 Linux/4.15.0-88-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1f99d6b5d94ce55f16fd74c5639bf538be0f7b83455483759d21ef3bfd6b860 |
|
MD5 | 573dc65a5844c7581ba99586c5a18697 |
|
BLAKE2b-256 | 02b8aaab78e0633411315cdf74a208a1d39557a54a351fd9e71946ffaf240a1d |
File details
Details for the file dvc_cc-0.10.30-py3-none-any.whl
.
File metadata
- Download URL: dvc_cc-0.10.30-py3-none-any.whl
- Upload date:
- Size: 85.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.2 Linux/4.15.0-88-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 097361fa624c20f9e8270fb00cc736ceb7cb6d0342d1124ce41bdbd4a753d9a9 |
|
MD5 | ea03a7947ab4dd86a3741745b4786b5e |
|
BLAKE2b-256 | 00072045b41701a12ab03b4cec855d7d50c8f2769e342129d38c0d4b38bff1de |