github-actions[bot] commited on
Commit
8109d7c
·
1 Parent(s): f971307

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

Browse files
Files changed (1) hide show
  1. README.md +31 -29
README.md CHANGED
@@ -7,7 +7,33 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- # Mozilla.ai
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  ## What we're working on:
13
  - [any-guardrail](https://github.com/mozilla-ai/any-guardrail): any-guardrail is meant to provide the minimum amount of access necessary to implement the guardrails in your pipeline.
@@ -19,31 +45,7 @@ pinned: false
19
  - [llamafile](https://github.com/mozilla-ai/llamafile): Distribute and run LLMs with a single file.
20
  - [encoderfile](https://github.com/mozilla-ai/encoderfile): Encoderfile packages transformer encoders into a single, self-contained executable.
21
 
22
-
23
- ### 📘 Blueprints
24
-
25
- Blueprints are customizable workflows that help developers build AI applications using open-source tools and models. See our collection of Blueprints below:
26
-
27
- - [WASM Agents](https://github.com/mozilla-ai/wasm-agents-blueprint): Blueprint demonstrating how to run AI agents directly in the browser using WebAssembly (WASM).
28
- - [Surf Spot Finder](https://github.com/mozilla-ai/surf-spot-finder): Blueprint for comparing agent frameworks on finding the best surf spot.
29
- - [Document-to-podcast](https://github.com/mozilla-ai/document-to-podcast): Convert input documents into a podcast featuring multiple speakers.
30
- - [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/).
31
- - [Structured-QA](https://github.com/mozilla-ai/structured-qa): A simple LLM workflow to answer questions based on structured documents.
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
- - [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.
34
- - [Speech-To-Text Finetune](https://github.com/mozilla-ai/speech-to-text-finetune): Create your own Speech-to-Text model tailored for your specific language & use-case.
35
- - [Fake-Audio-Detection](https://github.com/mozilla-ai/fake-audio-detection): Train and deploy an ML model that detects synthetic audio, developed in collaboration with [UncovAI](https://uncovai.com/)
36
- - [OpenStreetMap AI Helper](https://github.com/mozilla-ai/osm-ai-helper): Map Features in OpenStreetMap with Computer Vision.
37
- - [Federated Finetuning](https://github.com/mozilla-ai/federated-finetuning): Finetune a language model with federated AI, developed in collaboration with [Flower](https://flower.ai/).
38
- - [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.
39
-
40
- Also, check out the Blueprints created by the community:
41
- - [LLM Document Parser](https://github.com/oronadavid/llm-document-parser): A locally runnable pipeline for parsing structured data from scanned or digital documents using open-source OCR and LLMs.
42
-
43
- Would you like to build your Blueprints? Use our template:
44
-
45
- - [Blueprint template](https://github.com/mozilla-ai/Blueprint-template)
46
-
47
- ### 🐊 Lumigator
48
-
49
- [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
 
7
  pinned: false
8
  ---
9
 
10
+ <p align="center">
11
+ <a href="https://mozilla.ai">
12
+ <img src="./mozilla-ai-logo.svg" alt="Mozilla.ai logo" width="280" />
13
+ </a>
14
+ </p>
15
+
16
+ We’re building a future where AI works for you.
17
+
18
+ At [mozilla.ai](https://mozilla.ai), we believe the next generation of AI solutions should be trustworthy, transparent, and controllable. That’s why we’re creating the infrastructure and products to build intelligent systems that align with your goals.
19
+
20
+ <p>
21
+ <a href="https://www.linkedin.com/company/mozilla-ai/"><img src="./social-icons/linkedin.svg" alt="LinkedIn" width="18" /></a>
22
+ &nbsp;&nbsp;
23
+ <a href="https://x.com/mozillaAI"><img src="./social-icons/x.svg" alt="X" width="18" /></a>
24
+ &nbsp;&nbsp;
25
+ <a href="https://bsky.app/profile/mozilla.ai"><img src="./social-icons/bluesky.svg" alt="Bluesky" width="18" /></a>
26
+ &nbsp;&nbsp;
27
+ <a href="https://mastodon.social/@MozillaAI"><img src="./social-icons/mastodon.svg" alt="Mastodon" width="18" /></a>
28
+ &nbsp;&nbsp;
29
+ <a href="https://discord.gg/4gf3zXrQUc"><img src="./social-icons/discord.svg" alt="Discord" width="18" /></a>
30
+ &nbsp;&nbsp;
31
+ <a href="https://github.com/mozilla-ai"><img src="./social-icons/github.svg" alt="GitHub" width="18" /></a>
32
+ </p>
33
+
34
+ ## Products and platforms:
35
+ - [any-llm.ai](https://any-llm.ai): Simplified Management and Analytics for all your LLM Providers
36
+ - [Octonous](https://octonous.com): Make AI Useful For Your Everyday Work
37
 
38
  ## What we're working on:
39
  - [any-guardrail](https://github.com/mozilla-ai/any-guardrail): any-guardrail is meant to provide the minimum amount of access necessary to implement the guardrails in your pipeline.
 
45
  - [llamafile](https://github.com/mozilla-ai/llamafile): Distribute and run LLMs with a single file.
46
  - [encoderfile](https://github.com/mozilla-ai/encoderfile): Encoderfile packages transformer encoders into a single, self-contained executable.
47
 
48
+ ## Latest news
49
+ <!-- latest-news:start -->
50
+ - News updates are published from our Ghost blog.
51
+ <!-- latest-news:end -->