MLLite
The Goal of MLLite is to make Machine Learning algorithms available to all CPUs, Programming Languages, Databases, Wearable Devices, Appliances, ...
France
Pinned Repositories
caret2sql
Caret R Models Deployment using SQL databases
keras2sql
Deep Learning (Keras) Models Deployment using SQL databases
ml2cpp
Machine Learning Models Deployment using C++ Code Generation
presentations_slides
Presentations , Slides
pytorch2sql
Deep Learning (PyTorch) Models Deployment using SQL databases
scikit-learn_reproducible_randoms
Scikit-Learn Special Fork for MLLite Prototyping (2023-09)
sklearn2sql-demo
Demo of an In-database processing tool for scikit-learn
sklearn_explain
Model explanation provides the ability to interpret the effect of the predictors on the composition of an individual score.
TinyML_On_MicroControllers_Demo
Demo of a prototype using MLLite for training and deployment of Machine Learning Models on various devices and microcontrollers.
xgboost_reproducible_randoms
XGBoost Special Fork for MLLite Prototyping (2023-11)
MLLite's Repositories
mllite/keras2sql
Deep Learning (Keras) Models Deployment using SQL databases
mllite/sklearn2sql-demo
Demo of an In-database processing tool for scikit-learn
mllite/sklearn_explain
Model explanation provides the ability to interpret the effect of the predictors on the composition of an individual score.
mllite/ml2cpp
Machine Learning Models Deployment using C++ Code Generation
mllite/pytorch2sql
Deep Learning (PyTorch) Models Deployment using SQL databases
mllite/caret2sql
Caret R Models Deployment using SQL databases
mllite/sklearn2sql_heroku
Heroku web service client for sklearn2sql
mllite/TinyML_On_MicroControllers_Demo
Demo of a prototype using MLLite for training and deployment of Machine Learning Models on various devices and microcontrollers.
mllite/presentations_slides
Presentations , Slides
mllite/reproducible_random
A python random number generator that can be reproduced across hardware and software platforms. Based on the C++ standard random number generator (std::mt19937) . Source only.
mllite/scikit-learn_reproducible_randoms
Scikit-Learn Special Fork for MLLite Prototyping (2023-09)
mllite/xgboost_reproducible_randoms
XGBoost Special Fork for MLLite Prototyping (2023-11)
mllite/mllite_validation_logs
Data/Output/Logs of the MLLite Validation Process : JSON output, SQL generation, Perf comparison with Legacy Models, ...
mllite/sklearn2json
A tool to jsonify some sklearn and xgboost models. A high level serialization that works across programming languages. Used for mllite tests.