Skip to content

Commit

Permalink
removed webgpu
Browse files Browse the repository at this point in the history
added leaflet map
  • Loading branch information
Mattk70 committed Nov 5, 2023
1 parent 5771709 commit 6b15b5c
Show file tree
Hide file tree
Showing 12 changed files with 1,063 additions and 1,019 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

2,075 changes: 1,062 additions & 1,013 deletions index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion js/model.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const tf = require('@tensorflow/tfjs-node');
require('@tensorflow/tfjs-backend-webgpu');
const fs = require('fs');
const path = require('path');
let DEBUG = false;
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@
"!BirdNet${/*}",
"!*fixed_roll*${/*}",
"!Help/example.mp3",
"!BirdNET_GLOBAL_3K_V2.2_Labels.txt",
"!venv${/*}",
"!*git*${/*}",
"package-lock.json",
"!package-lock.json",
"!poetry.lock*",
"!pyproject.toml",
"!README.md",
Expand Down Expand Up @@ -185,7 +184,6 @@
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@popperjs/core": "^2.9.2",
"@tensorflow/tfjs-backend-webgpu": "^4.12.0",
"@tensorflow/tfjs-node": "^4.12.0",
"axios": "1.5.1",
"bootstrap": "5.2.2",
Expand Down
1 change: 0 additions & 1 deletion v4_model_config.json

This file was deleted.

0 comments on commit 6b15b5c

Please sign in to comment.