Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Experimental MakeCode extension to run ML4F models
# MakeCode extension to run ML4F models

This extension is a work in progress. It supports unreleased work on the micro:bit machine learning tool.

[![MakeCode Project](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/makecode.yml/badge.svg)](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/makecode.yml)
[![Header Generator Tests](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/header-gen.yml/badge.svg)](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/header-gen.yml)
Expand Down
4 changes: 2 additions & 2 deletions pxt.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ml-runner-poc",
"name": "machine-learning-runner",
"version": "0.3.9",
"description": "Experimental extension to run ML4F models in micro:bit MakeCode",
"description": "Extension to run ML4F models in micro:bit MakeCode",
"dependencies": {
"core": "*"
},
Expand Down