This repository contains the various examples of AI and machine learning applications
using Apache Camel. The examples are designed to be immediately executable using
Camel JBang. If you want to start a new full-fledged Camel application project based
on one of these examples, you can use the Camel JBang export
command to generate
a Maven project.
View the individual example READMEs for details.
Run the examples using Camel JBang. For instance, when you want to run djl/ssd.java
example, you can execute the following command:
camel run djl/ssd.java
Example | Category | Description |
---|---|---|
CV |
A collection of small examples for showing what the Camel DJL component can do. |
|
CV |
An example for showing how Camel can consume images and route the messages based on the text output classified from the images. |
|
Audio, NLP |
An example for showing how Camel can translate audio speech data to text and then apply sentiment analysis to it for routing the messages. |
|
CV |
A collection of small examples for showing what the Camel TensorFlow Serving component can do. |
|
CV |
A collection of small examples for showing what the Camel TorchServe component can do. |
If you hit any problem using Camel or have some feedback, then please let us know.
We also love contributors, so get involved :-)
The Camel riders!