All Projects → kf5i → k3ai-core

kf5i / k3ai-core

Licence: Apache-2.0 license
K3ai-core is the core library for the GO installer. Go installer will replace the current bash installer

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to k3ai-core

Git Push Deploy
Simple Automated CI/CD Pipeline for GitHub and GitLab Projects
Stars: ✭ 21 (-8.7%)
Mutual labels:  pipeline, continuous-integration
mindsdb native
Machine Learning in one line of code
Stars: ✭ 34 (+47.83%)
Mutual labels:  ml, machinelearning
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (+47.83%)
Mutual labels:  pipeline, continuous-integration
Gaia
Build powerful pipelines in any programming language.
Stars: ✭ 4,534 (+19613.04%)
Mutual labels:  pipeline, continuous-integration
kahoy
Simple Kubernetes raw manifests deployment tool
Stars: ✭ 33 (+43.48%)
Mutual labels:  continuous-integration, kubernetes-deployment
Argo Cd
Declarative continuous deployment for Kubernetes.
Stars: ✭ 7,887 (+34191.3%)
Mutual labels:  pipeline, argo
Hands On Devops
A hands-on DevOps course covering the culture, methods and repeated practices of modern software development involving Packer, Vagrant, VirtualBox, Ansible, Kubernetes, K3s, MetalLB, Traefik, Docker-Compose, Docker, Taiga, GitLab, Drone CI, SonarQube, Selenium, InSpec, Alpine 3.10, Ubuntu-bionic, CentOS 7...
Stars: ✭ 196 (+752.17%)
Mutual labels:  pipeline, continuous-integration
swarmci
Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.
Stars: ✭ 48 (+108.7%)
Mutual labels:  pipeline, continuous-integration
responsible-ai-toolbox
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 615 (+2573.91%)
Mutual labels:  ml, machinelearning
deep-significance
Enabling easy statistical significance testing for deep neural networks.
Stars: ✭ 266 (+1056.52%)
Mutual labels:  ml, machinelearning
Jx
Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
Stars: ✭ 4,041 (+17469.57%)
Mutual labels:  pipeline, continuous-integration
youtube-or-pornhub
Service identification on ciphered traffic.
Stars: ✭ 26 (+13.04%)
Mutual labels:  ml, machinelearning
Production Level Deep Learning
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
Stars: ✭ 3,358 (+14500%)
Mutual labels:  pipeline, kubeflow
Lambdacd
a library to define a continuous delivery pipeline in code
Stars: ✭ 655 (+2747.83%)
Mutual labels:  pipeline, continuous-integration
Pipelines
Machine Learning Pipelines for Kubeflow
Stars: ✭ 2,607 (+11234.78%)
Mutual labels:  pipeline, kubeflow
Lastbackend
System for containerized apps management. From build to scaling.
Stars: ✭ 1,536 (+6578.26%)
Mutual labels:  pipeline, continuous-integration
flow-platform-x
Continuous Integration Platform
Stars: ✭ 21 (-8.7%)
Mutual labels:  pipeline, continuous-integration
bump-everywhere
🚀 Automate versioning, changelog creation, README updates and GitHub releases using GitHub Actions,npm, docker or bash.
Stars: ✭ 24 (+4.35%)
Mutual labels:  pipeline, continuous-integration
GIMLeT
GIMLeT – Gestural Interaction Machine Learning Toolkit
Stars: ✭ 33 (+43.48%)
Mutual labels:  ml, machinelearning
krsh
A declarative KubeFlow Management Tool
Stars: ✭ 127 (+452.17%)
Mutual labels:  pipeline, kubeflow

WE RELEASED THE NEW VERSION CHECK THE NEW ORG AT: https://github.com/k3ai AND OUR NEW WEBSITE/DOCS AT: https://k3ai.in

k3ai-core

K3ai-core is the core library for the k3ai installer. The Go installer will replace the current bash installer.

GitHub Workflow Status Codecov GitHub all releases GitHub release (latest SemVer) GitHub contributors

Install k3ai-cli(Latest Version)

#Set a variable to grab latest version
Version=$(curl -s "https://api.github.com/repos/kf5i/k3ai-core/releases/latest" | awk -F '"' '/tag_name/{print $4}' | cut -c 2-6) 
# get the binaries
wget https://github.com/kf5i/k3ai-core/releases/download/v$Version/k3ai-core_${Version}_linux_amd64.tar.gz

Building from source

Setup the environment using Golang v1.15.3+. A Linux, Mac OS or a WSL2 environment is recommended.

To build the project, run

make build-cli

To run the test suite, use

make lint
make test

Please feel free to open a Github issue or send a PR. Looking forward to your contribution.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].