diff --git a/ar-SA/images/action.png b/ar-SA/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/ar-SA/images/action.png differ diff --git a/ar-SA/images/banner.png b/ar-SA/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/ar-SA/images/banner.png differ diff --git a/ar-SA/images/disco.mp4 b/ar-SA/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/ar-SA/images/disco.mp4 differ diff --git a/ar-SA/images/disco10.png b/ar-SA/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/ar-SA/images/disco10.png differ diff --git a/ar-SA/images/discotest.mp4 b/ar-SA/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/ar-SA/images/discotest.mp4 differ diff --git a/ar-SA/images/floss.mp4 b/ar-SA/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/ar-SA/images/floss.mp4 differ diff --git a/ar-SA/images/train-model-button.png b/ar-SA/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/ar-SA/images/train-model-button.png differ diff --git a/ar-SA/images/wywm.png b/ar-SA/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/ar-SA/images/wywm.png differ diff --git a/ar-SA/meta.yml b/ar-SA/meta.yml new file mode 100644 index 0000000..c8a8261 --- /dev/null +++ b/ar-SA/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: What you will make + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: Train the model + completion: + - internal diff --git a/ar-SA/resources/Dance detector - Part 1.srt b/ar-SA/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/ar-SA/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/ar-SA/resources/Dance detector - Part 2.srt b/ar-SA/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/ar-SA/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/ar-SA/resources/Dance detector - Part 3.srt b/ar-SA/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..fedce5f --- /dev/null +++ b/ar-SA/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/ar-SA/resources/readme.txt b/ar-SA/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/ar-SA/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/ar-SA/step_1.md b/ar-SA/step_1.md new file mode 100644 index 0000000..68da053 --- /dev/null +++ b/ar-SA/step_1.md @@ -0,0 +1,20 @@ +## What you will make + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +You will need: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/ar-SA/step_2.md b/ar-SA/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/ar-SA/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/ar-SA/step_3.md b/ar-SA/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/ar-SA/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/ar-SA/step_4.md b/ar-SA/step_4.md new file mode 100644 index 0000000..e11a1aa --- /dev/null +++ b/ar-SA/step_4.md @@ -0,0 +1,33 @@ +## Train the model + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/ar-SA/step_5.md b/ar-SA/step_5.md new file mode 100644 index 0000000..5fde839 --- /dev/null +++ b/ar-SA/step_5.md @@ -0,0 +1,3 @@ +## What can you do now? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/cy-GB/images/action.png b/cy-GB/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/cy-GB/images/action.png differ diff --git a/cy-GB/images/banner.png b/cy-GB/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/cy-GB/images/banner.png differ diff --git a/cy-GB/images/disco.mp4 b/cy-GB/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/cy-GB/images/disco.mp4 differ diff --git a/cy-GB/images/disco10.png b/cy-GB/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/cy-GB/images/disco10.png differ diff --git a/cy-GB/images/discotest.mp4 b/cy-GB/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/cy-GB/images/discotest.mp4 differ diff --git a/cy-GB/images/floss.mp4 b/cy-GB/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/cy-GB/images/floss.mp4 differ diff --git a/cy-GB/images/train-model-button.png b/cy-GB/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/cy-GB/images/train-model-button.png differ diff --git a/cy-GB/images/wywm.png b/cy-GB/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/cy-GB/images/wywm.png differ diff --git a/cy-GB/meta.yml b/cy-GB/meta.yml new file mode 100644 index 0000000..c8a8261 --- /dev/null +++ b/cy-GB/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: What you will make + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: Train the model + completion: + - internal diff --git a/cy-GB/resources/Dance detector - Part 1.srt b/cy-GB/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/cy-GB/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/cy-GB/resources/Dance detector - Part 2.srt b/cy-GB/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/cy-GB/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/cy-GB/resources/Dance detector - Part 3.srt b/cy-GB/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..fedce5f --- /dev/null +++ b/cy-GB/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/cy-GB/resources/readme.txt b/cy-GB/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/cy-GB/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/cy-GB/step_1.md b/cy-GB/step_1.md new file mode 100644 index 0000000..68da053 --- /dev/null +++ b/cy-GB/step_1.md @@ -0,0 +1,20 @@ +## What you will make + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +You will need: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/cy-GB/step_2.md b/cy-GB/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/cy-GB/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/cy-GB/step_3.md b/cy-GB/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/cy-GB/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/cy-GB/step_4.md b/cy-GB/step_4.md new file mode 100644 index 0000000..e11a1aa --- /dev/null +++ b/cy-GB/step_4.md @@ -0,0 +1,33 @@ +## Train the model + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/cy-GB/step_5.md b/cy-GB/step_5.md new file mode 100644 index 0000000..5fde839 --- /dev/null +++ b/cy-GB/step_5.md @@ -0,0 +1,3 @@ +## What can you do now? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/da-DK/images/action.png b/da-DK/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/da-DK/images/action.png differ diff --git a/da-DK/images/banner.png b/da-DK/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/da-DK/images/banner.png differ diff --git a/da-DK/images/disco10.png b/da-DK/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/da-DK/images/disco10.png differ diff --git a/da-DK/images/train-model-button.png b/da-DK/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/da-DK/images/train-model-button.png differ diff --git a/da-DK/images/wywm.png b/da-DK/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/da-DK/images/wywm.png differ diff --git a/da-DK/meta.yml b/da-DK/meta.yml new file mode 100644 index 0000000..e049e66 --- /dev/null +++ b/da-DK/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: What you will make + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: Train the model + completion: + - external diff --git a/da-DK/resources/Dance detector - Part 1.srt b/da-DK/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/da-DK/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/da-DK/resources/Dance detector - Part 2.srt b/da-DK/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/da-DK/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/da-DK/resources/Dance detector - Part 3.srt b/da-DK/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..fedce5f --- /dev/null +++ b/da-DK/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/da-DK/resources/readme.txt b/da-DK/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/da-DK/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/da-DK/step_1.md b/da-DK/step_1.md new file mode 100644 index 0000000..68da053 --- /dev/null +++ b/da-DK/step_1.md @@ -0,0 +1,20 @@ +## What you will make + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +You will need: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/da-DK/step_2.md b/da-DK/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/da-DK/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/da-DK/step_3.md b/da-DK/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/da-DK/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/da-DK/step_4.md b/da-DK/step_4.md new file mode 100644 index 0000000..e11a1aa --- /dev/null +++ b/da-DK/step_4.md @@ -0,0 +1,33 @@ +## Train the model + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/da-DK/step_5.md b/da-DK/step_5.md new file mode 100644 index 0000000..5fde839 --- /dev/null +++ b/da-DK/step_5.md @@ -0,0 +1,3 @@ +## What can you do now? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/de-DE/images/action.png b/de-DE/images/action.png new file mode 100644 index 0000000..d9653de Binary files /dev/null and b/de-DE/images/action.png differ diff --git a/de-DE/images/banner.png b/de-DE/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/de-DE/images/banner.png differ diff --git a/de-DE/images/disco.mp4 b/de-DE/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/de-DE/images/disco.mp4 differ diff --git a/de-DE/images/disco10.png b/de-DE/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/de-DE/images/disco10.png differ diff --git a/de-DE/images/discotest.mp4 b/de-DE/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/de-DE/images/discotest.mp4 differ diff --git a/de-DE/images/floss.mp4 b/de-DE/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/de-DE/images/floss.mp4 differ diff --git a/de-DE/images/train-model-button.png b/de-DE/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/de-DE/images/train-model-button.png differ diff --git a/de-DE/images/wywm.png b/de-DE/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/de-DE/images/wywm.png differ diff --git a/de-DE/meta.yml b/de-DE/meta.yml new file mode 100644 index 0000000..5a0d668 --- /dev/null +++ b/de-DE/meta.yml @@ -0,0 +1,20 @@ +title: Tanz-Detektor +hero_image: images/banner.png +description: Trainiere einen Computer, um dir zu helfen, einen Tanzschritt zu perfektionieren! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Das wirst du machen + - + title: Projekt einrichten + completion: + - engaged + - + title: Füge Beispiele hinzu + - + title: Modell trainieren + completion: + - external diff --git a/de-DE/resources/Dance detector - Part 1.mp4 b/de-DE/resources/Dance detector - Part 1.mp4 new file mode 100644 index 0000000..f491e52 Binary files /dev/null and b/de-DE/resources/Dance detector - Part 1.mp4 differ diff --git a/de-DE/resources/Dance detector - Part 1.srt b/de-DE/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..c6544b0 --- /dev/null +++ b/de-DE/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Gehe zu createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +und klicke auf „Get started“ (Erste Schritte) + +3 +00:00:07,425 --> 00:00:08,559 +Starte eine neue Sitzung + +4 +00:00:08,559 --> 00:00:11,172 +und folge den Anweisungen, um deinen micro:bit einzurichten + +5 +00:00:11,172 --> 00:00:12,124 +[Musik endet...] + diff --git a/de-DE/resources/Dance detector - Part 2.mp4 b/de-DE/resources/Dance detector - Part 2.mp4 new file mode 100644 index 0000000..ed7e51a Binary files /dev/null and b/de-DE/resources/Dance detector - Part 2.mp4 differ diff --git a/de-DE/resources/Dance detector - Part 2.srt b/de-DE/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..1932081 --- /dev/null +++ b/de-DE/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Benenne die erste Aktion + +2 +00:00:04,417 --> 00:00:04,917 +Drücke B + +3 +00:00:04,917 --> 00:00:07,604 +und nehme eine einsekündige Aufnahme auf + +4 +00:00:07,896 --> 00:00:09,750 +Wiederhole den Vorgang, bis du zehn Aufnahmen hast + +5 +00:00:10,296 --> 00:00:14,831 +Füge eine zweite Aktion hinzu und zeichne zehn Aufnahmen auf + diff --git a/de-DE/resources/Dance detector - Part 3.mp4 b/de-DE/resources/Dance detector - Part 3.mp4 new file mode 100644 index 0000000..0328637 Binary files /dev/null and b/de-DE/resources/Dance detector - Part 3.mp4 differ diff --git a/de-DE/resources/Dance detector - Part 3.srt b/de-DE/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..df0bc79 --- /dev/null +++ b/de-DE/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Trainiere dein Modell + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +und schaue, ob dein Modell deine Tanzbewegungen erkennen kann + diff --git a/de-DE/resources/readme.txt b/de-DE/resources/readme.txt new file mode 100644 index 0000000..8d1c34b --- /dev/null +++ b/de-DE/resources/readme.txt @@ -0,0 +1 @@ +Um ein Video mit Untertiteln auf VLC (videolan.org) anzuschauen, stelle sicher, dass sich die Videodatei und die Untertiteldatei im selben Ordner befinden und genau den gleichen Namen haben (z.B. video.mp4 und video.srt). Öffne das Video in VLC, und es wird die Untertitel automatisch laden. Wenn die Untertitel nicht erscheinen, klicke mit der rechten Maustaste auf den Videobildschirm, klicke auf **Untertitel**, dann **Untertiteldatei hinzufügen** und wähle die korrekte .srt-Datei aus. Viel Spaß beim Anschauen mit Untertiteln! \ No newline at end of file diff --git a/de-DE/step_1.md b/de-DE/step_1.md new file mode 100644 index 0000000..6eb2e26 --- /dev/null +++ b/de-DE/step_1.md @@ -0,0 +1,20 @@ +## Was du machen wirst + +Eine Benutzeroberfläche für maschinelles Lernen, die ein Modell zur Bewegungserkennung testet. In der Mitte des Bildschirms führt ein kleiner Junge den Tanzschritt „Disco“ aus, wobei ein Arm nach oben zeigt. Auf der linken Seite des Bildschirms zeigt die Benutzeroberfläche zwei mögliche erkannte Aktionen an: „Disco“ mit einer Sicherheit von 95 % und „Zahnseide“ mit einer Sicherheit von 5 %. Am unteren Rand der Benutzeroberfläche verfolgt ein Live-Diagramm mit verschiedenfarbigen Linien die Bewegungsdaten. Die Schnittstelle zeigt an, dass das Modell die Aktion des Jungen mit hoher Sicherheit als „Disco“ identifiziert hat. Oben in der Benutzeroberfläche sind die folgenden Schritte aufgeführt: „1. Daten hinzufügen, 2. Trainiere das Modell, 3. Teste das Modell."](images/wywm.png) + +Trainiere einen Computer, um dir zu helfen, einen Tanzschritt zu perfektionieren! + +## --- collapse --- + +## title: Kein YouTube? Videos herunterladen! + +Du kannst [alle Videos zu diesem Projekt herunterladen](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Was du brauchen wirst: + +- Ein micro:bit V2 +- Ein micro:bit-Akkupack und 2 x AAA-Batterien +- USB-Kabel +- Ein Webbrowser, der WebUSB unterstützt, damit du eine direkte Verbindung zu deinem micro:bit herstellen kannst. Wir empfehlen die Verwendung von Google Chrome oder Microsoft Edge. \ No newline at end of file diff --git a/de-DE/step_2.md b/de-DE/step_2.md new file mode 100644 index 0000000..9964afa --- /dev/null +++ b/de-DE/step_2.md @@ -0,0 +1,39 @@ +## Projekt einrichten + + +
+ +
+ + +### Erstelle eine neue Sitzung + +Du wirst eine Online-Plattform für maschinelles Lernen nutzen. + +\--- task --- + +Öffne [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Klicke auf **Get started** (Erste Schritte) + +\--- /task --- + +Du wirst deinen micro:bit benutzen, um deine Bewegungen zu erfassen und die Daten an die Online-Plattform für maschinelles Lernen zu senden. + +\--- task --- + +Klicke auf **New session** (Neue Sitzung) und folge den Anweisungen, um deinen micro:bit zu verbinden. + +\--- /task --- + +## --- collapse --- + +## title: Ich habe kein Akku-Pack + +Du kannst dein micro:bit über USB angeschlossen lassen, das Kabel muss jedoch lang genug sein, damit du dich frei damit bewegen kannst. + +\--- /collapse --- diff --git a/de-DE/step_3.md b/de-DE/step_3.md new file mode 100644 index 0000000..fa592f6 --- /dev/null +++ b/de-DE/step_3.md @@ -0,0 +1,77 @@ +## Füge Beispiele hinzu + + +
+ +
+ + +### Füge eine Aktion hinzu + +\--- task --- + +Klicke auf den blauen **+ Add action** Knopf. + +Benenne die **erste** Aktion. + +Unser Beispiel verwendet den Namen „Disco“. + +![Screenshot, der den Namen einer Aktion zeigt](images/action.png) + +\--- /task --- + +### Füge Datensätze hinzu + +Es ist wichtig, dass du den micro:bit immer auf die gleiche Weise hältst. + +\--- task --- + +Halte deinen micro:bit und das Akkupack zusammen in deiner Hand fest. + +**Merke** dir, wie du ihn hältst. Stelle sicher, dass du ihn später in diesem Projekt genauso hältst. + +\--- /task --- + +Jede Aktion kann 1 Sekunde lang sein. + +\--- task --- + +Drücke die Taste B, warte den Countdown ab und nehme dann deine erste 1-Sekunden-Aktion auf. + +Dieses Beispiel zeigt eine „Disco“-Aktion, du kannst jedoch jede beliebige Aktion aufnehmen! + + + +\--- /task --- + +\--- task --- + +Erstelle weitere Aufnahmen für deine erste Aktion, bis du mindestens **10 Aufnahmen** hast. + +![Screenshot mit 10 Aufnahmen einer Aktion](images/disco10.png) + +\--- /task --- + +### Füge eine zweite Aktion hinzu + +\--- task --- + +Klicke auf den blauen **+ Add action** Knopf. + +Benenne die **zweite** Aktion. + +Unser Beispiel verwendet den Namen „Floss“ (Zahnseide). + +\--- /task --- + +\--- task --- + +Füge Aufnahmen von deiner zweiten Aktion hinzu, bis du mindestens **10 Aufnahmen** hast. + +Dieses Beispiel zeigt eine „Floss“-Aktion, du kannst jedoch jede beliebige Aktion aufnehmen! + + + +\--- /task --- diff --git a/de-DE/step_4.md b/de-DE/step_4.md new file mode 100644 index 0000000..169d40f --- /dev/null +++ b/de-DE/step_4.md @@ -0,0 +1,30 @@ +## Modell trainieren + + +
+ +
+ + +\--- task --- + +Klicke auf den blauen **Train model** (Modell trainieren) Knopf. + +![Der 'Train model'-Button.](images/train-model-button.png) + +\--- /task --- + +### Vorschau und Test + +Schau, ob dein Modell deine Tanzbewegungen erkennen kann! + +\--- task --- + +Führe eine deiner Aktionen aus und schaue, was dein Modell vorhersagt (**schätzt**), welche Aktion das ist. + +Du wirst Vertrauenswerte (**Gewissheit**) für deine Aktionen sehen. + +\--- /task --- + + diff --git a/de-DE/step_5.md b/de-DE/step_5.md new file mode 100644 index 0000000..1459851 --- /dev/null +++ b/de-DE/step_5.md @@ -0,0 +1,3 @@ +## Wie geht es weiter? + +Es gibt viele weitere Projekte zum maschinellen Lernen und zur KI im Toolkit für [künstliche Intelligenz](https://projects.raspberrypi.org/en/pathways/ai-toolkit). \ No newline at end of file diff --git a/el-GR/images/action.png b/el-GR/images/action.png new file mode 100644 index 0000000..e2b079b Binary files /dev/null and b/el-GR/images/action.png differ diff --git a/el-GR/images/action2.png b/el-GR/images/action2.png new file mode 100644 index 0000000..b5d04c0 Binary files /dev/null and b/el-GR/images/action2.png differ diff --git a/el-GR/images/banner.png b/el-GR/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/el-GR/images/banner.png differ diff --git a/el-GR/images/disco.mp4 b/el-GR/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/el-GR/images/disco.mp4 differ diff --git a/el-GR/images/disco10.png b/el-GR/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/el-GR/images/disco10.png differ diff --git a/el-GR/images/discotest.mp4 b/el-GR/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/el-GR/images/discotest.mp4 differ diff --git a/el-GR/images/floss.mp4 b/el-GR/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/el-GR/images/floss.mp4 differ diff --git a/el-GR/images/train-model-button.png b/el-GR/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/el-GR/images/train-model-button.png differ diff --git a/el-GR/images/train.mp4 b/el-GR/images/train.mp4 new file mode 100644 index 0000000..462f643 Binary files /dev/null and b/el-GR/images/train.mp4 differ diff --git a/el-GR/images/wywm.png b/el-GR/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/el-GR/images/wywm.png differ diff --git a/el-GR/meta.yml b/el-GR/meta.yml new file mode 100644 index 0000000..8d49caa --- /dev/null +++ b/el-GR/meta.yml @@ -0,0 +1,20 @@ +title: Ανιχνευτής χορού +hero_image: images/banner.png +description: Εκπαίδευσε έναν υπολογιστή για να σε βοηθήσει να τελειοποιήσεις μια χορευτική κίνηση! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Τι θα φτιάξεις + - + title: Ρύθμισε το έργο σου + completion: + - engaged + - + title: Πρόσθεσε δείγματα + - + title: Εκπαίδευσε το μοντέλο + completion: + - external diff --git a/el-GR/resources/Dance Detector Pt1.mp4 b/el-GR/resources/Dance Detector Pt1.mp4 new file mode 100644 index 0000000..955ce89 Binary files /dev/null and b/el-GR/resources/Dance Detector Pt1.mp4 differ diff --git a/el-GR/resources/Dance detector - Part 1.mp4 b/el-GR/resources/Dance detector - Part 1.mp4 new file mode 100644 index 0000000..f491e52 Binary files /dev/null and b/el-GR/resources/Dance detector - Part 1.mp4 differ diff --git a/el-GR/resources/Dance detector - Part 1.srt b/el-GR/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..a384981 --- /dev/null +++ b/el-GR/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Πήγαινε στο createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +και κάνε κλικ στο 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Ξεκίνησε μία νέα συνεδρία + +4 +00:00:08,559 --> 00:00:11,172 +και ακολούθησε τις οδηγίες για να ρυθμίσεις το micro:bit σου + +5 +00:00:11,172 --> 00:00:12,124 +[μουσική μέχρι το τέλος...] + diff --git a/el-GR/resources/Dance detector - Part 2.mp4 b/el-GR/resources/Dance detector - Part 2.mp4 new file mode 100644 index 0000000..ed7e51a Binary files /dev/null and b/el-GR/resources/Dance detector - Part 2.mp4 differ diff --git a/el-GR/resources/Dance detector - Part 2.srt b/el-GR/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..1760851 --- /dev/null +++ b/el-GR/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Ονόμασε την πρώτη ενέργεια + +2 +00:00:04,417 --> 00:00:04,917 +Πάτησε B + +3 +00:00:04,917 --> 00:00:07,604 +και κατάγραψε ένα δείγμα ενός δευτερολέπτου + +4 +00:00:07,896 --> 00:00:09,750 +Επανάλαβε μέχρι να έχεις δέκα δείγματα + +5 +00:00:10,296 --> 00:00:14,831 +Πρόσθεσε μια δεύτερη ενέργεια και κατάγραψε δέκα δείγματα + diff --git a/el-GR/resources/Dance detector - Part 3.mp4 b/el-GR/resources/Dance detector - Part 3.mp4 new file mode 100644 index 0000000..0328637 Binary files /dev/null and b/el-GR/resources/Dance detector - Part 3.mp4 differ diff --git a/el-GR/resources/Dance detector - Part 3.srt b/el-GR/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..159194c --- /dev/null +++ b/el-GR/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Εκπαίδευσε το μοντέλο σου + +2 +00:00:08,778 --> 00:00:09,324 +Δοκίμασε + +3 +00:00:09,328 --> 00:00:13,000 +και δες αν το μοντέλο σου μπορεί να αναγνωρίσει τις χορευτικές σου κινήσεις + diff --git a/el-GR/resources/dance detector pt2.mp4 b/el-GR/resources/dance detector pt2.mp4 new file mode 100644 index 0000000..ab3952e Binary files /dev/null and b/el-GR/resources/dance detector pt2.mp4 differ diff --git a/el-GR/resources/dance detector pt3.mp4 b/el-GR/resources/dance detector pt3.mp4 new file mode 100644 index 0000000..a5bdcd1 Binary files /dev/null and b/el-GR/resources/dance detector pt3.mp4 differ diff --git a/el-GR/resources/readme.txt b/el-GR/resources/readme.txt new file mode 100644 index 0000000..3289b81 --- /dev/null +++ b/el-GR/resources/readme.txt @@ -0,0 +1 @@ +Για να παρακολουθήσεις ένα βίντεο με υπότιτλους στο VLC (videolan.org), βεβαιώσου ότι το αρχείο βίντεο και το αρχείο υποτίτλων βρίσκονται στον ίδιο φάκελο και έχουν το ίδιο ακριβώς όνομα (π.χ. video.mp4 και video.srt). Άνοιξε το βίντεο σε VLC και θα φορτώσει αυτόματα τους υπότιτλους. Εάν οι υπότιτλοι δεν εμφανίζονται, κάνε δεξί κλικ στην οθόνη του βίντεο, πήγαινε στο **Υπότιτλοι**, μετά στο **Προσθήκη αρχείου υποτίτλων** και επίλεξε το σωστό αρχείο .srt. Απόλαυσε την παρακολούθηση με υπότιτλους! \ No newline at end of file diff --git a/el-GR/step_1.md b/el-GR/step_1.md new file mode 100644 index 0000000..46ff919 --- /dev/null +++ b/el-GR/step_1.md @@ -0,0 +1,20 @@ +## Τι θα φτιάξεις + +![Μια διεπαφή μηχανικής μάθησης που δοκιμάζει ένα μοντέλο για αναγνώριση δράσης. Στο κέντρο της οθόνης, ένα νεαρό αγόρι εκτελεί την κίνηση του χορού «Disco», με το ένα χέρι να δείχνει προς τα πάνω. Στην αριστερή πλευρά της οθόνης, η διεπαφή εμφανίζει δύο πιθανές αναγνωρισμένες ενέργειες: "Disco" με βαθμολογία βεβαιότητας 95% και "Floss" με βαθμολογία βεβαιότητας 5%. Στο κάτω μέρος της διεπαφής, ένα ζωντανό γράφημα με διαφορετικές έγχρωμες γραμμές παρακολουθεί τα δεδομένα κίνησης. Η διεπαφή υποδεικνύει ότι το μοντέλο έχει αναγνωρίσει με ακρίβεια την ενέργεια του αγοριού ως «Disco» με μεγάλη σιγουριά. Το επάνω μέρος της διεπαφής περιλαμβάνει τα βήματα: "1. Προσθήκη δεδομένων, 2. Εκπαίδευση μοντέλου, 3. Δοκιμή μοντέλου."](images/wywm.png) + +Εκπαίδευσε έναν υπολογιστή για να σε βοηθήσει να τελειοποιήσεις μια χορευτική κίνηση! + +## --- collapse --- + +## title: Δεν υπάρχει πρόβαση στο YouTube; Κάνε λήψη των βίντεο! + +Μπορείς να [κατεβάσεις όλα τα βίντεο γι' αυτό το έργο](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Θα χρειαστείς: + +- Ένα micro:bit V2 +- Μια μπαταρία micro:bit και 2 μπαταρίες AAA +- Καλώδιο USB +- Ένα πρόγραμμα περιήγησης ιστού που υποστηρίζει WebUSB, ώστε να μπορείς να συνδεθείς απευθείας στο micro:bit σου. Συνιστούμε τη χρήση του Google Chrome ή του Microsoft Edge. \ No newline at end of file diff --git a/el-GR/step_2.md b/el-GR/step_2.md new file mode 100644 index 0000000..5b92cd9 --- /dev/null +++ b/el-GR/step_2.md @@ -0,0 +1,39 @@ +## Ρύθμισε το έργο σου + + +
+ +
+ + +### Δημιούργησε μία νέα συνεδρία + +Θα χρησιμοποιήσεις μια διαδικτυακή πλατφόρμα μηχανικής μάθησης. + +\--- task --- + +Άνοιξε το [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Κάνε κλικ στο **Get started** + +\--- /task --- + +Θα χρησιμοποιήσεις το micro:bit σου για να ανιχνεύσεις τις κινήσεις σου και να στείλεις τα δεδομένα στην διαδικτυακή πλατφόρμα μηχανικής μάθησης. + +\--- task --- + +Κάνε κλικ στην επιλογή **New session** και ακολούθησε τις οδηγίες για να συνδέσεις το micro:bit σου. + +\--- /task --- + +## --- collapse --- + +## title: Δεν έχω πακέτο μπαταριών + +Μπορείς να διατηρήσεις το micro:bit σου συνδεδεμένο μέσω USB, αλλά το καλώδιο πρέπει να είναι αρκετά μακρύ ώστε να μπορείς να το μετακινείς ελεύθερα. + +\--- /collapse --- diff --git a/el-GR/step_3.md b/el-GR/step_3.md new file mode 100644 index 0000000..f735add --- /dev/null +++ b/el-GR/step_3.md @@ -0,0 +1,83 @@ +## Πρόσθεσε δείγματα + + +
+ +
+ + +### Πρόσθεσε μία ενέργεια + +\--- task --- + +Κάνε κλικ στο μπλε κουμπί **+ Add action**. + +Ονόμασε την **πρώτη** ενέργεια. + +Το παράδειγμά μας χρησιμοποιεί το όνομα `Disco`. + +![Στιγμιότυπο οθόνης που δείχνει το όνομα μιας ενέργειας](images/action.png) + +\--- /task --- + +### Πρόσθεσε δείγματα δεδομένων + +Είναι σημαντικό να κρατάς πάντα το micro:bit με τον ίδιο τρόπο. + +\--- task --- + +Κράτησε το micro:bit και την μπαταρία μαζί στο χέρι σου. + +**Θυμήσου** πώς το κρατάς. Βεβαιώσου ότι θα το κρατήσεις έτσι αργότερα σε αυτό το έργο. + +\--- /task --- + +Κάθε ενέργεια μπορεί να έχει διάρκεια 1 δευτερόλεπτο. + +\--- task --- + +Πάτησε το κουμπί B, περίμενε την αντίστροφη μέτρηση και, στη συνέχεια, κάνε την πρώτη σου ενέργεια 1 δευτερολέπτου. + +Αυτό το παράδειγμα δείχνει μια ενέργεια `Disco`, αλλά μπορείς να κάνεις όποια ενέργεια θέλεις! + + + +\--- /task --- + +\--- task --- + +Πρόσθεσε περισσότερα δείγματα της πρώτης σου ενέργειας, μέχρι να έχεις τουλάχιστον **10 δείγματα**. + +![Στιγμιότυπο οθόνης που δείχνει 10 δείγματα μιας ενέργειας](images/disco10.png) + +\--- /task --- + +### Πρόσθεσε μία δεύτερη ενέργεια + +\--- task --- + +Κάνε κλικ στο μπλε κουμπί **+ Add action**. + +Ονόμασε την **δεύτερη** ενέργεια. + +Το παράδειγμά μας χρησιμοποιεί το όνομα `Floss`. + +\--- /task --- + +\--- task --- + +Πρόσθεσε δείγματα της δεύτερης σου ενέργειας, μέχρι να έχεις τουλάχιστον **10 δείγματα**. + +Αυτό το παράδειγμα δείχνει μια ενέργεια `Floss`, αλλά μπορείς να κάνεις όποια ενέργεια θέλεις! + + + +\--- /task --- diff --git a/el-GR/step_4.md b/el-GR/step_4.md new file mode 100644 index 0000000..5264204 --- /dev/null +++ b/el-GR/step_4.md @@ -0,0 +1,33 @@ +## Εκπαίδευσε το μοντέλο + + +
+ +
+ + +\--- task --- + +Κάνε κλικ στο μπλε κουμπί **Train model**. + +![Το κουμπί 'Train model'.](images/train-model-button.png) + +\--- /task --- + +### Προεπισκόπηση και δοκιμή + +Δες αν το μοντέλο σου μπορεί να αναγνωρίσει τις χορευτικές σου κινήσεις! + +\--- task --- + +Εκτέλεσε μία από τις ενέργειές σου και δες τι προβλέπει (**εκτιμά**) το μοντέλο σου για την ενέργεια. + +Θα δείς βαθμολογίες εμπιστοσύνης (**βεβαιότητας**) για τις ενέργειές σου. + +\--- /task --- + + diff --git a/el-GR/step_5.md b/el-GR/step_5.md new file mode 100644 index 0000000..beba5c9 --- /dev/null +++ b/el-GR/step_5.md @@ -0,0 +1,3 @@ +## Τι μπορείς να κάνεις τώρα; + +Υπάρχουν πολλά άλλα έργα μηχανικής μάθησης και ΤΝ στην εργαλειοθήκη [τεχνητή νοημοσύνη](https://projects.raspberrypi.org/en/pathways/ai-toolkit). \ No newline at end of file diff --git a/es-419/images/action.png b/es-419/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/es-419/images/action.png differ diff --git a/es-419/images/banner.png b/es-419/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/es-419/images/banner.png differ diff --git a/es-419/images/disco.mp4 b/es-419/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/es-419/images/disco.mp4 differ diff --git a/es-419/images/disco10.png b/es-419/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/es-419/images/disco10.png differ diff --git a/es-419/images/discotest.mp4 b/es-419/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/es-419/images/discotest.mp4 differ diff --git a/es-419/images/floss.mp4 b/es-419/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/es-419/images/floss.mp4 differ diff --git a/es-419/images/train-model-button.png b/es-419/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/es-419/images/train-model-button.png differ diff --git a/es-419/images/wywm.png b/es-419/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/es-419/images/wywm.png differ diff --git a/es-419/meta.yml b/es-419/meta.yml new file mode 100644 index 0000000..c6051c1 --- /dev/null +++ b/es-419/meta.yml @@ -0,0 +1,20 @@ +title: Detector de baile +hero_image: images/banner.png +description: '¡Entrena a una computadora para que te ayude a perfeccionar un paso de baile!' +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Lo que harás + - + title: Configura tu proyecto + completion: + - engaged + - + title: Agrega muestras + - + title: Entrena el modelo + completion: + - external diff --git a/es-419/resources/Dance detector - Part 1.srt b/es-419/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..2467ebb --- /dev/null +++ b/es-419/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Ir a createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +y haga clic en 'Empezar' + +3 +00:00:07,425 --> 00:00:08,559 +Inicia una nueva sesión + +4 +00:00:08,559 --> 00:00:11,172 +y sigue las instrucciones para configurar tu micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[música para finalizar...] + diff --git a/es-419/resources/Dance detector - Part 2.srt b/es-419/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..28d5ca0 --- /dev/null +++ b/es-419/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Nombra la primera acción + +2 +00:00:04,417 --> 00:00:04,917 +Presionar B + +3 +00:00:04,917 --> 00:00:07,604 +y grabar una muestra de un segundo + +4 +00:00:07,896 --> 00:00:09,750 +Repite hasta que tengas diez muestras + +5 +00:00:10,296 --> 00:00:14,831 +Agrega una segunda acción y graba diez muestras nuevamente + diff --git a/es-419/resources/Dance detector - Part 3.srt b/es-419/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..97db11d --- /dev/null +++ b/es-419/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Entrena a tu modelo + +2 +00:00:08,778 --> 00:00:09,324 +Prueba + +3 +00:00:09,328 --> 00:00:13,000 +y mira si tu modelo puede reconocer tus movimientos de baile + diff --git a/es-419/resources/readme.txt b/es-419/resources/readme.txt new file mode 100644 index 0000000..f2ac26a --- /dev/null +++ b/es-419/resources/readme.txt @@ -0,0 +1 @@ +Para ver un video con subtitulos en VLC (videolan.org), asegurate de que el archivo de video y el archivo de subtitulos estan en la misma carpeta y que tengan el mismo nombre (por ejemplo, video.mp4 y video.srt). Abre el video en VLC, y los subtitulos se cargaran automáticamente. Si los subtítulos no aparecen, haz clic derecho en la pantalla de vídeo, ve a **Subtítulo**, luego a **Añadir archivo de subtítulo**, y selecciona el archivo .srt correcto. ¡Disfruta viendo con subtítulos! \ No newline at end of file diff --git a/es-419/step_1.md b/es-419/step_1.md new file mode 100644 index 0000000..56d6093 --- /dev/null +++ b/es-419/step_1.md @@ -0,0 +1,20 @@ +## Lo que harás + +![Una interfaz de aprendizaje automático probando un modelo de reconocimiento de acción. En el centro de la pantalla, un niño está realizando el movimiento de baile "Disco", con un brazo apuntando hacia arriba. En el lado izquierdo de la pantalla, la interfaz muestra dos posibles acciones reconocidas: "Disco" con una puntuación del 95% de certeza y "Floss" con una puntuación del 5% de certeza. En la parte inferior de la interfaz, un gráfico en vivo con diferentes líneas de color rastrea los datos de movimiento. La interfaz indica que el modelo ha identificado con precisión la acción del niño como "Disco" con un alto grado de confianza. La parte superior de la interfaz incluye los pasos: "1. Añadir datos, 2. Modelo de entrenamiento, 3. Modelo de prueba."](images/wywm.png) + +¡Entrena a una computadora para que te ayude a perfeccionar un paso de baile! + +## --- collapse --- + +## título: ¿No tienes YouTube? ¡Descarga los vídeos! + +Puedes [descargar todos los vídeos de este proyecto](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Necesitarás: + +- Un micro:bit V2 +- Un paquete de baterías micro:bit y 2 baterías AAA +- Cable USB +- Un navegador web que soporte WebUSB para que puedas conectarte directamente a tu micro:bit. Recomendamos utilizar Google Chrome o Microsoft Edge. \ No newline at end of file diff --git a/es-419/step_2.md b/es-419/step_2.md new file mode 100644 index 0000000..d02a337 --- /dev/null +++ b/es-419/step_2.md @@ -0,0 +1,39 @@ +## Configura tu proyecto + + +
+ +
+ + +### Crear una sesión nueva + +Utilizarás una plataforma de aprendizaje automático en línea. + +\--- task --- + +Abre [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Haga clic en **Comenzar** + +\--- /task --- + +Utilizarás tu micro:bit para detectar tus movimientos y enviar los datos a la plataforma de aprendizaje automático en línea. + +\--- task --- + +Haz clic en **Nueva sesión** y sigue las instrucciones para conectar tu micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: No tengo un paquete de batería + +Puedes mantener tu micro:bit conectado usando USB, pero el cable necesita ser lo suficientemente largo como para puedas moverte libremente con él. + +\--- /collapse --- diff --git a/es-419/step_3.md b/es-419/step_3.md new file mode 100644 index 0000000..8f1e71d --- /dev/null +++ b/es-419/step_3.md @@ -0,0 +1,82 @@ +## Agrega muestras + + +
+ +
+ + +### Añade una acción + +\--- task --- + +Haga clic en el botón azul **+ Agregar acción**. + +Nombra la **primera** acción. + +Nuestro ejemplo usa el nombre `Disco`. + +![Captura de pantalla mostrando el nombre de una acción](images/action.png) + +\--- /task --- + +### Añade muestras de datos + +Es importante que siempre sostengas el micro:bit de la misma manera. + +\--- task --- + +Mantén el micro:bit y el paquete de batería juntos en tu mano. + +**Recuerda** cómo lo sostienes. Asegúrate de sostenerlo así luego en este proyecto. + +\--- /task --- + +Cada acción puede durar 1 segundo. + +\--- task --- + +Presione el botón B, espere la cuenta regresiva y luego realice su primera acción de 1 segundo. + +Este ejemplo muestra una acción 'Disco', ¡pero puedes hacer cualquier acción que quieras! + + + +\--- /task --- + +\--- task --- + +Añade más muestras de tu primera acción, hasta que tengas al menos **10 muestras**. + +![Captura de pantalla que muestra 10 muestras de una acción](images/disco10.png) + +\--- /task --- + +### Añade una segunda acción + +\--- task --- + +Haga clic en el botón azul **+ Agregar acción**. + +Nombra la **segunda** acción. + +Nuestro ejemplo utiliza el nombre `Floss`. + +\--- /task --- + +\--- task --- + +Añade muestras de tu segunda acción, hasta que tengas al menos **10 muestras**. + +Este ejemplo muestra una acción `Floss`, ¡pero puedes hacer cualquier acción que quieras! + + + +\--- /task --- diff --git a/es-419/step_4.md b/es-419/step_4.md new file mode 100644 index 0000000..cff4d55 --- /dev/null +++ b/es-419/step_4.md @@ -0,0 +1,32 @@ +## Entrena el modelo + + +
+ +
+ + +\--- task --- + +Haga clic en el botón azul **Entrenar modelo**. + +![El botón 'Entrenar el Modelo'.](images/train-model-button.png) + +\--- /task --- + +### Vista previa y prueba + +¡Descubre si tu modelo puede reconocer tus movimientos de baile! + +\--- task --- + +Realiza una de tus acciones y observa lo que tu modelo predice (**estima**) que es la acción. + +Verás las puntuaciones de confianza (**certeza**) para tus acciones. + +\--- /task --- + + diff --git a/es-419/step_5.md b/es-419/step_5.md new file mode 100644 index 0000000..86740d8 --- /dev/null +++ b/es-419/step_5.md @@ -0,0 +1,3 @@ +## ¿Qué puedes hacer ahora? + +Hay muchos otros proyectos de aprendizaje automático e IA en el kit de herramientas de [inteligencia artificial](https://projects.raspberrypi.org/en/pathways/ai-toolkit). \ No newline at end of file diff --git a/es-ES/images/action.png b/es-ES/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/es-ES/images/action.png differ diff --git a/es-ES/images/banner.png b/es-ES/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/es-ES/images/banner.png differ diff --git a/es-ES/images/disco.mp4 b/es-ES/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/es-ES/images/disco.mp4 differ diff --git a/es-ES/images/disco10.png b/es-ES/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/es-ES/images/disco10.png differ diff --git a/es-ES/images/discotest.mp4 b/es-ES/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/es-ES/images/discotest.mp4 differ diff --git a/es-ES/images/floss.mp4 b/es-ES/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/es-ES/images/floss.mp4 differ diff --git a/es-ES/images/train-model-button.png b/es-ES/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/es-ES/images/train-model-button.png differ diff --git a/es-ES/images/wywm.png b/es-ES/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/es-ES/images/wywm.png differ diff --git a/es-ES/meta.yml b/es-ES/meta.yml new file mode 100644 index 0000000..713b744 --- /dev/null +++ b/es-ES/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Lo que crearás + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: Entrenar el modelo. + completion: + - external diff --git a/es-ES/resources/Dance detector - Part 1.mp4 b/es-ES/resources/Dance detector - Part 1.mp4 new file mode 100644 index 0000000..f491e52 Binary files /dev/null and b/es-ES/resources/Dance detector - Part 1.mp4 differ diff --git a/es-ES/resources/Dance detector - Part 1.srt b/es-ES/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/es-ES/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/es-ES/resources/Dance detector - Part 2.mp4 b/es-ES/resources/Dance detector - Part 2.mp4 new file mode 100644 index 0000000..ed7e51a Binary files /dev/null and b/es-ES/resources/Dance detector - Part 2.mp4 differ diff --git a/es-ES/resources/Dance detector - Part 2.srt b/es-ES/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/es-ES/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/es-ES/resources/Dance detector - Part 3.mp4 b/es-ES/resources/Dance detector - Part 3.mp4 new file mode 100644 index 0000000..0328637 Binary files /dev/null and b/es-ES/resources/Dance detector - Part 3.mp4 differ diff --git a/es-ES/resources/Dance detector - Part 3.srt b/es-ES/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..fedce5f --- /dev/null +++ b/es-ES/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/es-ES/resources/readme.txt b/es-ES/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/es-ES/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/es-ES/step_1.md b/es-ES/step_1.md new file mode 100644 index 0000000..e8f3f06 --- /dev/null +++ b/es-ES/step_1.md @@ -0,0 +1,20 @@ +## Lo que crearás + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Necesitarás: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/es-ES/step_2.md b/es-ES/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/es-ES/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/es-ES/step_3.md b/es-ES/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/es-ES/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/es-ES/step_4.md b/es-ES/step_4.md new file mode 100644 index 0000000..f34c0b2 --- /dev/null +++ b/es-ES/step_4.md @@ -0,0 +1,33 @@ +## Entrenar el modelo. + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/es-ES/step_5.md b/es-ES/step_5.md new file mode 100644 index 0000000..5fde839 --- /dev/null +++ b/es-ES/step_5.md @@ -0,0 +1,3 @@ +## What can you do now? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/fr-FR/images/action.png b/fr-FR/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/fr-FR/images/action.png differ diff --git a/fr-FR/images/action2.png b/fr-FR/images/action2.png new file mode 100644 index 0000000..b5d04c0 Binary files /dev/null and b/fr-FR/images/action2.png differ diff --git a/fr-FR/images/banner.png b/fr-FR/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/fr-FR/images/banner.png differ diff --git a/fr-FR/images/disco.mp4 b/fr-FR/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/fr-FR/images/disco.mp4 differ diff --git a/fr-FR/images/disco10.png b/fr-FR/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/fr-FR/images/disco10.png differ diff --git a/fr-FR/images/discotest.mp4 b/fr-FR/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/fr-FR/images/discotest.mp4 differ diff --git a/fr-FR/images/floss.mp4 b/fr-FR/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/fr-FR/images/floss.mp4 differ diff --git a/fr-FR/images/train-model-button.png b/fr-FR/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/fr-FR/images/train-model-button.png differ diff --git a/fr-FR/images/train.mp4 b/fr-FR/images/train.mp4 new file mode 100644 index 0000000..462f643 Binary files /dev/null and b/fr-FR/images/train.mp4 differ diff --git a/fr-FR/images/wywm.png b/fr-FR/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/fr-FR/images/wywm.png differ diff --git a/fr-FR/meta.yml b/fr-FR/meta.yml new file mode 100644 index 0000000..901c38d --- /dev/null +++ b/fr-FR/meta.yml @@ -0,0 +1,20 @@ +title: Détecteur de danse +hero_image: images/banner.png +description: Entraîne un ordinateur pour t'aider à perfectionner un mouvement de danse ! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Ce que tu vas faire + - + title: Configurer ton projet + completion: + - engaged + - + title: Ajouter des échantillons + - + title: Entraîner le modèle + completion: + - external diff --git a/fr-FR/resources/Dance Detector Pt1.mp4 b/fr-FR/resources/Dance Detector Pt1.mp4 new file mode 100644 index 0000000..955ce89 Binary files /dev/null and b/fr-FR/resources/Dance Detector Pt1.mp4 differ diff --git a/fr-FR/resources/Dance detector - Part 1.mp4 b/fr-FR/resources/Dance detector - Part 1.mp4 new file mode 100644 index 0000000..f491e52 Binary files /dev/null and b/fr-FR/resources/Dance detector - Part 1.mp4 differ diff --git a/fr-FR/resources/Dance detector - Part 1.srt b/fr-FR/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..d158c8e --- /dev/null +++ b/fr-FR/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Va sur createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +et clique sur « Get started » + +3 +00:00:07,425 --> 00:00:08,559 +Démarrer une nouvelle session + +4 +00:00:08,559 --> 00:00:11,172 +et suis les instructions pour configurer ton micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[musique de fin...] + diff --git a/fr-FR/resources/Dance detector - Part 2.mp4 b/fr-FR/resources/Dance detector - Part 2.mp4 new file mode 100644 index 0000000..ed7e51a Binary files /dev/null and b/fr-FR/resources/Dance detector - Part 2.mp4 differ diff --git a/fr-FR/resources/Dance detector - Part 2.srt b/fr-FR/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..ffc5c27 --- /dev/null +++ b/fr-FR/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Appuie sur B + +3 +00:00:04,917 --> 00:00:07,604 +et enregistre un échantillon d'une seconde + +4 +00:00:07,896 --> 00:00:09,750 +Répète jusqu'à ce que tu aies dix échantillons + +5 +00:00:10,296 --> 00:00:14,831 +Ajoute une deuxième action et enregistre dix échantillons + diff --git a/fr-FR/resources/Dance detector - Part 3.mp4 b/fr-FR/resources/Dance detector - Part 3.mp4 new file mode 100644 index 0000000..0328637 Binary files /dev/null and b/fr-FR/resources/Dance detector - Part 3.mp4 differ diff --git a/fr-FR/resources/Dance detector - Part 3.srt b/fr-FR/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..054261e --- /dev/null +++ b/fr-FR/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Entraîne ton modèle + +2 +00:00:08,778 --> 00:00:09,324 +Teste + +3 +00:00:09,328 --> 00:00:13,000 +et vois si ton modèle peut reconnaître tes mouvements de danse + diff --git a/fr-FR/resources/dance detector pt2.mp4 b/fr-FR/resources/dance detector pt2.mp4 new file mode 100644 index 0000000..ab3952e Binary files /dev/null and b/fr-FR/resources/dance detector pt2.mp4 differ diff --git a/fr-FR/resources/dance detector pt3.mp4 b/fr-FR/resources/dance detector pt3.mp4 new file mode 100644 index 0000000..a5bdcd1 Binary files /dev/null and b/fr-FR/resources/dance detector pt3.mp4 differ diff --git a/fr-FR/resources/readme.txt b/fr-FR/resources/readme.txt new file mode 100644 index 0000000..39ad83b --- /dev/null +++ b/fr-FR/resources/readme.txt @@ -0,0 +1 @@ +Pour regarder une vidéo avec des sous-titres sur VLC (videolan.org), assure-toi que le fichier vidéo et le fichier de sous-titres sont dans le même dossier et ont exactement le même nom (par exemple, video.mp4 et video.srt). Ouvre la vidéo dans VLC, les sous-titres seront chargés automatiquement. Si les sous-titres n'apparaissent pas, fais un clic droit sur l'écran vidéo, va dans **Sous-titres**, puis **Ajouter un fichier de sous-titres**, et sélectionne le bon fichier .srt. Profite du visionnage avec les sous-titres ! \ No newline at end of file diff --git a/fr-FR/step_1.md b/fr-FR/step_1.md new file mode 100644 index 0000000..be7d112 --- /dev/null +++ b/fr-FR/step_1.md @@ -0,0 +1,20 @@ +## Ce que tu vas faire + +![Une interface d'apprentissage automatique testant un modèle de reconnaissance d'actions. Au centre de l'écran, un jeune garçon exécute le mouvement de danse "Disco", avec un bras pointant vers le haut. À gauche de l'écran, l'interface affiche deux actions possibles reconnues : "Disco" avec un score de 95 % de certitude et "Floss" avec un score de 5 %. En bas de l'interface, un graphique en direct avec différentes lignes colorées suit les données de mouvement. L'interface indique que le modèle a identifié avec précision l'action du garçon comme "Disco" avec une grande confiance. Le haut de l'interface comprend les étapes : "1. Ajouter des données, 2. Entraîner le modèle, 3. Tester le modèle."](images/wywm.png) + +Entraîne un ordinateur pour t'aider à perfectionner un mouvement de danse ! + +## --- collapse --- + +## title: Pas de YouTube ? Télécharge les vidéos ! + +Tu peux [télécharger l'ensemble des vidéos de ce projet](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Tu auras besoin : + +- Un Micro:bit V2 +- Une batterie micro:bit et 2 piles AAA +- Câble USB +- Un navigateur web qui prend en charge WebUSB pour pouvoir te connecter directement à ton micro:bit. Nous te recommandons d'utiliser Google Chrome ou Microsoft Edge. \ No newline at end of file diff --git a/fr-FR/step_2.md b/fr-FR/step_2.md new file mode 100644 index 0000000..8d63045 --- /dev/null +++ b/fr-FR/step_2.md @@ -0,0 +1,39 @@ +## Configurer ton projet + + +
+ +
+ + +### Créer une nouvelle session + +Tu utiliseras une plateforme d'apprentissage automatique en ligne. + +\--- task --- + +Ouvre [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Clique sur **Get started** + +\--- /task --- + +Tu utiliseras ton micro:bit pour capter tes mouvements et envoyer les données à la plateforme d'apprentissage automatique en ligne. + +\--- task --- + +Clique sur **New session** et suis les instructions pour connecter ton micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: Je n'ai pas de batterie + +Tu peux garder ton micro:bit connecté en USB, mais le câble doit être assez long pour te permettre de te déplacer librement. + +\--- /collapse --- diff --git a/fr-FR/step_3.md b/fr-FR/step_3.md new file mode 100644 index 0000000..6813e21 --- /dev/null +++ b/fr-FR/step_3.md @@ -0,0 +1,83 @@ +## Ajouter des échantillons + + +
+ +
+ + +### Ajouter une action + +\--- task --- + +Clique sur le bouton bleu **+ Add action**. + +Nomme **la première** action. + +Nous utilisons le nom `Disco` comme exemple. + +![Capture d'écran montrant le nom d'une action](images/action.png) + +\--- /task --- + +### Ajouter des échantillons de données + +Il est important que tu tiennes toujours le micro:bit de la même manière. + +\--- task --- + +Tiens ton micro:bit et ta batterie ensemble dans ta main. + +**Souviens-toi** de la façon dont tu le tiens. Assure-toi de le tenir de la même façon plus tard dans ce projet. + +\--- /task --- + +Chaque action peut être de 1 seconde. + +\--- task --- + +Appuie sur le bouton B, attends le compte à rebours, puis fais ta première action de 1 seconde. + +Cet exemple montre une action `Disco`, mais tu peux faire ce que tu veux ! + + + +\--- /task --- + +\--- task --- + +Ajoute plus d'échantillons de ta première action, jusqu'à ce que tu aies au moins **10 échantillons**. + +![Capture d'écran montrant 10 échantillons d'actions](images/disco10.png) + +\--- /task --- + +### Ajouter une deuxième action + +\--- task --- + +Clique sur le bouton bleu **+ Add action**. + +Nomme la **deuxième** action. + +Nous utilisons le nom `Floss` comme exemple. + +\--- /task --- + +\--- task --- + +Ajoute des échantillons de ta deuxième action, jusqu'à ce que tu aies au moins **10 échantillons**. + +Cet exemple montre une action `Floss`, mais tu peux faire ce que tu veux ! + + + +\--- /task --- diff --git a/fr-FR/step_4.md b/fr-FR/step_4.md new file mode 100644 index 0000000..67419a2 --- /dev/null +++ b/fr-FR/step_4.md @@ -0,0 +1,33 @@ +## Entraîner le modèle + + +
+ +
+ + +\--- task --- + +Clique sur le bouton bleu **Train model**. + +![Le bouton "Train model".](images/train-model-button.png) + +\--- /task --- + +### Prévisualiser et tester + +Vois si ton modèle peut reconnaître tes mouvements de danse ! + +\--- task --- + +Effectue l'une de tes actions et vois ce que ton modèle prédit (**estimation**) de l'action. + +Tu verras des scores de confiance (**certitude**) pour tes actions. + +\--- /task --- + + diff --git a/fr-FR/step_5.md b/fr-FR/step_5.md new file mode 100644 index 0000000..c410bae --- /dev/null +++ b/fr-FR/step_5.md @@ -0,0 +1,3 @@ +## Que peux-tu faire maintenant ? + +Il existe de nombreux autres projets d'apprentissage automatique et d'IA dans le toolkit [intelligence artificielle] (https://projects.raspberrypi.org/fr-FR/pathways/ai-toolkit). \ No newline at end of file diff --git a/hi-IN/images/action.png b/hi-IN/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/hi-IN/images/action.png differ diff --git a/hi-IN/images/banner.png b/hi-IN/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/hi-IN/images/banner.png differ diff --git a/hi-IN/images/disco.mp4 b/hi-IN/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/hi-IN/images/disco.mp4 differ diff --git a/hi-IN/images/disco10.png b/hi-IN/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/hi-IN/images/disco10.png differ diff --git a/hi-IN/images/discotest.mp4 b/hi-IN/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/hi-IN/images/discotest.mp4 differ diff --git a/hi-IN/images/floss.mp4 b/hi-IN/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/hi-IN/images/floss.mp4 differ diff --git a/hi-IN/images/train-model-button.png b/hi-IN/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/hi-IN/images/train-model-button.png differ diff --git a/hi-IN/images/wywm.png b/hi-IN/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/hi-IN/images/wywm.png differ diff --git a/hi-IN/meta.yml b/hi-IN/meta.yml new file mode 100644 index 0000000..6220db5 --- /dev/null +++ b/hi-IN/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: भूमिका + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: एलियन शब्द बनाएं + completion: + - external diff --git a/hi-IN/resources/Dance detector - Part 1.srt b/hi-IN/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/hi-IN/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/hi-IN/resources/Dance detector - Part 2.srt b/hi-IN/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/hi-IN/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/hi-IN/resources/Dance detector - Part 3.srt b/hi-IN/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..ca0afe8 --- /dev/null +++ b/hi-IN/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +परीक्षण + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/hi-IN/resources/readme.txt b/hi-IN/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/hi-IN/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/hi-IN/step_1.md b/hi-IN/step_1.md new file mode 100644 index 0000000..fc3f70f --- /dev/null +++ b/hi-IN/step_1.md @@ -0,0 +1,20 @@ +## भूमिका + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +आपको चाहिये होगा: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/hi-IN/step_2.md b/hi-IN/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/hi-IN/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/hi-IN/step_3.md b/hi-IN/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/hi-IN/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/hi-IN/step_4.md b/hi-IN/step_4.md new file mode 100644 index 0000000..f7ce8fb --- /dev/null +++ b/hi-IN/step_4.md @@ -0,0 +1,33 @@ +## एलियन शब्द बनाएं + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/hi-IN/step_5.md b/hi-IN/step_5.md new file mode 100644 index 0000000..7e90b67 --- /dev/null +++ b/hi-IN/step_5.md @@ -0,0 +1,3 @@ +## आगे क्या? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/hu-HU/images/action.png b/hu-HU/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/hu-HU/images/action.png differ diff --git a/hu-HU/images/banner.png b/hu-HU/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/hu-HU/images/banner.png differ diff --git a/hu-HU/images/disco.mp4 b/hu-HU/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/hu-HU/images/disco.mp4 differ diff --git a/hu-HU/images/disco10.png b/hu-HU/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/hu-HU/images/disco10.png differ diff --git a/hu-HU/images/discotest.mp4 b/hu-HU/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/hu-HU/images/discotest.mp4 differ diff --git a/hu-HU/images/floss.mp4 b/hu-HU/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/hu-HU/images/floss.mp4 differ diff --git a/hu-HU/images/train-model-button.png b/hu-HU/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/hu-HU/images/train-model-button.png differ diff --git a/hu-HU/images/wywm.png b/hu-HU/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/hu-HU/images/wywm.png differ diff --git a/hu-HU/meta.yml b/hu-HU/meta.yml new file mode 100644 index 0000000..e049e66 --- /dev/null +++ b/hu-HU/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: What you will make + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: Train the model + completion: + - external diff --git a/hu-HU/resources/Dance detector - Part 1.srt b/hu-HU/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/hu-HU/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/hu-HU/resources/Dance detector - Part 2.srt b/hu-HU/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/hu-HU/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/hu-HU/resources/Dance detector - Part 3.srt b/hu-HU/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..fedce5f --- /dev/null +++ b/hu-HU/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/hu-HU/resources/readme.txt b/hu-HU/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/hu-HU/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/hu-HU/step_1.md b/hu-HU/step_1.md new file mode 100644 index 0000000..68da053 --- /dev/null +++ b/hu-HU/step_1.md @@ -0,0 +1,20 @@ +## What you will make + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +You will need: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/hu-HU/step_2.md b/hu-HU/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/hu-HU/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/hu-HU/step_3.md b/hu-HU/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/hu-HU/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/hu-HU/step_4.md b/hu-HU/step_4.md new file mode 100644 index 0000000..e11a1aa --- /dev/null +++ b/hu-HU/step_4.md @@ -0,0 +1,33 @@ +## Train the model + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/hu-HU/step_5.md b/hu-HU/step_5.md new file mode 100644 index 0000000..5fde839 --- /dev/null +++ b/hu-HU/step_5.md @@ -0,0 +1,3 @@ +## What can you do now? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/it-IT/images/action.png b/it-IT/images/action.png new file mode 100644 index 0000000..d771339 Binary files /dev/null and b/it-IT/images/action.png differ diff --git a/it-IT/images/banner.png b/it-IT/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/it-IT/images/banner.png differ diff --git a/it-IT/images/disco.mp4 b/it-IT/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/it-IT/images/disco.mp4 differ diff --git a/it-IT/images/disco10.png b/it-IT/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/it-IT/images/disco10.png differ diff --git a/it-IT/images/discotest.mp4 b/it-IT/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/it-IT/images/discotest.mp4 differ diff --git a/it-IT/images/floss.mp4 b/it-IT/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/it-IT/images/floss.mp4 differ diff --git a/it-IT/images/train-model-button.png b/it-IT/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/it-IT/images/train-model-button.png differ diff --git a/it-IT/images/wywm.png b/it-IT/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/it-IT/images/wywm.png differ diff --git a/it-IT/meta.yml b/it-IT/meta.yml new file mode 100644 index 0000000..ca670f6 --- /dev/null +++ b/it-IT/meta.yml @@ -0,0 +1,20 @@ +title: Sensore di ballo +hero_image: images/banner.png +description: Addestra un computer per aiutarti a perfezionare un passo di danza! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Cosa creerai + - + title: Imposta il tuo progetto + completion: + - engaged + - + title: Aggiungi campioni + - + title: Addestra il modello + completion: + - internal diff --git a/it-IT/resources/Dance detector - Part 1.mp4 b/it-IT/resources/Dance detector - Part 1.mp4 new file mode 100644 index 0000000..f491e52 Binary files /dev/null and b/it-IT/resources/Dance detector - Part 1.mp4 differ diff --git a/it-IT/resources/Dance detector - Part 1.srt b/it-IT/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..fa57942 --- /dev/null +++ b/it-IT/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Vai su createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +fai clic su 'Inizia' + +3 +00:00:07,425 --> 00:00:08,559 +Avvia una nuova sessione + +4 +00:00:08,559 --> 00:00:11,172 +e segui le istruzioni per configurare il tuo micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[musica finale...] + diff --git a/it-IT/resources/Dance detector - Part 2.mp4 b/it-IT/resources/Dance detector - Part 2.mp4 new file mode 100644 index 0000000..ed7e51a Binary files /dev/null and b/it-IT/resources/Dance detector - Part 2.mp4 differ diff --git a/it-IT/resources/Dance detector - Part 2.srt b/it-IT/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..ea4ad28 --- /dev/null +++ b/it-IT/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Dai un nome alla prima azione + +2 +00:00:04,417 --> 00:00:04,917 +Premere B + +3 +00:00:04,917 --> 00:00:07,604 +e registrare un campione di un secondo + +4 +00:00:07,896 --> 00:00:09,750 +Ripeti fino ad avere dieci campioni + +5 +00:00:10,296 --> 00:00:14,831 +Aggiungi una seconda azione e registra dieci campioni + diff --git a/it-IT/resources/Dance detector - Part 3.mp4 b/it-IT/resources/Dance detector - Part 3.mp4 new file mode 100644 index 0000000..0328637 Binary files /dev/null and b/it-IT/resources/Dance detector - Part 3.mp4 differ diff --git a/it-IT/resources/Dance detector - Part 3.srt b/it-IT/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..e9ed93d --- /dev/null +++ b/it-IT/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Addestra il tuo modello + +2 +00:00:08,778 --> 00:00:09,324 +Provalo + +3 +00:00:09,328 --> 00:00:13,000 +e scopri se il tuo modello riesce a riconoscere i tuoi passi di danza + diff --git a/it-IT/resources/readme.txt b/it-IT/resources/readme.txt new file mode 100644 index 0000000..277722d --- /dev/null +++ b/it-IT/resources/readme.txt @@ -0,0 +1 @@ +Per guardare un video con i sottotitoli su VLC (videolan.org), assicurati che il file video e il file dei sottotitoli siano nella stessa cartella e abbiano esattamente lo stesso nome (ad esempio, video.mp4 e video.srt). Apri il video in VLC: i sottotitoli verranno caricati automaticamente. Se i sottotitoli non vengono visualizzati, fai clic con il pulsante destro del mouse sulla schermata del video, vai su **Sottotitoli**, quindi su **Aggiungi file sottotitoli** e seleziona il file .srt corretto. Buona visione con i sottotitoli! \ No newline at end of file diff --git a/it-IT/step_1.md b/it-IT/step_1.md new file mode 100644 index 0000000..54bd815 --- /dev/null +++ b/it-IT/step_1.md @@ -0,0 +1,20 @@ +## Cosa creerai + +![Un'interfaccia di apprendimento automatico che testa un modello per il riconoscimento delle azioni. Al centro dello schermo, un ragazzo sta eseguendo il movimento di danza "Disco", con un braccio rivolto verso l'alto. Sul lato sinistro dello schermo, l'interfaccia mostra due possibili azioni riconosciute: "Disco" con un punteggio di certezza del 95% e "Floss" con un punteggio di certezza del 5%. Nella parte inferiore dell'interfaccia, un grafico in tempo reale con linee di diversi colori tiene traccia dei dati relativi movimenti. L'interfaccia mostra che il modello ha identificato con elevata precisione l'azione del ragazzo come "Disco". Nella parte superiore dell'interfaccia sono elencati i passaggi: "1. Aggiungi dati, 2. Addestra modello, 3. Testa modello."](images/wywm.png) + +Addestra un computer per aiutarti a perfezionare un passo di danza! + +## --- collapse --- + +## title: Non riesci ad accedere a YouTube? Scarica i video! + +Puoi [scaricare tutti i video per questo progetto](https://rpf.io/p/it/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Ti serviranno: + +- Un micro:bit V2 +- Un pacco batterie micro:bit e 2 batterie AAA +- Cavo USB +- Un browser web compatibile con WebUSB, che ti permette di connetterti direttamente al tuo micro:bit. Ti consigliamo di utilizzare Google Chrome o Microsoft Edge. \ No newline at end of file diff --git a/it-IT/step_2.md b/it-IT/step_2.md new file mode 100644 index 0000000..4c19c91 --- /dev/null +++ b/it-IT/step_2.md @@ -0,0 +1,39 @@ +## Imposta il tuo progetto + + +
+ +
+ + +### Crea una nuova sessione + +Utilizzerai una piattaforma di apprendimento automatico online. + +\--- task --- + +Apri [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Fai clic su **Inizia** + +\--- /task --- + +Utilizzerai il tuo micro:bit per rilevare i tuoi movimenti e inviare i dati alla piattaforma di apprendimento automatico online. + +\--- task --- + +Fai clic su **Nuova sessione** e segui le istruzioni per connettere il tuo micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: Non ho un pacco batterie + +Puoi tenere il micro:bit collegato tramite USB, assicurandoti che il cavo sia abbastanza lungo da consentirti di muoverti liberamente. + +\--- /collapse --- diff --git a/it-IT/step_3.md b/it-IT/step_3.md new file mode 100644 index 0000000..137925f --- /dev/null +++ b/it-IT/step_3.md @@ -0,0 +1,83 @@ +## Aggiungi campioni + + +
+ +
+ + +### Aggiungi un'azione + +\--- task --- + +Fai clic sul pulsante blu **+ Aggiungi azione**. + +Dai un nome alla **prima** azione. + +Nel nostro esempio utilizziamo il nome `Disco`. + +![Screenshot che mostra il nome di un'azione](images/action.png) + +\--- /task --- + +### Aggiungere campioni di dati + +È importante tenere sempre il micro:bit nella stessa posizione. + +\--- task --- + +Tieni il micro:bit e il pacco batteria insieme nella tua mano. + +Ricorda come lo tieni. Assicurati di tenerlo nello stesso modo più avanti in questo progetto. + +\--- /task --- + +Ogni azione può durare 1 secondo. + +\--- task --- + +Premi il pulsante B, aspetta il conto alla rovescia, e poi esegui la prima azione da 1 secondo. + +Questo esempio mostra un'azione `Disco`, ma puoi eseguire qualsiasi azione desideri! + + + +\--- /task --- + +\--- task --- + +Aggiungi altri campioni della tua prima azione, fino ad avere almeno **10 campioni**. + +![Screenshot che mostra 10 esempi di un'azione](images/disco10.png) + +\--- /task --- + +### Aggiungi una seconda azione + +\--- task --- + +Fai clic sul pulsante blu **+ Aggiungi azione**. + +Dai un nome alla **prima** azione. + +Nel nostro esempio utilizziamo il nome `Floss`. + +\--- /task --- + +\--- task --- + +Aggiungi altri campioni della tua seconda azione, fino ad avere almeno **10 campioni**. + +Questo esempio mostra un'azione `Floss`, ma puoi eseguire qualsiasi azione desideri! + + + +\--- /task --- diff --git a/it-IT/step_4.md b/it-IT/step_4.md new file mode 100644 index 0000000..ae27a8f --- /dev/null +++ b/it-IT/step_4.md @@ -0,0 +1,33 @@ +## Addestra il modello + + +
+ +
+ + +\--- task --- + +Fai clic sul pulsante blu **Addestra modello**. + +![Il pulsante 'Addestra modello'.](images/train-model-button.png) + +\--- /task --- + +### Anteprima e test + +Scopri se il tuo modello riesce a riconoscere i tuoi passi di danza! + +\--- task --- + +Esegui una delle tue azioni e scopri quale azione il tuo modello prevede (**stima**) che tu stia facendo. + +Potrai visualizzare i punteggi di sicurezza (**certezza**) associati alle tue azioni. + +\--- /task --- + + diff --git a/it-IT/step_5.md b/it-IT/step_5.md new file mode 100644 index 0000000..aae6009 --- /dev/null +++ b/it-IT/step_5.md @@ -0,0 +1,3 @@ +## Cosa puoi fare adesso? + +Ci sono molti altri progetti di apprendimento automatico e intelligenza artificiale nel toolkit di [intelligenza artificiale](https://projects.raspberrypi.org/en/pathways/ai-toolkit). \ No newline at end of file diff --git a/ja-JP/images/action.png b/ja-JP/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/ja-JP/images/action.png differ diff --git a/ja-JP/images/banner.png b/ja-JP/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/ja-JP/images/banner.png differ diff --git a/ja-JP/images/disco.mp4 b/ja-JP/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/ja-JP/images/disco.mp4 differ diff --git a/ja-JP/images/disco10.png b/ja-JP/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/ja-JP/images/disco10.png differ diff --git a/ja-JP/images/discotest.mp4 b/ja-JP/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/ja-JP/images/discotest.mp4 differ diff --git a/ja-JP/images/floss.mp4 b/ja-JP/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/ja-JP/images/floss.mp4 differ diff --git a/ja-JP/images/train-model-button.png b/ja-JP/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/ja-JP/images/train-model-button.png differ diff --git a/ja-JP/images/wywm.png b/ja-JP/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/ja-JP/images/wywm.png differ diff --git a/ja-JP/meta.yml b/ja-JP/meta.yml new file mode 100644 index 0000000..c8a8261 --- /dev/null +++ b/ja-JP/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: What you will make + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: Train the model + completion: + - internal diff --git a/ja-JP/resources/Dance detector - Part 1.srt b/ja-JP/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/ja-JP/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/ja-JP/resources/Dance detector - Part 2.srt b/ja-JP/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/ja-JP/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/ja-JP/resources/Dance detector - Part 3.srt b/ja-JP/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..fedce5f --- /dev/null +++ b/ja-JP/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/ja-JP/resources/readme.txt b/ja-JP/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/ja-JP/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/ja-JP/step_1.md b/ja-JP/step_1.md new file mode 100644 index 0000000..68da053 --- /dev/null +++ b/ja-JP/step_1.md @@ -0,0 +1,20 @@ +## What you will make + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +You will need: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/ja-JP/step_2.md b/ja-JP/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/ja-JP/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/ja-JP/step_3.md b/ja-JP/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/ja-JP/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/ja-JP/step_4.md b/ja-JP/step_4.md new file mode 100644 index 0000000..e11a1aa --- /dev/null +++ b/ja-JP/step_4.md @@ -0,0 +1,33 @@ +## Train the model + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/ja-JP/step_5.md b/ja-JP/step_5.md new file mode 100644 index 0000000..5fde839 --- /dev/null +++ b/ja-JP/step_5.md @@ -0,0 +1,3 @@ +## What can you do now? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/nl-NL/images/action.png b/nl-NL/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/nl-NL/images/action.png differ diff --git a/nl-NL/images/action2.png b/nl-NL/images/action2.png new file mode 100644 index 0000000..b5d04c0 Binary files /dev/null and b/nl-NL/images/action2.png differ diff --git a/nl-NL/images/banner.png b/nl-NL/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/nl-NL/images/banner.png differ diff --git a/nl-NL/images/disco.mp4 b/nl-NL/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/nl-NL/images/disco.mp4 differ diff --git a/nl-NL/images/disco10.png b/nl-NL/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/nl-NL/images/disco10.png differ diff --git a/nl-NL/images/discotest.mp4 b/nl-NL/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/nl-NL/images/discotest.mp4 differ diff --git a/nl-NL/images/floss.mp4 b/nl-NL/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/nl-NL/images/floss.mp4 differ diff --git a/nl-NL/images/train-model-button.png b/nl-NL/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/nl-NL/images/train-model-button.png differ diff --git a/nl-NL/images/train.mp4 b/nl-NL/images/train.mp4 new file mode 100644 index 0000000..462f643 Binary files /dev/null and b/nl-NL/images/train.mp4 differ diff --git a/nl-NL/images/wywm.png b/nl-NL/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/nl-NL/images/wywm.png differ diff --git a/nl-NL/meta.yml b/nl-NL/meta.yml new file mode 100644 index 0000000..1bc2f2c --- /dev/null +++ b/nl-NL/meta.yml @@ -0,0 +1,20 @@ +title: Dans detector +hero_image: images/banner.png +description: Leer een computer om jou te helpen een dansbeweging te perfectioneren! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Wat je gaat maken + - + title: Stel je project in + completion: + - engaged + - + title: Voeg voorbeelden toe + - + title: Train het model + completion: + - external diff --git a/nl-NL/resources/Dance Detector Pt1.mp4 b/nl-NL/resources/Dance Detector Pt1.mp4 new file mode 100644 index 0000000..955ce89 Binary files /dev/null and b/nl-NL/resources/Dance Detector Pt1.mp4 differ diff --git a/nl-NL/resources/Dance detector - Part 1.mp4 b/nl-NL/resources/Dance detector - Part 1.mp4 new file mode 100644 index 0000000..f491e52 Binary files /dev/null and b/nl-NL/resources/Dance detector - Part 1.mp4 differ diff --git a/nl-NL/resources/Dance detector - Part 1.srt b/nl-NL/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..fcde7fa --- /dev/null +++ b/nl-NL/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Ga naar createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +en klik op 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start een nieuwe sessie + +4 +00:00:08,559 --> 00:00:11,172 +en volg de instructies voor het instellen van je micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[muziek tot einde...] + diff --git a/nl-NL/resources/Dance detector - Part 2.mp4 b/nl-NL/resources/Dance detector - Part 2.mp4 new file mode 100644 index 0000000..ed7e51a Binary files /dev/null and b/nl-NL/resources/Dance detector - Part 2.mp4 differ diff --git a/nl-NL/resources/Dance detector - Part 2.srt b/nl-NL/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..2862b47 --- /dev/null +++ b/nl-NL/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Druk op B + +3 +00:00:04,917 --> 00:00:07,604 +en neem een sample van één seconde op + +4 +00:00:07,896 --> 00:00:09,750 +Herhaal dit totdat je tien voorbeelden hebt + +5 +00:00:10,296 --> 00:00:14,831 +Voeg een tweede actie toe en neem tien voorbeelden op + diff --git a/nl-NL/resources/Dance detector - Part 3.mp4 b/nl-NL/resources/Dance detector - Part 3.mp4 new file mode 100644 index 0000000..0328637 Binary files /dev/null and b/nl-NL/resources/Dance detector - Part 3.mp4 differ diff --git a/nl-NL/resources/Dance detector - Part 3.srt b/nl-NL/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..0ac4317 --- /dev/null +++ b/nl-NL/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train jouw model + +2 +00:00:08,778 --> 00:00:09,324 +Test het + +3 +00:00:09,328 --> 00:00:13,000 +en kijk of je model je dansbewegingen kan herkennen + diff --git a/nl-NL/resources/dance detector pt2.mp4 b/nl-NL/resources/dance detector pt2.mp4 new file mode 100644 index 0000000..ab3952e Binary files /dev/null and b/nl-NL/resources/dance detector pt2.mp4 differ diff --git a/nl-NL/resources/dance detector pt3.mp4 b/nl-NL/resources/dance detector pt3.mp4 new file mode 100644 index 0000000..a5bdcd1 Binary files /dev/null and b/nl-NL/resources/dance detector pt3.mp4 differ diff --git a/nl-NL/resources/readme.txt b/nl-NL/resources/readme.txt new file mode 100644 index 0000000..f9cf85c --- /dev/null +++ b/nl-NL/resources/readme.txt @@ -0,0 +1 @@ +Om een video met ondertitels te bekijken op VLC (videolan.org), zorg ervoor dat het videobestand en het ondertitelingsbestand in dezelfde map zitten en exact dezelfde naam hebben (bijv. Open de video in VLC, dan worden de ondertitels automatisch geladen. Als de ondertitels niet verschijnen, klik dan met de rechtermuisknop op het videoscherm, ga naar **Subtitle**, dan **Add Subtitle File**, en selecteer het juiste .srt-bestand. Veel kijkplezier met de ondertitels! \ No newline at end of file diff --git a/nl-NL/step_1.md b/nl-NL/step_1.md new file mode 100644 index 0000000..37e5711 --- /dev/null +++ b/nl-NL/step_1.md @@ -0,0 +1,20 @@ +## Wat je gaat maken + +![Een machine learning interface die een model test voor het herkennen van acties. In het midden van het scherm voert een jonge jongen de "Disco" dansbeweging uit, met één arm naar boven. Aan de linkerkant van het scherm geeft de interface twee mogelijke herkende acties weer: 'Disco' met een zekerheidsscore van 95% en 'Floss' met een zekerheidsscore van 5%. Onderaan de interface wordt een live grafiek met verschillende gekleurde lijnen weergegeven die de bewegingsgegevens bijhoudt. De interface geeft aan dat het model de actie van de jongen met grote zekerheid heeft geïdentificeerd als "Disco". Bovenaan de interface staan de stappen: "1. Gegevens toevoegen, 2. Model trainen, 3. Model testen."](images/wywm.png) + +Leer een computer om jou te helpen een dansbeweging te perfectioneren! + +## --- collapse --- + +## title: Geen YouTube? Download de video's! + +Je kunt [alle video's voor dit project downloaden](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Je hebt nodig: + +- Een micro:bit V2 +- Een micro:bit batterijpakket en 2 x AAA batterijen +- USB kabel +- Een webbrowser die WebUSB ondersteunt zodat je direct verbinding kunt maken met je micro:bit. Wij raden je aan Google Chrome of Microsoft Edge te gebruiken. \ No newline at end of file diff --git a/nl-NL/step_2.md b/nl-NL/step_2.md new file mode 100644 index 0000000..7f6b042 --- /dev/null +++ b/nl-NL/step_2.md @@ -0,0 +1,39 @@ +## Stel je project in + + +
+ +
+ + +### Een nieuwe sessie aanmaken + +Je gaat een online machine learning platform gebruiken. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Klik op **Get started** + +\--- /task --- + +Je gaat je micro:bit gebruiken om je bewegingen te registreren en de data naar het online machine learning platform te sturen. + +\--- task --- + +Klik op **New session** en volg de instructies om verbinding te maken met je micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: Ik heb geen batterijpakket + +Je kunt je micro:bit aangesloten houden via een USB kabel, maar de kabel moet lang genoeg zijn zodat je er vrij mee kunt bewegen. + +\--- /collapse --- diff --git a/nl-NL/step_3.md b/nl-NL/step_3.md new file mode 100644 index 0000000..3d4b00e --- /dev/null +++ b/nl-NL/step_3.md @@ -0,0 +1,83 @@ +## Voeg voorbeelden toe + + +
+ +
+ + +### Een actie toevoegen + +\--- task --- + +Klik op de blauwe knop **+Add action**. + +Geef de **eerste** actie een naam. + +In ons voorbeeld gebruiken we de naam `Disco`. + +![Screenshot met de naam van een actie](images/action.png) + +\--- /task --- + +### Voeg data voorbeelden toe + +Het is belangrijk dat je de micro:bit altijd op dezelfde manier vasthoudt. + +\--- task --- + +Houd je micro:bit en batterijpakket samen in je hand. + +**Onthoud** hoe je het vasthoudt. Zorg ervoor dat je het later in dit project precies op dezelfde manier vasthoudt. + +\--- /task --- + +Elke actie kan 1 seconde duren. + +\--- task --- + +Druk op knop B, wacht op het aftellen, en voer dan je eerste 1-seconde actie uit. + +Dit voorbeeld toont een 'Disco' actie, maar je kunt ook zelf een beweging bedenken! + + + +\--- /task --- + +\--- task --- + +Voeg meer voorbeelden van je eerste actie toe, totdat je tenminste **10 voorbeelden** hebt. + +![Screenshot met 10 voorbeelden van een actie](images/disco10.png) + +\--- /task --- + +### Voeg een tweede actie toe + +\--- task --- + +Klik op de blauwe knop **+Add action**. + +Geef de **tweede** actie een naam. + +In ons voorbeeld gebruiken we de naam `Floss`. + +\--- /task --- + +\--- task --- + +Voeg meer voorbeelden van je tweede actie toe, totdat je ten minste **10 voorbeelden** hebt. + +Dit voorbeeld toont een 'Floss' actie, maar je kunt ook zelf een beweging bedenken! + + + +\--- /task --- diff --git a/nl-NL/step_4.md b/nl-NL/step_4.md new file mode 100644 index 0000000..62b22d2 --- /dev/null +++ b/nl-NL/step_4.md @@ -0,0 +1,33 @@ +## Train het model + + +
+ +
+ + +\--- task --- + +Klik op de blauwe knop **Train model**. + +![De 'Train Model' knop.](images/train-model-button.png) + +\--- /task --- + +### Preview en test + +Kijk of jouw model jouw dansbewegingen herkent! + +\--- task --- + +Voer een van je acties uit en kijk wat jouw model voorspelt dat de actie is (**estimated action**). + +Je ziet de betrouwbaarheidsscores (**certainty**) voor je acties. + +\--- /task --- + + diff --git a/nl-NL/step_5.md b/nl-NL/step_5.md new file mode 100644 index 0000000..6ea7910 --- /dev/null +++ b/nl-NL/step_5.md @@ -0,0 +1,3 @@ +## Wat kun je nu doen? + +Er zijn nog veel meer machine learning- en AI-projecten in de [kunstmatige intelligentie](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/no-NO/images/action.png b/no-NO/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/no-NO/images/action.png differ diff --git a/no-NO/images/banner.png b/no-NO/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/no-NO/images/banner.png differ diff --git a/no-NO/images/disco10.png b/no-NO/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/no-NO/images/disco10.png differ diff --git a/no-NO/images/train-model-button.png b/no-NO/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/no-NO/images/train-model-button.png differ diff --git a/no-NO/images/wywm.png b/no-NO/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/no-NO/images/wywm.png differ diff --git a/no-NO/meta.yml b/no-NO/meta.yml new file mode 100644 index 0000000..e049e66 --- /dev/null +++ b/no-NO/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: What you will make + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: Train the model + completion: + - external diff --git a/no-NO/resources/Dance detector - Part 1.srt b/no-NO/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/no-NO/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/no-NO/resources/Dance detector - Part 2.srt b/no-NO/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/no-NO/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/no-NO/resources/Dance detector - Part 3.srt b/no-NO/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..fedce5f --- /dev/null +++ b/no-NO/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/no-NO/resources/readme.txt b/no-NO/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/no-NO/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/no-NO/step_1.md b/no-NO/step_1.md new file mode 100644 index 0000000..68da053 --- /dev/null +++ b/no-NO/step_1.md @@ -0,0 +1,20 @@ +## What you will make + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +You will need: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/no-NO/step_2.md b/no-NO/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/no-NO/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/no-NO/step_3.md b/no-NO/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/no-NO/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/no-NO/step_4.md b/no-NO/step_4.md new file mode 100644 index 0000000..e11a1aa --- /dev/null +++ b/no-NO/step_4.md @@ -0,0 +1,33 @@ +## Train the model + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/no-NO/step_5.md b/no-NO/step_5.md new file mode 100644 index 0000000..5fde839 --- /dev/null +++ b/no-NO/step_5.md @@ -0,0 +1,3 @@ +## What can you do now? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/pl-PL/images/action.png b/pl-PL/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/pl-PL/images/action.png differ diff --git a/pl-PL/images/banner.png b/pl-PL/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/pl-PL/images/banner.png differ diff --git a/pl-PL/images/disco.mp4 b/pl-PL/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/pl-PL/images/disco.mp4 differ diff --git a/pl-PL/images/disco10.png b/pl-PL/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/pl-PL/images/disco10.png differ diff --git a/pl-PL/images/discotest.mp4 b/pl-PL/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/pl-PL/images/discotest.mp4 differ diff --git a/pl-PL/images/floss.mp4 b/pl-PL/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/pl-PL/images/floss.mp4 differ diff --git a/pl-PL/images/train-model-button.png b/pl-PL/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/pl-PL/images/train-model-button.png differ diff --git a/pl-PL/images/wywm.png b/pl-PL/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/pl-PL/images/wywm.png differ diff --git a/pl-PL/meta.yml b/pl-PL/meta.yml new file mode 100644 index 0000000..7e98d8f --- /dev/null +++ b/pl-PL/meta.yml @@ -0,0 +1,20 @@ +title: Detektor tańca +hero_image: images/banner.png +description: Wytrenuj komputer, aby pomógł Ci udoskonalić Twoje taneczne ruchy! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Co stworzysz + - + title: Skonfiguruj swój projekt + completion: + - engaged + - + title: Dodaj próbki + - + title: Wytrenuj model + completion: + - external diff --git a/pl-PL/resources/Dance detector - Part 1.srt b/pl-PL/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..4c4877e --- /dev/null +++ b/pl-PL/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Przejdź do createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +i kliknij „Rozpocznij” (lub "Get started") + +3 +00:00:07,425 --> 00:00:08,559 +Rozpocznij nową sesję ("Nowa sesja" lub "New session") + +4 +00:00:08,559 --> 00:00:11,172 +i postępuj zgodnie z instrukcjami, aby skonfigurować swój micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[muzyka na zakończenie...] + diff --git a/pl-PL/resources/Dance detector - Part 2.srt b/pl-PL/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..d41addd --- /dev/null +++ b/pl-PL/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Nazwij pierwszą akcję + +2 +00:00:04,417 --> 00:00:04,917 +Naciśnij B + +3 +00:00:04,917 --> 00:00:07,604 +i nagraj jednosekundową próbkę + +4 +00:00:07,896 --> 00:00:09,750 +Powtarzaj nagrywanie, aż będziesz mieć dziesięć próbek + +5 +00:00:10,296 --> 00:00:14,831 +Dodaj drugą akcję i również nagraj dziesięć próbek + diff --git a/pl-PL/resources/Dance detector - Part 3.srt b/pl-PL/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..89e94f9 --- /dev/null +++ b/pl-PL/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Wytrenuj swój model + +2 +00:00:08,778 --> 00:00:09,324 +Przetestuj + +3 +00:00:09,328 --> 00:00:13,000 +i sprawdź, czy Twój model umie rozpoznać Twoje ruchy taneczne + diff --git a/pl-PL/resources/readme.txt b/pl-PL/resources/readme.txt new file mode 100644 index 0000000..cda915d --- /dev/null +++ b/pl-PL/resources/readme.txt @@ -0,0 +1 @@ +Aby obejrzeć film z napisami w serwisie VLC (videolan.org), upewnij się, że plik z filmem i plik z napisami znajdują się w tym samym folderze i mają dokładnie taką samą nazwę (np. video.mp4 i video.srt). Otwórz film w VLC, a napisy zostaną załadowane automatycznie. Jeśli napisy się nie pojawiają, kliknij prawym przyciskiem myszy na ekran wideo, przejdź do zakładki **Napisy**, następnie kliknij **Dodaj plik napisów** i wybierz właściwy plik .srt. Miłego oglądania z napisami! \ No newline at end of file diff --git a/pl-PL/step_1.md b/pl-PL/step_1.md new file mode 100644 index 0000000..c2aaffe --- /dev/null +++ b/pl-PL/step_1.md @@ -0,0 +1,20 @@ +## Co stworzysz + +![Interfrejs uczenia maszynowego testujący model do rozpoznawania akcji. Na środku ekranu, młody chłopiec wykonuje ruch taneczny "Disco", kierując jedną rękę ku górze. Po lewej stronie ekranu interfejs wyświetla dwie możliwe do rozpoznania akcje: "Disco" z oceną pewności równą 95% i "Floss" z oceną pewności równą 5%. Na dole interfejsu znajduje się dynamiczny wykres z równokolorowymi liniami, śledzącymi dane dotyczące ruchu. Interfejs wskazuje, że model poprawnie i z wysoką pewnością rozpoznał akcję chłopca jako "Disco". Górna część interfejsu zawiera następujące kroki: "1. Dodaj dane, 2. Wytrenuj model, 3. Przetestuj model."(images/wywm.png) + +Wytrenuj komputer, aby pomógł Ci udoskonalić Twoje taneczne ruchy! + +## --- collapse --- + +## title: Nie masz YouTube? Pobierz filmy! + +Możesz [pobrać wszystkie filmy dotyczące tego projektu](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Co będzie Ci potrzebne: + +- micro:bit V2 +- Zestaw baterii micro:bit i 2 baterie AAA +- Kabel USB +- Przeglądarkę internetową, która wspiera WebUSB, abyś mógł podłączyć się bezpośrednio do swojego urządzenia micro:bit. Zalecamy korzystanie z Google Chrome lub Microsoft Edge. \ No newline at end of file diff --git a/pl-PL/step_2.md b/pl-PL/step_2.md new file mode 100644 index 0000000..d3ba5b4 --- /dev/null +++ b/pl-PL/step_2.md @@ -0,0 +1,39 @@ +## Skonfiguruj swój projekt + + +
+ +
+ + +### Stwórz nową sesję + +Będziesz korzystać z platformy online do uczenia maszynowego. + +\--- task --- + +Otwórz [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Kliknij **Rozpocznij** + +\--- /task --- + +Za pomocą swojego micro:bit będziesz wykrywał swoje ruchy i przesyłał dane do internetowej platformy do uczenia maszynowego. + +\--- task --- + +Kliknij **Nowa sesja** i postępuj zgodnie z instrukcjami, aby podłączyć swój micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: Nie mam akumulatora + +Możesz trzymać swój micro:bit podłączony za pomocą kabla USB, jednak kabel musi być wystarczająco długi, aby pozwolił Ci na swobodne poruszanie się z urządzeniem. + +\--- /collapse --- diff --git a/pl-PL/step_3.md b/pl-PL/step_3.md new file mode 100644 index 0000000..9f90020 --- /dev/null +++ b/pl-PL/step_3.md @@ -0,0 +1,83 @@ +## Dodaj próbki + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/pl-PL/step_4.md b/pl-PL/step_4.md new file mode 100644 index 0000000..31e027c --- /dev/null +++ b/pl-PL/step_4.md @@ -0,0 +1,33 @@ +## Wytrenuj model + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/pl-PL/step_5.md b/pl-PL/step_5.md new file mode 100644 index 0000000..65dff3c --- /dev/null +++ b/pl-PL/step_5.md @@ -0,0 +1,3 @@ +## Co możesz teraz zrobić? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/pt-BR/images/action.png b/pt-BR/images/action.png new file mode 100644 index 0000000..abe0c47 Binary files /dev/null and b/pt-BR/images/action.png differ diff --git a/pt-BR/images/banner.png b/pt-BR/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/pt-BR/images/banner.png differ diff --git a/pt-BR/images/disco.mp4 b/pt-BR/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/pt-BR/images/disco.mp4 differ diff --git a/pt-BR/images/disco10.png b/pt-BR/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/pt-BR/images/disco10.png differ diff --git a/pt-BR/images/discotest.mp4 b/pt-BR/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/pt-BR/images/discotest.mp4 differ diff --git a/pt-BR/images/floss.mp4 b/pt-BR/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/pt-BR/images/floss.mp4 differ diff --git a/pt-BR/images/train-model-button.png b/pt-BR/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/pt-BR/images/train-model-button.png differ diff --git a/pt-BR/images/wywm.png b/pt-BR/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/pt-BR/images/wywm.png differ diff --git a/pt-BR/meta.yml b/pt-BR/meta.yml new file mode 100644 index 0000000..42f9bb5 --- /dev/null +++ b/pt-BR/meta.yml @@ -0,0 +1,20 @@ +title: Detector de dança +hero_image: images/banner.png +description: Treine um computador para ajudá-lo a aperfeiçoar um movimento de dança! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: O que você vai fazer + - + title: Prepare seu projeto + completion: + - engaged + - + title: Adicione amostras + - + title: Treine o modelo + completion: + - internal diff --git a/pt-BR/resources/Dance detector - Part 1.srt b/pt-BR/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..74a3dd3 --- /dev/null +++ b/pt-BR/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Acesse createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +e clique em "Começar" + +3 +00:00:07,425 --> 00:00:08,559 +Iniciar uma nova sessão + +4 +00:00:08,559 --> 00:00:11,172 +e siga as instruções para configurar seu micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[música para finalizar...] + diff --git a/pt-BR/resources/Dance detector - Part 2.srt b/pt-BR/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..fb2f877 --- /dev/null +++ b/pt-BR/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Nomeie a primeira ação + +2 +00:00:04,417 --> 00:00:04,917 +Pressione B + +3 +00:00:04,917 --> 00:00:07,604 +e grave uma segunda amostra + +4 +00:00:07,896 --> 00:00:09,750 +Repita até ter dez amostras + +5 +00:00:10,296 --> 00:00:14,831 +Adicione uma segunda ação e grave dez amostras + diff --git a/pt-BR/resources/Dance detector - Part 3.srt b/pt-BR/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..0c7f286 --- /dev/null +++ b/pt-BR/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Treine seu modelo + +2 +00:00:08,778 --> 00:00:09,324 +Teste + +3 +00:00:09,328 --> 00:00:13,000 +e veja se sua modelo consegue reconhecer seus movimentos de dança + diff --git a/pt-BR/resources/readme.txt b/pt-BR/resources/readme.txt new file mode 100644 index 0000000..1823ee1 --- /dev/null +++ b/pt-BR/resources/readme.txt @@ -0,0 +1 @@ +Para assistir a um vídeo com legendas no VLC (videolan.org), certifique-se de que o arquivo de vídeo e o arquivo de legenda estejam na mesma pasta e tenham exatamente o mesmo nome (por exemplo, video.mp4 e video.srt). Abra o vídeo no VLC, e ele carregará automaticamente as legendas. Se as legendas não aparecerem, clique com o botão direito do mouse na tela do vídeo, vá em **Legenda**, depois em **Adicionar arquivo de legenda** e selecione o arquivo .srt correto. Divirta-se assistindo com legendas! \ No newline at end of file diff --git a/pt-BR/step_1.md b/pt-BR/step_1.md new file mode 100644 index 0000000..826bc8b --- /dev/null +++ b/pt-BR/step_1.md @@ -0,0 +1,20 @@ +## O que você vai fazer + +![Uma interface de aprendizado de máquina testando um modelo para reconhecimento de ações. No centro da tela, um menino está executando o movimento de dança "Disco", com um braço apontando para cima. No lado esquerdo da tela, a interface exibe duas possíveis ações reconhecidas: "Disco" com uma pontuação de certeza de 95% e "Floss" com uma pontuação de certeza de 5%. Na parte inferior da interface, um gráfico ao vivo com linhas coloridas diferentes rastreia dados de movimento. A interface indica que o modelo identificou com precisão e alta confiança a ação do menino como "Disco". A parte superior da interface inclui as etapas: "1. Adicionar dados, 2. Treinar modelo, 3. Testar modelo."](images/wywm.png) + +Treine um computador para ajudá-lo a aperfeiçoar um movimento de dança! + +## --- collapse --- + +## Título: Sem YouTube? Baixe os vídeos! + +Você pode [baixar todos os vídeos deste projeto](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Você vai precisar: + +- Um micro:bit V2 +- Um pacote de bateria micro:bit e 2 pilhas AAA +- Cabo USB +- Um navegador que suporta WebUSB para que você possa se conectar diretamente ao seu micro:bit. Recomendamos usar o Google Chrome ou o Microsoft Edge. \ No newline at end of file diff --git a/pt-BR/step_2.md b/pt-BR/step_2.md new file mode 100644 index 0000000..d900332 --- /dev/null +++ b/pt-BR/step_2.md @@ -0,0 +1,39 @@ +## Prepare seu projeto + + +
+ +
+ + +### Criar uma nova sessão + +Você usará uma plataforma de aprendizado de máquina online. + +\--- task --- + +Abra [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Clique em **Começar** + +\--- /task --- + +Você usará seu micro:bit para detectar seus movimentos e enviar os dados para a plataforma de aprendizado de máquina online. + +\--- task --- + +Clique em **Nova sessão** e siga as instruções para conectar seu micro:bit. + +\--- /task --- + +## --- collapse --- + +## título: Não tenho um pacote de bateria + +Você pode manter seu micro:bit conectado via USB, mas o cabo precisa ser longo o suficiente para permitir que você se mova livremente com ele. + +\--- /collapse --- diff --git a/pt-BR/step_3.md b/pt-BR/step_3.md new file mode 100644 index 0000000..9b487b3 --- /dev/null +++ b/pt-BR/step_3.md @@ -0,0 +1,83 @@ +## Adicionar amostras + + +
+ +
+ + +### Adicionar uma ação + +\--- task --- + +Clique no botão azul **+ Adicionar ação**. + +Nomeie a **primeira** ação. + +Nosso exemplo usa o nome `Disco`. + +![Captura de tela mostrando o nome de uma ação](images/action.png) + +\--- /task --- + +### Adicionar amostras de dados + +É importante que você sempre segure o micro:bit da mesma maneira. + +\--- task --- + +Segure o micro:bit e o pacote de bateria juntos na sua mão. + +**Lembre-se** de como você o segurou. Certifique-se de segurá-lo assim mais adiante neste projeto. + +\--- /task --- + +Cada ação pode ter 1 segundo de duração. + +\--- task --- + +Pressione o botão B, aguarde a contagem regressiva e depois faça sua primeira ação de 1 segundo. + +Este exemplo mostra uma ação `Disco`, mas você pode fazer qualquer ação que quiser! + + + +\--- /task --- + +\--- task --- + +Adicione mais amostras de sua primeira ação, até você ter pelo menos **10 amostras**. + +![Captura de tela mostrando 10 amostras de uma ação](images/disco10.png) + +\--- /task --- + +### Adicionar uma segunda ação + +\--- task --- + +Clique no botão azul **+ Adicionar ação**. + +Nomeie a **segunda** ação. + +Nosso exemplo usa o nome `Floss`. + +\--- /task --- + +\--- task --- + +Adicione mais amostras de sua segunda ação, até você ter pelo menos **10 amostras**. + +Este exemplo mostra uma ação `Floss`, mas você pode fazer qualquer ação que quiser! + + + +\--- /task --- diff --git a/pt-BR/step_4.md b/pt-BR/step_4.md new file mode 100644 index 0000000..305a597 --- /dev/null +++ b/pt-BR/step_4.md @@ -0,0 +1,33 @@ +## Treinar o modelo + + +
+ +
+ + +\--- task --- + +Clique no botão azul **Treinar modelo**. + +![Botão 'Treinar Modelo'.](images/train-model-button.png) + +\--- /task --- + +### Pré-visualizar e testar + +Veja se sua modelo consegue reconhecer seus movimentos de dança! + +\--- task --- + +Execute uma de suas ações e veja o que seu modelo prevê (**estima**) que a ação é. + +Você verá pontuações de confiança (**certeza**) para suas ações. + +\--- /task --- + + diff --git a/pt-BR/step_5.md b/pt-BR/step_5.md new file mode 100644 index 0000000..39c05f6 --- /dev/null +++ b/pt-BR/step_5.md @@ -0,0 +1,3 @@ +## O que você pode fazer agora? + +Há muitos outros aprendizados de máquina e IA no conjunto de ferramentas [inteligência artificial](https://projects.raspberrypi.org/en/pathways/ai-toolkit). \ No newline at end of file diff --git a/pt-PT/images/action.png b/pt-PT/images/action.png new file mode 100644 index 0000000..169be9e Binary files /dev/null and b/pt-PT/images/action.png differ diff --git a/pt-PT/images/banner.png b/pt-PT/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/pt-PT/images/banner.png differ diff --git a/pt-PT/images/disco.mp4 b/pt-PT/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/pt-PT/images/disco.mp4 differ diff --git a/pt-PT/images/disco10.png b/pt-PT/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/pt-PT/images/disco10.png differ diff --git a/pt-PT/images/discotest.mp4 b/pt-PT/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/pt-PT/images/discotest.mp4 differ diff --git a/pt-PT/images/floss.mp4 b/pt-PT/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/pt-PT/images/floss.mp4 differ diff --git a/pt-PT/images/train-model-button.png b/pt-PT/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/pt-PT/images/train-model-button.png differ diff --git a/pt-PT/images/wywm.png b/pt-PT/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/pt-PT/images/wywm.png differ diff --git a/pt-PT/meta.yml b/pt-PT/meta.yml new file mode 100644 index 0000000..2068311 --- /dev/null +++ b/pt-PT/meta.yml @@ -0,0 +1,20 @@ +title: Detetor de dança +hero_image: images/banner.png +description: Treina um computador para ajudar-te a aperfeiçoar um passo de dança! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: O que vais fazer + - + title: Cria o teu projeto + completion: + - engaged + - + title: Adiciona amostras + - + title: Treina o modelo + completion: + - external diff --git a/pt-PT/resources/Dance detector - Part 1.mp4 b/pt-PT/resources/Dance detector - Part 1.mp4 new file mode 100644 index 0000000..f491e52 Binary files /dev/null and b/pt-PT/resources/Dance detector - Part 1.mp4 differ diff --git a/pt-PT/resources/Dance detector - Part 1.srt b/pt-PT/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..88f8f02 --- /dev/null +++ b/pt-PT/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Acede a createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +e clica em 'Começar' + +3 +00:00:07,425 --> 00:00:08,559 +Cria uma nova sessão + +4 +00:00:08,559 --> 00:00:11,172 +e segue as instruções para configurar o teu micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[música para terminar...] + diff --git a/pt-PT/resources/Dance detector - Part 2.mp4 b/pt-PT/resources/Dance detector - Part 2.mp4 new file mode 100644 index 0000000..ed7e51a Binary files /dev/null and b/pt-PT/resources/Dance detector - Part 2.mp4 differ diff --git a/pt-PT/resources/Dance detector - Part 2.srt b/pt-PT/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..59eca23 --- /dev/null +++ b/pt-PT/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Nomeia a primeira ação + +2 +00:00:04,417 --> 00:00:04,917 +Pressiona B + +3 +00:00:04,917 --> 00:00:07,604 +e grava um exemplo de um segundo + +4 +00:00:07,896 --> 00:00:09,750 +Repete até teres dez exemplos + +5 +00:00:10,296 --> 00:00:14,831 +Adiciona uma segunda ação e grava dez exemplos + diff --git a/pt-PT/resources/Dance detector - Part 3.mp4 b/pt-PT/resources/Dance detector - Part 3.mp4 new file mode 100644 index 0000000..0328637 Binary files /dev/null and b/pt-PT/resources/Dance detector - Part 3.mp4 differ diff --git a/pt-PT/resources/Dance detector - Part 3.srt b/pt-PT/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..45aff4c --- /dev/null +++ b/pt-PT/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Treinar o vosso modelo + +2 +00:00:08,778 --> 00:00:09,324 +Testa + +3 +00:00:09,328 --> 00:00:13,000 +e vê se o teu modelo reconhece os teus passos de dança + diff --git a/pt-PT/resources/readme.txt b/pt-PT/resources/readme.txt new file mode 100644 index 0000000..6da75e7 --- /dev/null +++ b/pt-PT/resources/readme.txt @@ -0,0 +1 @@ +Para assistir a um vídeo com legendas no VLC (videolan.org), certifica-te de que o arquivo do vídeo e o ficheiro das legendas está na mesma pasta e que tenham o mesmo nome (por ex.: video.mp4 e video.srt). Abre o vídeo no VLC, que ele vai carregar automaticamente as legendas. Se as legendas não aparecerem, clica com o lado direito do rato na tela do vídeo, vai a **Legendas**, depois **Adicionar Ficheiro de Legenda**, e seleciona o ficheiro .srt correto. Diverte-te a assistir com legendas! \ No newline at end of file diff --git a/pt-PT/step_1.md b/pt-PT/step_1.md new file mode 100644 index 0000000..6a128b9 --- /dev/null +++ b/pt-PT/step_1.md @@ -0,0 +1,20 @@ +## O que vais fazer + +![Uma interface de machine learning a testar um modelo para reconhecimento de ações. No centro do ecrã, um jovem faz o movimento de dança "Disco", com um braço a apontar para cima. No lado esquerdo do ecrã, a interface exibe duas ações que foram possíveis reconhecer: "Disco" com 95% de certeza e "Floss" com 5% de certeza. Na parte de baixo da interface, um gráfico ao vivo rastreia dados de movimento com linhas de cores diferentes. A interface indica que o modelo identificou com precisão que a ação do jovem era "Disco" com um nível de confiança alto. A parte de cima da interface inclui as etapas: "1. Adiciona dados, 2. Treina o modelo, 3. Testa o modelo."](images/wywm.png) + +Treina um computador para ajudar-te a aperfeiçoar um passo de dança! + +## --- collapse --- + +## title: Não tens Youtube? Descarrega estes vídeos! + +Podes [descarregar todos os vídeos para este projeto](https://rpf.io/p/pt-PT/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Vai precisar do seguinte: + +- Um micro:bit V2 +- Um pacote de bateria micro:bit e 2 pilhas AAA +- Cabo USB +- Um navegador web que suporte WebUSB para que consigas conectar diretamente o teu micro:bit. Recomendamos usar o Google Chrome ou o Microsoft Edge. \ No newline at end of file diff --git a/pt-PT/step_2.md b/pt-PT/step_2.md new file mode 100644 index 0000000..93e5e5e --- /dev/null +++ b/pt-PT/step_2.md @@ -0,0 +1,39 @@ +## Cria o teu projeto + + +
+ +
+ + +### Criar uma nova sessão + +Vais usar uma plataforma de machine learning online. + +\--- task --- + +Abre [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Clica em **Começar** + +\--- /task --- + +Vais usar o teu micro:bit para detetar movimento e enviar data para a plataforma de machine learning online. + +\--- task --- + +Clica em **Nova sessão** e segue as instruções para conectar o teu micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: Não tenho um pacote de bateria + +Podes manter o teu micro:bit conectado via USB, mas o cabo precisa de ser longo o suficiente para permitir que te movas livremente com ele. + +\--- /collapse --- diff --git a/pt-PT/step_3.md b/pt-PT/step_3.md new file mode 100644 index 0000000..b02f4ea --- /dev/null +++ b/pt-PT/step_3.md @@ -0,0 +1,83 @@ +## Adiciona amostras + + +
+ +
+ + +### Adiciona uma ação + +\--- task --- + +Adiciona exemplos da tua segunda ação, até teres pelo menos **10 exemplos**. + +Nomeia a **primeira** ação. + +O nosso exemplo usa o nome `Disco`. + +![Captura de tela que mostra o nome de uma ação](images/action.png) + +\--- /task --- + +### Adiciona dados de exemplo + +É importante que segures o micro:bit sempre da mesma maneira. + +\--- task --- + +Segura o teu micro:bit e pacote de bateria juntos na tua mão. + +**Lembra-te** como seguras. Certifica-te que o seguras assim mais tarde neste projeto. + +\--- /task --- + +Cada ação pode ter um 1 segundo de duração. + +\--- task --- + +Pressiona o botão B, espera pela contagem, e depois faz a tua primeira ação de 1-segundo. + +Este exemplo mostra uma ação `Disco`, mas podes fazer outra ação que tu quiseres! + + + +\--- /task --- + +\--- task --- + +Adiciona mais exemplos da tua primeira ação, até teres pelo menos **10 exemplos**. + +![Captura de ecrã que mostra 10 exemplos de uma ação](images/disco10.png) + +\--- /task --- + +### Adiciona uma segunda ação + +\--- task --- + +Adiciona exemplos da tua segunda ação, até teres pelo menos **10 exemplos**. + +Renomeia a **segunda** ação. + +O nosso exemplo usa o nome `Floss`. + +\--- /task --- + +\--- task --- + +Adiciona exemplos da tua segunda ação, até teres pelo menos **10 exemplos**. + +Este exemplo mostra a ação `Floss`, mas podes fazer outra ação que tu quiseres! + + + +\--- /task --- diff --git a/pt-PT/step_4.md b/pt-PT/step_4.md new file mode 100644 index 0000000..4c8986c --- /dev/null +++ b/pt-PT/step_4.md @@ -0,0 +1,33 @@ +## Treina o modelo + + +
+ +
+ + +\--- task --- + +Clica no botão azul **Treinar modelo**. + +![O botão 'Treinar Modelo'.](images/train-model-button.png) + +\--- /task --- + +### Pré-visualizar e testar + +Vê se o teu modelo consegue reconhecer os teus passos de dança! + +\--- task --- + +Executa uma das tuas ações e vê o que o teu modelo prevê (**estimativa**) que a ação é. + +Vais ver pontuações de confiança (**certeza**) para as tuas ações. + +\--- /task --- + + diff --git a/pt-PT/step_5.md b/pt-PT/step_5.md new file mode 100644 index 0000000..456264b --- /dev/null +++ b/pt-PT/step_5.md @@ -0,0 +1,3 @@ +## O que se segue? + +Existem muitos outros projetos de machine learning e IA no kit de ferramentas de [inteligência artificial](https://projects.raspberrypi.org/pt-PT/pathways/ai-toolkit). \ No newline at end of file diff --git a/sk-SK/images/action.png b/sk-SK/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/sk-SK/images/action.png differ diff --git a/sk-SK/images/banner.png b/sk-SK/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/sk-SK/images/banner.png differ diff --git a/sk-SK/images/disco.mp4 b/sk-SK/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/sk-SK/images/disco.mp4 differ diff --git a/sk-SK/images/disco10.png b/sk-SK/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/sk-SK/images/disco10.png differ diff --git a/sk-SK/images/discotest.mp4 b/sk-SK/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/sk-SK/images/discotest.mp4 differ diff --git a/sk-SK/images/floss.mp4 b/sk-SK/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/sk-SK/images/floss.mp4 differ diff --git a/sk-SK/images/train-model-button.png b/sk-SK/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/sk-SK/images/train-model-button.png differ diff --git a/sk-SK/images/wywm.png b/sk-SK/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/sk-SK/images/wywm.png differ diff --git a/sk-SK/meta.yml b/sk-SK/meta.yml new file mode 100644 index 0000000..e049e66 --- /dev/null +++ b/sk-SK/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: What you will make + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: Train the model + completion: + - external diff --git a/sk-SK/resources/Dance detector - Part 1.mp4 b/sk-SK/resources/Dance detector - Part 1.mp4 new file mode 100644 index 0000000..f491e52 Binary files /dev/null and b/sk-SK/resources/Dance detector - Part 1.mp4 differ diff --git a/sk-SK/resources/Dance detector - Part 1.srt b/sk-SK/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/sk-SK/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/sk-SK/resources/Dance detector - Part 2.mp4 b/sk-SK/resources/Dance detector - Part 2.mp4 new file mode 100644 index 0000000..ed7e51a Binary files /dev/null and b/sk-SK/resources/Dance detector - Part 2.mp4 differ diff --git a/sk-SK/resources/Dance detector - Part 2.srt b/sk-SK/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/sk-SK/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/sk-SK/resources/Dance detector - Part 3.mp4 b/sk-SK/resources/Dance detector - Part 3.mp4 new file mode 100644 index 0000000..0328637 Binary files /dev/null and b/sk-SK/resources/Dance detector - Part 3.mp4 differ diff --git a/sk-SK/resources/Dance detector - Part 3.srt b/sk-SK/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..fedce5f --- /dev/null +++ b/sk-SK/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/sk-SK/resources/readme.txt b/sk-SK/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/sk-SK/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/sk-SK/step_1.md b/sk-SK/step_1.md new file mode 100644 index 0000000..68da053 --- /dev/null +++ b/sk-SK/step_1.md @@ -0,0 +1,20 @@ +## What you will make + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +You will need: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/sk-SK/step_2.md b/sk-SK/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/sk-SK/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/sk-SK/step_3.md b/sk-SK/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/sk-SK/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/sk-SK/step_4.md b/sk-SK/step_4.md new file mode 100644 index 0000000..e11a1aa --- /dev/null +++ b/sk-SK/step_4.md @@ -0,0 +1,33 @@ +## Train the model + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/sk-SK/step_5.md b/sk-SK/step_5.md new file mode 100644 index 0000000..5fde839 --- /dev/null +++ b/sk-SK/step_5.md @@ -0,0 +1,3 @@ +## What can you do now? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/sv-SE/images/action.png b/sv-SE/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/sv-SE/images/action.png differ diff --git a/sv-SE/images/banner.png b/sv-SE/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/sv-SE/images/banner.png differ diff --git a/sv-SE/images/disco10.png b/sv-SE/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/sv-SE/images/disco10.png differ diff --git a/sv-SE/images/train-model-button.png b/sv-SE/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/sv-SE/images/train-model-button.png differ diff --git a/sv-SE/images/wywm.png b/sv-SE/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/sv-SE/images/wywm.png differ diff --git a/sv-SE/meta.yml b/sv-SE/meta.yml new file mode 100644 index 0000000..e049e66 --- /dev/null +++ b/sv-SE/meta.yml @@ -0,0 +1,20 @@ +title: Dance detector +hero_image: images/banner.png +description: Train a computer to help you perfect a dance move! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: What you will make + - + title: Set up your project + completion: + - engaged + - + title: Add samples + - + title: Train the model + completion: + - external diff --git a/sv-SE/resources/Dance detector - Part 1.srt b/sv-SE/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..cf142a5 --- /dev/null +++ b/sv-SE/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Go to createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +and click 'Get started' + +3 +00:00:07,425 --> 00:00:08,559 +Start a new session + +4 +00:00:08,559 --> 00:00:11,172 +and follow the instructions to set up your micro:bit + +5 +00:00:11,172 --> 00:00:12,124 +[music to end...] + diff --git a/sv-SE/resources/Dance detector - Part 2.srt b/sv-SE/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..64e4220 --- /dev/null +++ b/sv-SE/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Press B + +3 +00:00:04,917 --> 00:00:07,604 +and record a one-second sample + +4 +00:00:07,896 --> 00:00:09,750 +Repeat until you have ten samples + +5 +00:00:10,296 --> 00:00:14,831 +Add a second action and record ten samples + diff --git a/sv-SE/resources/Dance detector - Part 3.srt b/sv-SE/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..fedce5f --- /dev/null +++ b/sv-SE/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Train your model + +2 +00:00:08,778 --> 00:00:09,324 +Test + +3 +00:00:09,328 --> 00:00:13,000 +and see if your model can recognise your dance moves + diff --git a/sv-SE/resources/readme.txt b/sv-SE/resources/readme.txt new file mode 100644 index 0000000..0e0956c --- /dev/null +++ b/sv-SE/resources/readme.txt @@ -0,0 +1 @@ +To watch a video with subtitles on VLC (videolan.org), ensure the video file and subtitle file are in the same folder and have the exact same name (e.g., video.mp4 and video.srt). Open the video in VLC, and it will automatically load the subtitles. If the subtitles don’t appear, right-click the video screen, go to **Subtitle**, then **Add Subtitle File**, and select the correct .srt file. Enjoy watching with subtitles! \ No newline at end of file diff --git a/sv-SE/step_1.md b/sv-SE/step_1.md new file mode 100644 index 0000000..68da053 --- /dev/null +++ b/sv-SE/step_1.md @@ -0,0 +1,20 @@ +## What you will make + +![A machine learning interface testing a model for action recognition. In the center of the screen, a young boy is performing the "Disco" dance move, with one arm pointing upward. On the left side of the screen, the interface displays two possible recognised actions: "Disco" with a 95% certainty score and "Floss" with a 5% certainty score. At the bottom of the interface, a live graph with different colored lines tracks movement data. The interface indicates that the model has accurately identified the boy's action as "Disco" with high confidence. The top of the interface includes the steps: "1. Add data, 2. Train model, 3. Test model."](images/wywm.png) + +Train a computer to help you perfect a dance move! + +## --- collapse --- + +## title: No YouTube? Download the videos! + +You can [download all the videos for this project](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +You will need: + +- A micro:bit V2 +- A micro:bit battery pack and 2 x AAA batteries +- USB cable +- A web browser that supports WebUSB so you can connect directly to your micro:bit. We recommend using Google Chrome or Microsoft Edge. \ No newline at end of file diff --git a/sv-SE/step_2.md b/sv-SE/step_2.md new file mode 100644 index 0000000..227ac8c --- /dev/null +++ b/sv-SE/step_2.md @@ -0,0 +1,39 @@ +## Set up your project + + +
+ +
+ + +### Create a new session + +You will use an online machine learning platform. + +\--- task --- + +Open [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Click **Get started** + +\--- /task --- + +You will use your micro:bit to sense your movements and send the data to the online machine learning platform. + +\--- task --- + +Click **New session** and follow the instructions to connect your micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: I do not have a battery pack + +You can keep your micro:bit connected using USB, but the cable needs to be long enough to allow you to move freely with it. + +\--- /collapse --- diff --git a/sv-SE/step_3.md b/sv-SE/step_3.md new file mode 100644 index 0000000..07e2edc --- /dev/null +++ b/sv-SE/step_3.md @@ -0,0 +1,83 @@ +## Add samples + + +
+ +
+ + +### Add an action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **first** action. + +Our example uses the name `Disco`. + +![Screenshot showing the name of an action](images/action.png) + +\--- /task --- + +### Add data samples + +It is important you always hold the micro:bit the same way. + +\--- task --- + +Hold your micro:bit and battery pack together in your hand. + +**Remember** how you hold it. Make sure you hold it like this later in this project. + +\--- /task --- + +Each action can be 1 second long. + +\--- task --- + +Press button B, wait for the countdown, then make your first 1-second action. + +This example shows a `Disco` action, but you can do whatever action you want! + + + +\--- /task --- + +\--- task --- + +Add more samples of your first action, until you have at least **10 samples**. + +![Screenshot showing 10 samples of an action](images/disco10.png) + +\--- /task --- + +### Add a second action + +\--- task --- + +Click the blue **+ Add action** button. + +Name the **second** action. + +Our example uses the name `Floss`. + +\--- /task --- + +\--- task --- + +Add samples of your second action, until you have at least **10 samples**. + +This example shows a `Floss` action, but you can do whatever action you want! + + + +\--- /task --- diff --git a/sv-SE/step_4.md b/sv-SE/step_4.md new file mode 100644 index 0000000..e11a1aa --- /dev/null +++ b/sv-SE/step_4.md @@ -0,0 +1,33 @@ +## Train the model + + +
+ +
+ + +\--- task --- + +Click the blue **Train model** button. + +![The 'Train model' button.](images/train-model-button.png) + +\--- /task --- + +### Preview and test + +See if your model can recognise your dance moves! + +\--- task --- + +Perform one of your actions and see what your model predicts (**estimates**) the action is. + +You will see confidence (**certainty**) scores for your actions. + +\--- /task --- + + diff --git a/sv-SE/step_5.md b/sv-SE/step_5.md new file mode 100644 index 0000000..5fde839 --- /dev/null +++ b/sv-SE/step_5.md @@ -0,0 +1,3 @@ +## What can you do now? + +There are lots of other machine learning and AI projects in the [artificial intelligence](https://projects.raspberrypi.org/en/pathways/ai-toolkit) toolkit. \ No newline at end of file diff --git a/uk-UA/images/action.png b/uk-UA/images/action.png new file mode 100644 index 0000000..ba774ac Binary files /dev/null and b/uk-UA/images/action.png differ diff --git a/uk-UA/images/banner.png b/uk-UA/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/uk-UA/images/banner.png differ diff --git a/uk-UA/images/disco.mp4 b/uk-UA/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/uk-UA/images/disco.mp4 differ diff --git a/uk-UA/images/disco10.png b/uk-UA/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/uk-UA/images/disco10.png differ diff --git a/uk-UA/images/discotest.mp4 b/uk-UA/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/uk-UA/images/discotest.mp4 differ diff --git a/uk-UA/images/floss.mp4 b/uk-UA/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/uk-UA/images/floss.mp4 differ diff --git a/uk-UA/images/train-model-button.png b/uk-UA/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/uk-UA/images/train-model-button.png differ diff --git a/uk-UA/images/wywm.png b/uk-UA/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/uk-UA/images/wywm.png differ diff --git a/uk-UA/meta.yml b/uk-UA/meta.yml new file mode 100644 index 0000000..729d7c3 --- /dev/null +++ b/uk-UA/meta.yml @@ -0,0 +1,20 @@ +title: Детектор танців +hero_image: images/banner.png +description: Навчи комп’ютер допомагати тобі вдосконалювати танцювальні рухи! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Що ти зробиш + - + title: Створи проєкт + completion: + - engaged + - + title: Додай зразки + - + title: Навчи модель + completion: + - external diff --git a/uk-UA/resources/Dance detector - Part 1.mp4 b/uk-UA/resources/Dance detector - Part 1.mp4 new file mode 100644 index 0000000..f491e52 Binary files /dev/null and b/uk-UA/resources/Dance detector - Part 1.mp4 differ diff --git a/uk-UA/resources/Dance detector - Part 1.srt b/uk-UA/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..78239ea --- /dev/null +++ b/uk-UA/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Перейди на createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +і натисни Get started («Почати»). + +3 +00:00:07,425 --> 00:00:08,559 +Почни нову сесію + +4 +00:00:08,559 --> 00:00:11,172 +і налаштуй свій micro:bit за допомогою інструкцій. + +5 +00:00:11,172 --> 00:00:12,124 +[музика...] + diff --git a/uk-UA/resources/Dance detector - Part 2.mp4 b/uk-UA/resources/Dance detector - Part 2.mp4 new file mode 100644 index 0000000..ed7e51a Binary files /dev/null and b/uk-UA/resources/Dance detector - Part 2.mp4 differ diff --git a/uk-UA/resources/Dance detector - Part 2.srt b/uk-UA/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..3fb98d6 --- /dev/null +++ b/uk-UA/resources/Dance detector - Part 2.srt @@ -0,0 +1,21 @@ +1 +00:00:02,965 --> 00:00:03,900 +Name the first action + +2 +00:00:04,417 --> 00:00:04,917 +Натисни B + +3 +00:00:04,917 --> 00:00:07,604 +і запиши односекундний зразок. + +4 +00:00:07,896 --> 00:00:09,750 +Продовжуй, доки в тебе не буде +десять зразків. + +5 +00:00:10,296 --> 00:00:14,831 +Додай другу дію та запиши десять зразків. + diff --git a/uk-UA/resources/Dance detector - Part 3.mp4 b/uk-UA/resources/Dance detector - Part 3.mp4 new file mode 100644 index 0000000..0328637 Binary files /dev/null and b/uk-UA/resources/Dance detector - Part 3.mp4 differ diff --git a/uk-UA/resources/Dance detector - Part 3.srt b/uk-UA/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..43e18b9 --- /dev/null +++ b/uk-UA/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Навчи свою модель + +2 +00:00:08,778 --> 00:00:09,324 +Протестуй її, щоб перевірити, + +3 +00:00:09,328 --> 00:00:13,000 +чи вона розпізнає твої танцювальні рухи. + diff --git a/uk-UA/resources/readme.txt b/uk-UA/resources/readme.txt new file mode 100644 index 0000000..663519d --- /dev/null +++ b/uk-UA/resources/readme.txt @@ -0,0 +1 @@ +Щоб переглянути відео із субтитрами у програмі VLC (videolan.org), переконайся, що файл відео і файл субтитрів знаходяться в одній папці та мають однакові назви (наприклад, video.mp4 і video.srt). Відкрий відео у VLC, і програма автоматично завантажить субтитри. Якщо субтитри не з’являються, клацни правою кнопкою миші по відео, вибери **Субтитри**, потім **Додати файл субтитрів** і вибери відповідний файл .srt. Приємного перегляду з субтитрами! \ No newline at end of file diff --git a/uk-UA/step_1.md b/uk-UA/step_1.md new file mode 100644 index 0000000..398f345 --- /dev/null +++ b/uk-UA/step_1.md @@ -0,0 +1,20 @@ +## Що ти зробиш + +![Інтерфейс машинного навчання, який тестує модель для розпізнавання дій. У центрі екрана хлопчик виконує танцювальний рух «диско», одна рука спрямована вгору. У лівій частині екрана інтерфейс показує дві можливі розпізнані дії: «диско» з рівнем упевненості 95% і «флос» з рівнем упевненості 5%. У нижній частині інтерфейсу графік із лініями різних кольорів відстежує дані руху. Інтерфейс показує, що модель правильно визначила дії хлопчика як «диско» з високою впевненістю. У верхній частині інтерфейсу містяться кроки: «1. Додати дані, 2. Навчити модель, 3. Протестувати модель.»](images/wywm.png) + +Навчи комп’ютер допомагати тобі вдосконалювати танцювальні рухи! + +## --- collapse --- + +## title: Немає доступу до YouTube? Завантаж відео! + +Ти можеш [завантажити всі відео для цього проєкту](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Тобі знадобиться: + +- micro:bit V2 +- Акумулятор micro:bit і 2 батареї AAA +- USB-кабель +- Браузер, який підтримує WebUSB, щоб можна було підʼєднатися безпосередньо до micro:bit. Рекомендуємо використовувати Google Chrome або Microsoft Edge. \ No newline at end of file diff --git a/uk-UA/step_2.md b/uk-UA/step_2.md new file mode 100644 index 0000000..c12bf6e --- /dev/null +++ b/uk-UA/step_2.md @@ -0,0 +1,39 @@ +## Створи проєкт + + +
+ +
+ + +### Створи нову сесію + +Ти будеш використовувати онлайн-платформу машинного навчання. + +\--- task --- + +Відкрий [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Натисни **Get started** («Почати»). + +\--- /task --- + +Ти будеш використовувати micro:bit, що відчуватиме твої рухи та надсилатиме дані на онлайн-платформу машинного навчання. + +\--- task --- + +Натисни **New session** («Нова сесія») і дотримуйся інструкцій, щоб підʼєднати micro:bit. + +\--- /task --- + +## --- collapse --- + +## title: У мене немає акумулятора + +Ти можеш підʼєднати micro:bit за допомогою USB, але кабель має бути достатньо довгим, щоб можна було з ним вільно пересуватися. + +\--- /collapse --- diff --git a/uk-UA/step_3.md b/uk-UA/step_3.md new file mode 100644 index 0000000..e26e8f5 --- /dev/null +++ b/uk-UA/step_3.md @@ -0,0 +1,83 @@ +## Додай зразки + + +
+ +
+ + +### Додай рух + +\--- task --- + +Натисни синю кнопку **+ Add action** («Додати рух»). + +Дай назву своєму **першому** руху. + +У нашому прикладі використовується назва «диско». + +![Знімок екрану з назвою руху](images/action.png) + +\--- /task --- + +### Додай зразки даних + +Важливо завжди тримати micro:bit однаково. + +\--- task --- + +Тримай micro:bit і акумулятор разом у руці. + +**Запам’ятай**, як ти його тримаєш. Пізніше в цьому проєкті треба буде тримати його так само. + +\--- /task --- + +Кожен рух може тривати 1 секунду. + +\--- task --- + +Натисни кнопку B, дочекайся зворотного відліку, а потім виконай свій перший 1-секундний рух. + +У цьому прикладі показаний рух «диско», але ти можеш виконати будь-який рух! + + + +\--- /task --- + +\--- task --- + +Додай більше зразків свого першого руху, поки не отримаєш принаймні **10 зразків**. + +![Знімок екрану з 10 зразками руху](images/disco10.png) + +\--- /task --- + +### Додай другий рух + +\--- task --- + +Назви **другий** рух. + +Назви **другий** рух. + +У нашому прикладі використовується назва «флос». + +\--- /task --- + +\--- task --- + +Додай більше зразків другого руху, поки не отримаєш принаймні **10 зразків**. + +У цьому прикладі показаний рух «флос», але ти можеш виконати будь-який рух! + + + +\--- /task --- diff --git a/uk-UA/step_4.md b/uk-UA/step_4.md new file mode 100644 index 0000000..eb57cbf --- /dev/null +++ b/uk-UA/step_4.md @@ -0,0 +1,33 @@ +## Навчи модель + + +
+ +
+ + +\--- task --- + +Натисни синю кнопку **Train model** («Навчити модель»). + +![Кнопка «Навчити модель».](images/train-model-button.png) + +\--- /task --- + +### Попередній перегляд і тестування + +Перевір, чи може твоя модель розпізнавати танцювальні рухи! + +\--- task --- + +Виконай один зі своїх рухів і подивись, що передбачила твоя модель (**estimates**). + +Ти побачиш рівень впевненості (**certainty**) для своїх рухів. + +\--- /task --- + + diff --git a/uk-UA/step_5.md b/uk-UA/step_5.md new file mode 100644 index 0000000..0d217bf --- /dev/null +++ b/uk-UA/step_5.md @@ -0,0 +1,3 @@ +## Що ти тепер вмієш? + +У напрямі [«Інструменти штучного інтелекту»](https://projects.raspberrypi.org/en/pathways/ai-toolkit) є багато інших проєктів про машинне навчання та ШІ. \ No newline at end of file diff --git a/vi-VN/images/action.png b/vi-VN/images/action.png new file mode 100644 index 0000000..42a3df1 Binary files /dev/null and b/vi-VN/images/action.png differ diff --git a/vi-VN/images/banner.png b/vi-VN/images/banner.png new file mode 100644 index 0000000..d5c22d3 Binary files /dev/null and b/vi-VN/images/banner.png differ diff --git a/vi-VN/images/disco.mp4 b/vi-VN/images/disco.mp4 new file mode 100644 index 0000000..d0a8e94 Binary files /dev/null and b/vi-VN/images/disco.mp4 differ diff --git a/vi-VN/images/disco10.png b/vi-VN/images/disco10.png new file mode 100644 index 0000000..2116352 Binary files /dev/null and b/vi-VN/images/disco10.png differ diff --git a/vi-VN/images/discotest.mp4 b/vi-VN/images/discotest.mp4 new file mode 100644 index 0000000..567a77d Binary files /dev/null and b/vi-VN/images/discotest.mp4 differ diff --git a/vi-VN/images/floss.mp4 b/vi-VN/images/floss.mp4 new file mode 100644 index 0000000..3baee20 Binary files /dev/null and b/vi-VN/images/floss.mp4 differ diff --git a/vi-VN/images/train-model-button.png b/vi-VN/images/train-model-button.png new file mode 100644 index 0000000..cfca414 Binary files /dev/null and b/vi-VN/images/train-model-button.png differ diff --git a/vi-VN/images/wywm.png b/vi-VN/images/wywm.png new file mode 100644 index 0000000..f08a291 Binary files /dev/null and b/vi-VN/images/wywm.png differ diff --git a/vi-VN/meta.yml b/vi-VN/meta.yml new file mode 100644 index 0000000..4d560f7 --- /dev/null +++ b/vi-VN/meta.yml @@ -0,0 +1,20 @@ +title: Máy phát hiện khiêu vũ +hero_image: images/banner.png +description: Đào tạo máy tính để giúp bạn hoàn thiện động tác nhảy! +version: 4 +listed: true +copyedit: true +last_tested: "2024-07-02" +steps: + - + title: Những gì bạn sẽ làm + - + title: Thiết lập dự án của bạn + completion: + - engaged + - + title: Thêm mẫu + - + title: Đào tạo mô hình + completion: + - external diff --git a/vi-VN/resources/Dance detector - Part 1.srt b/vi-VN/resources/Dance detector - Part 1.srt new file mode 100644 index 0000000..1c11ec7 --- /dev/null +++ b/vi-VN/resources/Dance detector - Part 1.srt @@ -0,0 +1,20 @@ +1 +00:00:02,800 --> 00:00:05,397 +Đi đến createai.microbit.org + +2 +00:00:05,560 --> 00:00:07,425 +và nhấp vào 'Bắt đầu' + +3 +00:00:07,425 --> 00:00:08,559 +Bắt đầu một phiên mới + +4 +00:00:08,559 --> 00:00:11,172 +và làm theo hướng dẫn để thiết lập micro:bit của bạn + +5 +00:00:11,172 --> 00:00:12,124 +[nhạc kết thúc...] + diff --git a/vi-VN/resources/Dance detector - Part 2.srt b/vi-VN/resources/Dance detector - Part 2.srt new file mode 100644 index 0000000..6108cf9 --- /dev/null +++ b/vi-VN/resources/Dance detector - Part 2.srt @@ -0,0 +1,20 @@ +1 +00:00:02,965 --> 00:00:03,900 +Đặt tên cho hành động đầu tiên + +2 +00:00:04,417 --> 00:00:04,917 +Nhấn B + +3 +00:00:04,917 --> 00:00:07,604 +và ghi lại hành động mẫu trong một giây + +4 +00:00:07,896 --> 00:00:09,750 +Lặp lại cho đến khi bạn có mười hành động mẫu + +5 +00:00:10,296 --> 00:00:14,831 +Thêm hành động thứ hai và ghi lại mười hành động mẫu + diff --git a/vi-VN/resources/Dance detector - Part 3.srt b/vi-VN/resources/Dance detector - Part 3.srt new file mode 100644 index 0000000..a246581 --- /dev/null +++ b/vi-VN/resources/Dance detector - Part 3.srt @@ -0,0 +1,12 @@ +1 +00:00:03,617 --> 00:00:07,726 +Đào tạo mô hình của bạn + +2 +00:00:08,778 --> 00:00:09,324 +Thử nghiệm + +3 +00:00:09,328 --> 00:00:13,000 +và xem liệu người mẫu của bạn có thể nhận ra các bước nhảy của bạn không + diff --git a/vi-VN/resources/readme.txt b/vi-VN/resources/readme.txt new file mode 100644 index 0000000..0794597 --- /dev/null +++ b/vi-VN/resources/readme.txt @@ -0,0 +1 @@ +Để xem video có phụ đề trên VLC (videolan.org), hãy đảm bảo tệp video và tệp phụ đề nằm trong cùng một thư mục và có cùng tên (ví dụ: video.mp4 và video.srt). Mở video trong VLC và nó sẽ tự động tải phụ đề. Nếu phụ đề không xuất hiện, hãy nhấp chuột phải vào màn hình video, đi tới **Phụ đề**, sau đó là **Thêm tệp phụ đề** và chọn tệp .srt chính xác. Hãy thưởng thức video có phụ đề nhé! \ No newline at end of file diff --git a/vi-VN/step_1.md b/vi-VN/step_1.md new file mode 100644 index 0000000..295ae07 --- /dev/null +++ b/vi-VN/step_1.md @@ -0,0 +1,20 @@ +## Những gì bạn sẽ làm + +![Một giao diện máy học đang thử nghiệm mô hình nhận dạng hành động. Ở giữa màn hình, một cậu bé đang thực hiện động tác nhảy "Disco", với một cánh tay hướng lên trên. Ở phía bên trái màn hình, giao diện hiển thị hai hành động có thể được nhận dạng: "Disco" với độ tin cậy 95% và "Floss" với độ tin cậy 5%. Ở cuối giao diện, một biểu đồ trực tiếp với các đường màu khác nhau theo dõi dữ liệu chuyển động. Giao diện cho thấy mô hình đã xác định chính xác hành động của cậu bé là "Disco" với độ tin cậy cao. Phần đầu của giao diện bao gồm các bước: "1. Thêm dữ liệu, 2. Đào tạo mô hình, 3. Thử nghiệm mô hình."](images/wywm.png) + +Đào tạo máy tính để giúp bạn hoàn thiện động tác nhảy! + +## --- collapse --- + +## tiêu đề: Không có YouTube? Tải video xuống! + +Bạn có thể [tải xuống tất cả video cho dự án này](https://rpf.io/p/en/dance-detector-go){:target="_blank"}. + +\--- /collapse --- + +Bạn sẽ cần: + +- Một micro:bit V2 +- Một bộ pin micro:bit và 2 pin AAA +- Cáp USB +- Trình duyệt web hỗ trợ WebUSB để bạn có thể kết nối trực tiếp với micro:bit của mình. Chúng tôi khuyên bạn nên sử dụng Google Chrome hoặc Microsoft Edge. \ No newline at end of file diff --git a/vi-VN/step_2.md b/vi-VN/step_2.md new file mode 100644 index 0000000..e874d01 --- /dev/null +++ b/vi-VN/step_2.md @@ -0,0 +1,39 @@ +## Thiết lập dự án của bạn + + +
+ +
+ + +### Tạo một phiên làm việc mới + +Bạn sẽ sử dụng nền tảng máy học trực tuyến. + +\--- task --- + +Mở [https://createai.microbit.org](https://createai.microbit.org/){:target="_blank"}. + +\--- /task --- + +\--- task --- + +Nhấp vào **Bắt đầu** + +\--- /task --- + +Bạn sẽ sử dụng micro:bit để cảm nhận chuyển động của mình và gửi dữ liệu đến nền tảng máy học trực tuyến. + +\--- task --- + +Nhấp vào **Phiên làm việc mới** và làm theo hướng dẫn để kết nối micro:bit của bạn. + +\--- /task --- + +## --- collapse --- + +## tiêu đề: Tôi không có bộ pin + +Bạn có thể giữ micro:bit của mình được kết nối bằng USB, nhưng cáp phải đủ dài để bạn có thể di chuyển thoải mái. + +\--- /collapse --- diff --git a/vi-VN/step_3.md b/vi-VN/step_3.md new file mode 100644 index 0000000..3ea12f1 --- /dev/null +++ b/vi-VN/step_3.md @@ -0,0 +1,83 @@ +## Thêm mẫu + + +
+ +
+ + +### Thêm một hành động + +\--- task --- + +Nhấp vào nút **+ Thêm hành động** màu xanh lam. + +Đặt tên cho hành động **đầu tiên**. + +Ví dụ của chúng tôi sử dụng tên `Disco`. + +![Ảnh chụp màn hình hiển thị tên của một hành động](images/action.png) + +\--- /task --- + +### Thêm dữ liệu mẫu + +Điều quan trọng là bạn phải luôn cầm micro:bit theo cùng một cách. + +\--- task --- + +Giữ micro:bit và bộ pin cùng nhau trong tay. + +**Hãy nhớ** cách bạn cầm nó. Hãy đảm bảo bạn giữ nó như vậy ở phần sau của dự án này. + +\--- /task --- + +Mỗi hành động có thể kéo dài 1 giây. + +\--- task --- + +Nhấn nút B, đợi đếm ngược, sau đó thực hiện hành động trong 1 giây đầu tiên của bạn. + +Ví dụ này cho thấy hành động `Disco`, nhưng bạn có thể thực hiện bất kỳ hành động nào bạn muốn! + + + +\--- /task --- + +\--- task --- + +Thêm nhiều mẫu hơn cho hành động đầu tiên của bạn cho đến khi bạn có ít nhất **10 mẫu**. + +![Ảnh chụp màn hình hiển thị 10 mẫu của một hành động](images/disco10.png) + +\--- /task --- + +### Thêm hành động thứ hai + +\--- task --- + +Nhấp vào nút **+ Thêm hành động** màu xanh lam. + +Đặt tên cho hành động **thứ hai**. + +Ví dụ của chúng tôi sử dụng tên `Floss`. + +\--- /task --- + +\--- task --- + +Thêm các mẫu của hành động thứ hai cho đến khi bạn có ít nhất **10 mẫu**. + +Ví dụ này cho thấy hành động `Floss`, nhưng bạn có thể thực hiện bất kỳ hành động nào bạn muốn! + + + +\--- /task --- diff --git a/vi-VN/step_4.md b/vi-VN/step_4.md new file mode 100644 index 0000000..875248e --- /dev/null +++ b/vi-VN/step_4.md @@ -0,0 +1,33 @@ +## Đào tạo mô hình + + +
+ +
+ + +\--- task --- + +Nhấp vào nút **Đào tạo mô hình** màu xanh lam. + +![Nút 'Đào tạo mô hình'.](images/train-model-button.png) + +\--- /task --- + +### Xem trước và thử nghiệm + +Hãy xem mô hình của bạn có thể nhận ra bước nhảy của bạn không! + +\--- task --- + +Thực hiện một trong các hành động của bạn và xem mô hình của bạn dự đoán (**ước lượng**) hành động đó như thế nào. + +Bạn sẽ thấy điểm tin cậy (**chắc chắn**) cho hành động của mình. + +\--- /task --- + + diff --git a/vi-VN/step_5.md b/vi-VN/step_5.md new file mode 100644 index 0000000..f2cf953 --- /dev/null +++ b/vi-VN/step_5.md @@ -0,0 +1,3 @@ +## Bạn có thể làm gì bây giờ? + +Có rất nhiều dự án máy học và trí tuệ nhân tạo khác trong bộ công cụ [trí tuệ nhân tạo](https://projects.raspberrypi.org/en/pathways/ai-toolkit). \ No newline at end of file