github-actions[bot] commited on
Commit
f2a5f1b
Β·
1 Parent(s): ab6dba0

Sync with https://github.com/mozilla-ai/.github

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -15,20 +15,20 @@ pinned: false
15
 
16
  - [any-agent](https://github.com/mozilla-ai/any-agent): A single interface to use and evaluate different agent frameworks.
17
 
18
- ### 🐊 Lumigator
19
-
20
- [Lumigator](https://github.com/mozilla-ai/lumigator) is an open-source platform developed to help users select the most suitable language model for their specific needs
21
-
22
  ### πŸ“˜ Blueprints
23
 
24
  Blueprints are customizable workflows that help developers build AI applications using open-source tools and models. See our collection of Blueprints below:
25
 
 
 
 
 
26
  - [Document-to-podcast](https://github.com/mozilla-ai/document-to-podcast): Convert input documents into a podcast featuring multiple speakers.
27
 
28
  - [Document-to-Markdown](https://github.com/mozilla-ai/document-to-markdown): Transform documents into markdown format with Docling, developed in collaboration with [EleutherAI](https://www.eleuther.ai/).
29
-
30
  - [Structured-QA](https://github.com/mozilla-ai/structured-qa): A simple LLM workflow to answer questions based on structured documents.
31
-
32
  - [Speech-To-Text](https://github.com/mozilla-ai/speech-to-text): Transcribe audio files using Speaches, developed in collaboration with [EleutherAI](https://www.eleuther.ai/).
33
 
34
  - [Speech-To-Text Alignment](https://github.com/mozilla-ai/speech-to-text-alignment): Align / Bias Speech-to-Text models to a predefined set of words or phrases.
@@ -43,5 +43,6 @@ Blueprints are customizable workflows that help developers build AI applications
43
 
44
  - [Build Your Own Timeline Algorithm](https://github.com/mozilla-ai/byota): An approach to personal, local timeline algorithms that people can either run out-of-the-box or customize.
45
 
46
- - [Surf Spot Finder](https://github.com/mozilla-ai/surf-spot-finder): Blueprint for comparing agent frameworks on finding the best surf spot.
47
 
 
 
15
 
16
  - [any-agent](https://github.com/mozilla-ai/any-agent): A single interface to use and evaluate different agent frameworks.
17
 
 
 
 
 
18
  ### πŸ“˜ Blueprints
19
 
20
  Blueprints are customizable workflows that help developers build AI applications using open-source tools and models. See our collection of Blueprints below:
21
 
22
+ - [WASM Agents](https://github.com/mozilla-ai/wasm-agents-blueprint): Blueprint demonstrating how to run AI agents directly in the browser using WebAssembly (WASM).
23
+
24
+ - [Surf Spot Finder](https://github.com/mozilla-ai/surf-spot-finder): Blueprint for comparing agent frameworks on finding the best surf spot.
25
+
26
  - [Document-to-podcast](https://github.com/mozilla-ai/document-to-podcast): Convert input documents into a podcast featuring multiple speakers.
27
 
28
  - [Document-to-Markdown](https://github.com/mozilla-ai/document-to-markdown): Transform documents into markdown format with Docling, developed in collaboration with [EleutherAI](https://www.eleuther.ai/).
29
+
30
  - [Structured-QA](https://github.com/mozilla-ai/structured-qa): A simple LLM workflow to answer questions based on structured documents.
31
+
32
  - [Speech-To-Text](https://github.com/mozilla-ai/speech-to-text): Transcribe audio files using Speaches, developed in collaboration with [EleutherAI](https://www.eleuther.ai/).
33
 
34
  - [Speech-To-Text Alignment](https://github.com/mozilla-ai/speech-to-text-alignment): Align / Bias Speech-to-Text models to a predefined set of words or phrases.
 
43
 
44
  - [Build Your Own Timeline Algorithm](https://github.com/mozilla-ai/byota): An approach to personal, local timeline algorithms that people can either run out-of-the-box or customize.
45
 
46
+ ### 🐊 Lumigator
47
 
48
+ [Lumigator](https://github.com/mozilla-ai/lumigator) is an open-source platform developed to help users select the most suitable language model for their specific needs