Skip to content

Commit e39cce7

Browse files
committed
updated SBBs
1 parent 66718c7 commit e39cce7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2009
-1622
lines changed

_toc.yml

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,27 @@ parts:
2424

2525
- caption: FOSS ML Software
2626
chapters:
27-
- file: generatedfiles/overview
28-
sections:
29-
- file: generatedfiles/aiagentframeworks
30-
- file: generatedfiles/llmui
31-
- file: generatedfiles/llms
32-
- file: generatedfiles/mlframeworks
33-
- file: generatedfiles/mlresearchframeworks
34-
- file: generatedfiles/mlsecurityscanner
35-
- file: generatedfiles/mltools
36-
- file: generatedfiles/nlp
37-
38-
- file: catalogue
39-
sections:
40-
# - file: mlframeworks -> Not needed anymore -new way for SBB overviews - and up-to-date
41-
- file: mlcomputervision
42-
- file: mltools
43-
- file: mlhosting
44-
- file: nlpframeworks
27+
- file: catalogue
28+
- file: generatedfiles/overview
29+
sections:
30+
- file: generatedfiles/aiagentframeworks
31+
- file: generatedfiles/hosting
32+
- file: generatedfiles/llm
33+
- file: generatedfiles/llmui
34+
- file: generatedfiles/mlframeworks
35+
- file: generatedfiles/mlresearchframeworks
36+
- file: generatedfiles/mlsecurityscanner
37+
- file: generatedfiles/mltools
38+
- file: generatedfiles/nlp
39+
- file: generatedfiles/vision
40+
4541
- caption: Courses
4642
chapters:
4743
- file: mlcourses
4844
- file: ml-books
4945
- file: NLPlearningresources
5046
- file: LLMLearning
47+
5148
- caption: About
5249
chapters:
5350
- file: help

catalogue.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ interpretable. Interpretable models are easier to debug. Complex model
8484
erode boundaries beware of the CACE principle (CACE principle: Changing
8585
Anything Changes Everything)
8686

87+
## Categories
8788

88-
```{tableofcontents}
89-
```
89+
:::{note}
90+
Using categories makes searching simple. However there is and will never be an unified definition to manage all various Solution Building Blocks.
91+
:::
92+
93+
* ML Frameworks: Within this category you will find mainly solutions to build applications. It contains APIs and a lot of functionality so you can focus on solving your business problem that you want to solve with AI or an LLM model.
94+
95+
* ML Tools: Mainly tools that are usable when working with various development tools, models or frameworks. Most ML Tools can be used within a Framework.

generatedfiles/acme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://github.com/google-deepmind/acme
1818
| License | Apache License 2.0 |
1919
| Programming Language | Python |
2020
| Created | 2020-05-01 |
21-
| Last update | 2025-03-26 |
22-
| Github Stars | 3622 |
21+
| Last update | 2025-03-29 |
22+
| Github Stars | 3623 |
2323
| Project Home Page | |
2424
| Code Repository | https://github.com/google-deepmind/acme |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/google-deepmind/acme) |

generatedfiles/aiagentframeworks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:::{grid-item-card}
1010
:link: openhands
1111
:link-type: doc
12-
{octicon}`cross-reference;1em;caption-text` **OpenHands**
12+
{octicon}`tools;1em;caption-text` **OpenHands**
1313
^^^
1414
Use and reuse the OpenHands solution
1515
+++
@@ -19,7 +19,7 @@ Use and reuse the OpenHands solution
1919
:::{grid-item-card}
2020
:link: gptme
2121
:link-type: doc
22-
{octicon}`file;1em;caption-text` **gptme**
22+
{octicon}`light-bulb;1em;caption-text` **gptme**
2323
^^^
2424
Use and reuse the gptme solution
2525
+++

generatedfiles/aiexplainability360.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# AI Explainability 360
5+
6+
## Description
7+
8+
The AI Explainability 360 toolkit is an open-source library that supports interpretability and explainability of datasets and machine learning models. The AI Explainability 360 Python package includes a comprehensive set of algorithms that cover different dimensions of explanations along with proxy explainability metrics. The AI Explainability 360 toolkit supports tabular, text, images, and time series data.
9+
10+
Home page for this solution: https://aix360.res.ibm.com/
11+
12+
## Overview
13+
14+
| Key | Value |
15+
| --- | --- |
16+
| Name | AIX360 |
17+
| Description | Interpretability and explainability of data and machine learning models |
18+
| License | Apache License 2.0 |
19+
| Programming Language | Python |
20+
| Created | 2019-07-11 |
21+
| Last update | 2025-03-27 |
22+
| Github Stars | 1674 |
23+
| Project Home Page | https://aix360.res.ibm.com/ |
24+
| Code Repository | https://github.com/Trusted-AI/AIX360 |
25+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/Trusted-AI/AIX360) |
26+
27+
Note:
28+
- Created date is date that repro is created on Github.com.
29+
30+
- Last update is only the last date I run an automatic check.
31+
32+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
33+
don't indicate if the SBB is high-quality or very popular.
34+
35+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
36+

