All Projects → apulis → Apulis-AI-Platform

apulis / Apulis-AI-Platform

Licence: MIT license
The AI platform is designed to provide an end-to-end AI solution to users from different industries and enable them to start the high-performance AI development work with significantly reduced ramp up time, thereby saving costs and improving efficie.

Programming Languages

javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
typescript
32286 projects
shell
77523 projects
C#
18002 projects

Projects that are alternatives of or similar to Apulis-AI-Platform

core
Enterprise Grade #NodeJS Platform implementing Industry Standards & Patterns in order to provide Connectivity, Stability, High-Availability and High-Performance
Stars: ✭ 54 (+8%)
Mutual labels:  high-performance
thread-pool
A modern thread pool implementation based on C++20
Stars: ✭ 104 (+108%)
Mutual labels:  high-performance
swirl
High-Performance Erlang Stream Processor
Stars: ✭ 52 (+4%)
Mutual labels:  high-performance
workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.4.
Stars: ✭ 10,005 (+19910%)
Mutual labels:  high-performance
cpython
Alternative StdLib for Nim for Python targets, hijacks Python StdLib for Nim
Stars: ✭ 75 (+50%)
Mutual labels:  high-performance
BeLibnids
It is a platform to use multiprocess to combine dpdk and libnids together to support analyse packets in 10G port.
Stars: ✭ 36 (-28%)
Mutual labels:  high-performance
dingo
A Hybrid Serving & Analytical Processing Database.
Stars: ✭ 108 (+116%)
Mutual labels:  high-performance
sriov-cni
DPDK & SR-IOV CNI plugin
Stars: ✭ 209 (+318%)
Mutual labels:  high-performance
today-web
😐 A Java library for building web applications
Stars: ✭ 33 (-34%)
Mutual labels:  high-performance
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (+10%)
Mutual labels:  high-performance
netty-in-action-cn
Netty In Action 中文版
Stars: ✭ 1,389 (+2678%)
Mutual labels:  high-performance
visual-heatmap
Open source javascript module for high performance, large scale heatmap rendering.
Stars: ✭ 21 (-58%)
Mutual labels:  high-performance
agroal
The natural database connection pool
Stars: ✭ 92 (+84%)
Mutual labels:  high-performance
cachegrand
cachegrand is an open-source fast, scalable and secure Key-Value store, also fully compatible with Redis protocol, designed from the ground up to take advantage of modern hardware vertical scalability, able to provide better performance and a larger cache at lower cost, without losing focus on distributed systems.
Stars: ✭ 87 (+74%)
Mutual labels:  high-performance
libdynamic
High performance utility library for C
Stars: ✭ 78 (+56%)
Mutual labels:  high-performance
fastverse
An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R
Stars: ✭ 123 (+146%)
Mutual labels:  high-performance
gblastn
G-BLASTN is a GPU-accelerated nucleotide alignment tool based on the widely used NCBI-BLAST.
Stars: ✭ 52 (+4%)
Mutual labels:  high-performance
COBREXA.jl
Constraint-Based Reconstruction and EXascale Analysis
Stars: ✭ 21 (-58%)
Mutual labels:  high-performance
ExponentialUtilities.jl
Utility functions for exponential integrators for the SciML scientific machine learning ecosystem
Stars: ✭ 59 (+18%)
Mutual labels:  high-performance
FoldsCUDA.jl
Data-parallelism on CUDA using Transducers.jl and for loops (FLoops.jl)
Stars: ✭ 48 (-4%)
Mutual labels:  high-performance

build license release docs python Gitter

Apulis标志

English|简体中文

Overview

Apulis AI Platform is designed to provide an end-to-end AI solution to users from different industries and enable them to start the high-performance AI development work with significantly reduced ramp up time, thereby saving costs and improving efficiency. It will also provide a highly efficient, low cost private cloud AI solution for small and medium size company.

The platform incorporates TensorFlow, PyTorch, MindSpore and other open source AI frameworks, thereby provides user friendly development environment for AI model training, auto ML, hardware status monitoring etc., making it very easy for AI developers to quickly develop AI application. It also has built-in comprehensive early warning system which can automatically alert the system administrator on any anomaly, thereby improve the platform efficiency and security.

The platform adopts the lightweight virtualization technologies, such as Docker containers that containerizes one or more programs, and provide a standard management interface. Each container is separated from each other. Kubernetes clustering technology is used to orchestrate the containerized applications for planning, automated deployment, updates, and maintenance..

Directory Structure

|-- devenv                          Dockerfile for creating dev environment on amd64 arch
|-- devenv.arm64                    Dockerfile for creating dev environment on arm64 arch
|-- docs
|   |-- deployment
|   `-- tutorial
|-- example
|   `-- resnet50_cifar10
|-- License
`-- src
    |-- ARM
    |-- ClusterBootstrap            deployment module
    |-- ClusterManager              main backend module
    |-- ClusterPortal
    |-- Jobs_Templete               AI Job template
    |-- RepairManager               Alert module
    |-- RestAPI                     API module
    |-- StorageManager
    |-- WebUI                       Frontend module
    |-- WebUI2
    |-- dashboard
    |-- dev-utils		    
    |-- docker-images               Miscellaneus components          
    |-- init-scripts                Initialization scripts for AI jobs
    |-- user-dashboard
    |-- user-synchronizer
    `-- utils                       utility module

License

The entire codebase is under MIT license

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].