Using Google Gemini Pro with PICO
Recently, LLM language models have been popping up in various places, and we've created an example using Google's recently announced Gemini Pro. This project serves as a reference for using it with Pico, inspired by Wiznet Scarlet's OpenAI implementation. Currently, API calls to Gemini Pro are free. Seize this opportunity to build your own simple application.
- WIZnet - W5100S-EVB-Pico x 1
- micropython - MicroPython x 1
- Download the Thonny MicroPython environment: Thonny.org
- Download the Firmware: MicroPython.org
- Google Gemini API Key Settings: Google AI Studio
Connect the Ethernet port of the W5xx-EVB-Pico and the micro USB (PC, Notebook). Upload the downloaded firmware in 'boot mode' and then reconnect your USB.
- Thonny IDE: Thonny.org
- MicroPython Firmware: MicroPython.org
- Google Gemini API Key: Google AI Studio
Feel free to use this README on your GitHub project page. If you need any more customization or additional information, please let me know!