1.24.1 • Published 3 days ago

edge-impulse-cli v1.24.1

Weekly downloads
204
License
Apache-2.0
Repository
github
Last release
3 days ago

Edge Impulse CLI tools

Command-line interface tools for Edge Impulse. We make things smarter by enabling developers to create the next generation of intelligent device solutions with embedded Machine Learning.

This package consists of four tools (click to see their respective documentation):

Installation

  1. Install Node.js v12 or higher on your host computer.
  2. Install the CLI tools via:

    $ npm install -g edge-impulse-cli

Afterwards you should have the tools available in your PATH.

Building from source

If you're making changes to the CLI you can build from source.

  1. Clone this repository:

    $ git clone https://github.com/edgeimpulse/edge-impulse-cli
  2. Install the dependencies:

    $ npm install
  3. Build and link the application:

    $ npm run build
    $ npm link

Debugging the serial daemon

If you're adding support for a new development board, and you want to debug how the serial daemon implements serial protocol or what raw data the data forwarder sees, you can enable logging.

  • For the data forwarder, uncomment: 1.
  • For the serial daemon, uncomment these lines 1, 2.

Then build from source.

Troubleshooting

Tools version "2.0" is unrecognized (Windows)

If you receive the following error: The tools version "2.0" is unrecognized. Available tools versions are "4.0", launch a new command window as administrator and run:

$ npm install --global --production windows-build-tools
$ npm config set msvs_version 2015 --global

EACCES: permission denied, access '/usr/local/lib/node_modules' (macOS)

This is indication that the node_modules is not owned by you, but rather by root. This is probably not what you want. To fix this, run:

$ sudo chown -R $USER /usr/local/lib/node_modules
1.24.1

3 days ago

1.24.0

3 months ago

1.23.1

4 months ago

1.23.0

5 months ago

1.21.2

6 months ago

1.22.0

6 months ago

1.21.0

10 months ago

1.21.1

10 months ago

1.19.0

11 months ago

1.19.3

10 months ago

1.19.2

10 months ago

1.20.0

10 months ago

1.18.1

1 year ago

1.17.1

1 year ago

1.17.3

1 year ago

1.17.0

1 year ago

1.16.3

1 year ago

1.16.2

1 year ago

1.16.1

1 year ago

1.16.0

2 years ago

1.15.1

2 years ago

1.15.0

2 years ago

1.14.13

2 years ago

1.14.9

2 years ago

1.14.10

2 years ago

1.14.11

2 years ago

1.14.12

2 years ago

1.14.8

2 years ago

1.14.7

2 years ago

1.14.6

2 years ago

1.14.1

2 years ago

1.14.5

2 years ago

1.14.3

2 years ago

1.14.2

2 years ago

1.14.0

2 years ago

1.13.16

3 years ago

1.13.15

3 years ago

1.13.14

3 years ago

1.13.12

3 years ago

1.13.11

3 years ago

1.13.10

3 years ago

1.13.9

3 years ago

1.13.8

3 years ago

1.13.7

3 years ago

1.13.6

3 years ago

1.13.5

3 years ago

1.13.4

3 years ago

1.13.3

3 years ago

1.13.2

3 years ago

1.13.1

3 years ago

1.13.0

3 years ago

1.12.5

3 years ago

1.12.4

3 years ago

1.12.2

3 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.11.2

3 years ago

1.11.1

3 years ago

1.11.0

3 years ago

1.10.5

3 years ago

1.10.4

3 years ago

1.10.3

3 years ago

1.10.2

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.9.6

3 years ago

1.9.5

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.3

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.7

4 years ago

1.6.6

4 years ago

1.6.5

4 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.12

4 years ago

1.4.11

4 years ago

1.4.9

4 years ago

1.4.8

4 years ago

1.4.7

4 years ago

1.4.6

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago