GithubHelp home page GithubHelp logo

captchafree / carme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carmelabs/carme

0.0 1.0 0.0 6.57 MB

Carme: A framework for data scientists to build and deploy data applications.

License: MIT License

Shell 0.55% Python 99.45%

carme's Introduction

THIS IS AN EARLY PROJECT.

Carme

The Containerized Analytics Runtime and Management Engine. Carme is also a moon of Jupyter.

About

Carme is framework which enables data scientists to create and deploy AI applications. Carme attempts to take the pain out projects by facilitating common tasks relevant to the majority of analytics teams, such as:

  • Use Jupyter, Jupyterlab, and Jupyterhub setup in a container-based environment.
  • Simplified version control for data and models for increased reproducibility.
  • Directed acyclic graph (DAG) creation, monitoring, and deployment for data pipelines.
  • Setup of cluster and GPU infrastructure for scaling analyses.
  • Starter notebooks for best-of-class deep learning analyses.
  • Dash and Bokeh data application deployment.

Carme can improve workflows for individuals, teams, as well as data science classrooms.

Installation Instructions

Install Python

Install Python3 via python.org or Miniconda or Anaconda and pip using the recommended method for your platform.

Install Carme with Conda

The easiest way to get Carme with conda is with this script.

wget https://raw.githubusercontent.com/CarmeLabs/carme/master/scripts/get/get_carme_conda.sh
source get_carme_conda.sh

Alternately, you can use the following series of commands.

conda create --name carme-env --yes
source activate carme-env
conda install -c anaconda pip --yes
wget https://raw.githubusercontent.com/CarmeLabs/carme/master/requirements.txt
pip uninstall carme --yes
pip install -r requirements.txt
pip install git+https://github.com/CarmeLabs/carme.git
rm requirements.txt

Installing with Python Virtual Environment

Alternate, if using pure Python you can use Python virtual environments. This script will install carme.

wget https://raw.githubusercontent.com/CarmeLabs/carme/master/scripts/get/get_carme.sh
source get_carme.sh

Alternately, you can enter the commands below.

python3 -m venv carme-env
source carme-env/bin/activate
wget https://raw.githubusercontent.com/CarmeLabs/carme/master/requirements.txt
pip3 install -r requirements.txt
pip3 install git+https://github.com/CarmeLabs/carme.git

Install Docker

You will also need Docker in order to use Carme. Here is how you get Docker.

Developer Installation Instructions

Install Carme in Developer Mode with Conda

git clone https://github.com/CarmeLabs/carme
cd carme
conda create --name carme-env --yes
source activate carme-env
conda install -c anaconda pip --yes
pip uninstall carme --yes
pip install -r requirements.txt
pip install -e .

Installing in Developer Mode with Python Virtual Environment

git clone https://github.com/CarmeLabs/carme
cd carme
python3 -m venv carme-env
source carme-env/bin/activate
pip3 install -r requirements.txt
pip3 install -e .

Running Tests

python setup.py test

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.