Skip to content

Latest commit

 

History

History
132 lines (124 loc) · 4.92 KB

File metadata and controls

132 lines (124 loc) · 4.92 KB
layout title permalink
page
🧪 Incubations
/incubations/

Following the precepts of the Extensible Web Manifesto, higher-level task-specific APIs can be implemented in terms of the low-level APIs that use custom models downloaded over the network.

The Community Group incubates selected task-specific APIs to enable reuse of the built-in models that are distributed as part of the browser or the underlying software platform.

🌍

Translator and Language Detector APIs

A set of APIs for translating and detection language of text.

<div class="card1 card">
    <div class="cardwrapper">
        <div class="icon">
        <span role="img" aria-label="writing hand">✍️</span>
        </div>
        <div class="data">
            <div class="content">
                <h1 class="title">Writing Assistance APIs</h1>
                <p class="text">A set of APIs to help web users with writing text.</p>
                <div class="samplelink">
                    <a href="https://webmachinelearning.github.io/writing-assistance-apis/">
                    Specification
                    </a>
                    <a href="https://github.com/webmachinelearning/writing-assistance-apis/">
                    Explainer
                    </a>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="card1 card">
    <div class="cardwrapper">
        <div class="icon">
        <span role="img" aria-label="speech balloon">💬</span>
        </div>
        <div class="data">
            <div class="content">
                <h1 class="title">Prompt API</h1>
                <p class="text">An API for prompting browser-provided language models.</p>
                <div class="samplelink">
                    <a href="https://webmachinelearning.github.io/prompt-api/">
                    Specification
                    </a>
                    <a href="https://github.com/webmachinelearning/prompt-api">
                    Explainer
                    </a>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="card1 card">
    <div class="cardwrapper">
        <div class="icon">
        <span role="img" aria-label="magnifying glass">🔎</span>
        </div>
        <div class="data">
            <div class="content">
                <h1 class="title">Proofreader API</h1>
                <p class="text">An API to help web users perform real-time proofreading of freeform text.</p>
                <div class="samplelink">
                    <a href="https://webmachinelearning.github.io/proofreader-api/">
                    Specification
                    </a>
                    <a href="https://github.com/webmachinelearning/proofreader-api">
                    Explainer
                    </a>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="card1 card">
    <div class="cardwrapper">
        <div class="icon">
        <span role="img" aria-label="robot">🤖</span>
        </div>
        <div class="data">
            <div class="content">
                <h1 class="title">WebMCP</h1>
                <p class="text">Enabling web apps to provide JavaScript-based tools to AI agents and assistive technologies.</p>
                <div class="samplelink">
                    <a href="https://webmachinelearning.github.io/webmcp/">
                    Specification
                    </a>
                    <a href="https://github.com/webmachinelearning/webmcp">
                    Explainer
                    </a>
                </div>
            </div>
        </div>
    </div>
</div>