Skip to content

REQUEST: Create new repo: domux #16

Description

@Ankh2454

Repository Name

domux

Repository Description

domuxDomux provides the model weights, inference scripts, deployment guides, and prompt specifications so home-automation platforms and IoT runtimes can standardize parsing of English control commands. It does not replace home-assistant frameworks or device drivers. Instead, it works as a natural-language understanding layer: receiving a free-form English command, extracting its semantic slots, and emitting a clean structured string. Built on Gemma-4-E2B-it.

Visibility

Private

Project Admins

Additional Context (Optional)

Repository Information


Name: domux
Visibility: Public
Description: Parse English smart-home commands into structured slots


Project Details


Domux is a fine-tuned slot-extraction model built on Gemma-4-E2B-it . It turns natural-language control instructions into pipe-delimited structured fields.

Example:

  • Input: Turn on the Master Light in the Master Bedroom on the Second Floor, set brightness to 80%, color temperature to 4000K, color to Blue, and mode to Reading.
  • Output: turnOn|Light|*|*|*|Master Bedroom|Second Floor set|Light|brightness|80|Percent|Master Bedroom|Second Floor set|Light|colorTemperature|4000|Kelvin|Master Bedroom|Second Floor set|Light|color|Blue|*|Master Bedroom|Second Floor set|Light|mode|Reading|*|Master Bedroom|Second Floor
    
    Features:
  • English smart-home command parsing
  • Fixed 7-field schema: action|device|attribute|value|unit|room|floor Multiple instances are split by '/n'
  • Built on google/gemma-4-E2B-it
    
    License: Gemma Terms of Use

This project complies with Gemma license terms:

  • Model name includes "Gemma"
  • Acknowledges base model source
  • Will include proper license file in repository

Acknowledgements

  • I have reviewed the community guidelines
  • I will be the primary maintainer or know who will be

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions