Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

tsuno0829/tinygo_leaves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinygo_leaves

概要

TinyGo×leavesでLightGBMのWASMを作る https://qiita.com/tsuno0829/items/d1e48e9213933cc0d2e2

実行手順

1. LightGBMのモデルを学習して、モデルを保存
```
$ docker compose build dev-py
$ docker compose run --rm dev-py
```

2. TinyGo×leavesでLightGBMのWASMを作成
```
$ docker compose build dev-go
$ docker compose run --rm dev-go bash
$ make go_mod
$ make build
```

3. localhostでWASMの実行確認
```
$ go run server.go
```

参考

https://github.com/tinygo-org/tinygo/tree/release/src/examples/wasm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published