Skip to content

Commit

Permalink
add rpi5 to READMEs (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
albho authored Feb 12, 2024
1 parent bfb6267 commit 855e4d1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Eagle is an on-device speaker recognition engine. Eagle is:
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
- Android and iOS
- Chrome, Safari, Firefox, and Edge
- Raspberry Pi (5, 4, 3) and NVIDIA Jetson Nano
- Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano


## Table of Contents
Expand Down
4 changes: 2 additions & 2 deletions binding/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Eagle is an on-device speaker recognition engine. Eagle is:
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
- Android and iOS
- Chrome, Safari, Firefox, and Edge
- Raspberry Pi (4, 3) and NVIDIA Jetson Nano
- Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano

## Compatibility

Expand Down Expand Up @@ -155,4 +155,4 @@ eagle.delete()

## Demos

For example usage, refer to our [Android demo application](../../demo/android).
For example usage, refer to our [Android demo application](../../demo/android).
2 changes: 1 addition & 1 deletion binding/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Eagle is an on-device speaker recognition engine. Eagle is:
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
- Android and iOS
- Chrome, Safari, Firefox, and Edge
- Raspberry Pi (4, 3) and NVIDIA Jetson Nano
- Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano

## Compatibility

Expand Down
4 changes: 2 additions & 2 deletions binding/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Eagle is an on-device speaker recognition engine. Eagle is:
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
- Android and iOS
- Chrome, Safari, Firefox, and Edge
- Raspberry Pi (5, 4, 3) and NVIDIA Jetson Nano
- Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano

## Compatibility

- Python 3.7 or higher
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (5, 4, 3), and NVIDIA Jetson Nano.
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (3, 4, 5), and NVIDIA Jetson Nano.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion binding/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Eagle is an on-device speaker recognition engine. Eagle is:
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
- Android and iOS
- Chrome, Safari, Firefox, and Edge
- Raspberry Pi (4, 3) and NVIDIA Jetson Nano
- Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano

## Compatibility

Expand Down
6 changes: 3 additions & 3 deletions demo/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Eagle is an on-device speaker recognition engine. Eagle is:
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
- Android and iOS
- Chrome, Safari, Firefox, and Edge
- Raspberry Pi (5, 4, 3) and NVIDIA Jetson Nano
- Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano

## Compatibility

- Python 3.7+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (5, 4, 3), and NVIDIA Jetson Nano.
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (3, 4, 5), and NVIDIA Jetson Nano.

## Installation

Expand Down Expand Up @@ -134,4 +134,4 @@ Optionally, you can also generate a `.csv` file for further analysis by includin
eagle_demo_file test --access_key ${ACCESS_KEY} \
--input_profile_paths ${INPUT_PROFILE_PATH_1 ...} --test_audio_path ${TEST_AUDIO_PATH} \
--csv_output_path ${CSV_OUTPUT_PATH}
```
```

0 comments on commit 855e4d1

Please sign in to comment.