generatedfiles/apacheopennlp.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# Apache OpenNLP
5+
6+
7+
```{image} https://opennlp.apache.org/img/opennlp-logo.png
8+
:width: 200px
9+
:align: center
10+
```
11+
12+
## Description
13+
14+
The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text. This toolkit is written completely in Java and provides support for common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, coreference resolution, language detection and more!
15+
16+
Home page for this solution: https://opennlp.apache.org/
17+
18+
## Overview
19+
20+
| Key | Value |
21+
| --- | --- |
22+
| Name | opennlp |
23+
| Description | Apache OpenNLP |
24+
| License | Apache License 2.0 |
25+
| Programming Language | Java |
26+
| Created | 2011-11-09 |
27+
| Last update | 2025-03-25 |
28+
| Github Stars | 1497 |
29+
| Project Home Page | https://opennlp.apache.org/ |
30+
| Code Repository | https://github.com/apache/opennlp |
31+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/apache/opennlp) |
32+
33+
Note:
34+
- Created date is date that repro is created on Github.com.
35+
36+
- Last update is only the last date I run an automatic check.
37+
38+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
39+
don't indicate if the SBB is high-quality or very popular.
40+
41+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
42+

generatedfiles/apachesinga.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://singa.apache.org/
1818
| License | Apache License 2.0 |
1919
| Programming Language | C++ |
2020
| Created | 2015-04-02 |
21-
| Last update | 2025-03-26 |
22-
| Github Stars | 3404 |
21+
| Last update | 2025-03-29 |
22+
| Github Stars | 3409 |
2323
| Project Home Page | |
2424
| Code Repository | https://github.com/apache/singa |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/apache/singa) |

generatedfiles/apachetika.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# Apache Tika
5+
6+
7+
```{image} https://tika.apache.org/tika.png
8+
:width: 200px
9+
:align: center
10+
```
11+
12+
## Description
13+
14+
The Apache Tika™ toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF). All of these file types can be parsed through a single interface, making Tika useful for search engine indexing, content analysis, translation, and much more.
15+
16+
Home page for this solution: https://tika.apache.org/
17+
18+
## Overview
19+
20+
| Key | Value |
21+
| --- | --- |
22+
| Name | tika |
23+
| Description | The Apache Tika toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF). |
24+
| License | Apache License 2.0 |
25+
| Programming Language | Java |
26+
| Created | 2009-05-21 |
27+
| Last update | 2025-03-29 |
28+
| Github Stars | 2886 |
29+
| Project Home Page | https://tika.apache.org/ |
30+
| Code Repository | https://github.com/apache/tika |
31+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/apache/tika) |
32+
33+
Note:
34+
- Created date is date that repro is created on Github.com.
35+
36+
- Last update is only the last date I run an automatic check.
37+
38+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
39+
don't indicate if the SBB is high-quality or very popular.
40+
41+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
42+

generatedfiles/apollo.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# Apollo
5+
6+
7+
```{image} https://github.com/ApolloAuto/apollo/raw/master/docs/02_Quick%20Start/demo_guide/images/Apollo_logo.png
8+
:width: 200px
9+
:align: center
10+
```
11+
12+
## Description
13+
14+
Apollo is a high performance, flexible architecture which accelerates the development, testing, and deployment of Autonomous Vehicles.
15+
16+
Home page for this solution: https://www.apollo.auto/apollo-self-driving
17+
18+
## Overview
19+
20+
| Key | Value |
21+
| --- | --- |
22+
| Name | apollo |
23+
| Description | An open autonomous driving platform |
24+
| License | Apache License 2.0 |
25+
| Programming Language | C++ |
26+
| Created | 2017-07-04 |
27+
| Last update | 2025-03-29 |
28+
| Github Stars | 25628 |
29+
| Project Home Page | |
30+
| Code Repository | https://github.com/ApolloAuto/apollo |
31+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/ApolloAuto/apollo) |
32+
33+
Note:
34+
- Created date is date that repro is created on Github.com.
35+
36+
- Last update is only the last date I run an automatic check.
37+
38+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
39+
don't indicate if the SBB is high-quality or very popular.
40+
41+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
42+

