HTTP - HTTP Post MP4

Materials

  • AmebaPro2 [ AMB82 MINI ] x 1
  • PushButton x 1
  • 220 ohm resistor x 1

Example

These examples illustrate how to send HTTP Post request of MP4 audio file to a HTTP server.

This guide will be relevant to 2 examples:
1) HTTP_Post_MP4_Whisper_Server
2) RecordMP4_HTTP_Post_Whisper_Server

The difference between these 2 examples is that for HTTP_Post_MP4_Whisper_Server.ino, one is expected to have an MP4 file already saved inside the SD card. Whereas for the RecordMP4_HTTP_Post_Whisper_Server.ino, it is not necessary to have a MP4 file inside the SD card.

This is the block diagram for the example flow.

1

Connect the pushbutton and resistor to AMB82 Mini as shown below.

1

Open “File”-> “Examples” -> “AmebaHTTP” -> “HTTP_Post_MP4_Whisper_Server” OR “RecordMP4_HTTP_Post_Whisper_Server”.

1

Compile and run the code.
Set up the http server by locating the python script called “whisper_llm_server.py” in src folder. Go to command prompt and go to the src folder and execute this command: python3 whisper_llm_server.py. Follow the readme in the python script.
Press the push button for 2s to trigger the recording. Speak into the microphone to ask the AI. This should be the expected output on the terminal that was running the python script. Please note that if you are to use a more powerful model such as MediaTek 7B model, you will need a PC with a powerful GPU to test. Purely CPU will not be able to run that model.

1

Please confirm that QQ communication software is installed