generatedfiles/autogluon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Home page for this solution: https://auto.gluon.ai/
1818
| License | Apache License 2.0 |
1919
| Programming Language | Python |
2020
| Created | 2019-07-29 |
21-
| Last update | 2025-03-28 |
22-
| Github Stars | 8604 |
21+
| Last update | 2025-03-29 |
22+
| Github Stars | 8606 |
2323
| Project Home Page | https://auto.gluon.ai/ |
2424
| Code Repository | https://github.com/autogluon/autogluon |
2525
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/autogluon/autogluon) |

generatedfiles/bentoml.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# BentoML
5+
6+
7+
```{image} https://github.com/bentoml/BentoML/assets/489344/de4da660-6aeb-4e5a-bf76-b7177435444d
8+
:width: 200px
9+
:align: center
10+
```
11+
12+
## Description
13+
14+
BentoML is a Python library for building online serving systems optimized for AI apps and model inference.
15+
16+
Home page for this solution: https://bentoml.com/
17+
18+
## Overview
19+
20+
| Key | Value |
21+
| --- | --- |
22+
| Name | BentoML |
23+
| Description | The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more! |
24+
| License | Apache License 2.0 |
25+
| Programming Language | Python |
26+
| Created | 2019-04-02 |
27+
| Last update | 2025-03-29 |
28+
| Github Stars | 7547 |
29+
| Project Home Page | https://bentoml.com |
30+
| Code Repository | https://github.com/bentoml/BentoML |
31+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/bentoml/BentoML) |
32+
33+
Note:
34+
- Created date is date that repro is created on Github.com.
35+
36+
- Last update is only the last date I run an automatic check.
37+
38+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
39+
don't indicate if the SBB is high-quality or very popular.
40+
41+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
42+

generatedfiles/blingfire.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# Bling Fire
5+
6+
## Description
7+
8+
Bling Fire Tokenizer provides state of the art performance for Natural Language text tokenization. A lightning fast Finite State machine and REgular expression manipulation library.
9+
10+
Home page for this solution: https://github.com/Microsoft/BlingFire
11+
12+
## Overview
13+
14+
| Key | Value |
15+
| --- | --- |
16+
| Name | BlingFire |
17+
| Description | A lightning fast Finite State machine and REgular expression manipulation library. |
18+
| License | MIT License |
19+
| Programming Language | C++ |
20+
| Created | 2019-03-13 |
21+
| Last update | 2025-03-27 |
22+
| Github Stars | 1837 |
23+
| Project Home Page | |
24+
| Code Repository | https://github.com/microsoft/BlingFire |
25+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/microsoft/BlingFire) |
26+
27+
Note:
28+
- Created date is date that repro is created on Github.com.
29+
30+
- Last update is only the last date I run an automatic check.
31+
32+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
33+
don't indicate if the SBB is high-quality or very popular.
34+
35+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
36+
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
3+
4+
# Data Science Version Control (DVC)
5+
6+
## Description
7+
8+
Data Version Control or DVC is a command line tool and VS Code Extension to help you develop reproducible machine learning projects:
9+
10+
Home page for this solution: https://dvc.org/
11+
12+
## Overview
13+
14+
| Key | Value |
15+
| --- | --- |
16+
| Name | dvc |
17+
| Description | 🦉 Data Versioning and ML Experiments |
18+
| License | Apache License 2.0 |
19+
| Programming Language | Python |
20+
| Created | 2017-03-04 |
21+
| Last update | 2025-03-29 |
22+
| Github Stars | 14322 |
23+
| Project Home Page | https://dvc.org |
24+
| Code Repository | https://github.com/iterative/dvc |
25+
| OpenSSF Scorecard | [Report](https://securityscorecards.dev/viewer/?uri=github.com/iterative/dvc) |
26+
27+
Note:
28+
- Created date is date that repro is created on Github.com.
29+
30+
- Last update is only the last date I run an automatic check.
31+
32+
- Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and
33+
don't indicate if the SBB is high-quality or very popular.
34+
35+
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
36+

0 commit comments

Comments
 (0)