Skip to content

Commit 1864b33

Browse files
authored
Update README.md
1 parent 86c39a9 commit 1864b33

File tree

1 file changed

+4
-4
lines changed
  • examples/official/9.x/flet_chat_gemini

1 file changed

+4
-4
lines changed

examples/official/9.x/flet_chat_gemini/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Flet Chat App with Google AI and Dynamsoft Barcode Reader
22
The project demonstrates how to integrate [Dynamsoft Barcode Reader](https://pypi.org/project/dbr/) and [Gemini APIs](https://ai.google.dev/tutorials/python_quickstart) into a Flet chat app.
33

4-
https://github.com/yushulx/flet-chat-app-gemini-barcode/assets/2202306/ef159de0-cdf9-48e2-91d9-3da3ce9f85a0
4+
https://github.com/user-attachments/assets/b0f8efd2-ec66-4b02-95c8-e9df437410a7
55

66
## Installation
77

@@ -17,7 +17,7 @@ pip install -r requirements.txt
1717
genai.configure(api_key='API_KEY')
1818
```
1919

20-
![Gemini API key](https://github.com/yushulx/flet-chat-app-gemini-barcode/assets/2202306/a556a3dc-622f-4de0-b3d5-9067de44a5e5)
20+
![Gemini API key](https://www.dynamsoft.com/codepool/img/2024/09/gemini-api-key.png)
2121

2222

2323
2. Request a [free trial license](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr) for Dynamsoft Barcode Reader and replace the value of `LICENSE-KEY` in `chatbot.py`.
@@ -26,15 +26,15 @@ pip install -r requirements.txt
2626
license_key = "LICENSE-KEY"
2727
```
2828

29-
![Dynamsoft Barcode Reader license key](https://github.com/yushulx/flet-chat-app-gemini-barcode/assets/2202306/59535e1a-3f8e-4711-adb0-2610476848fd)
29+
![Dynamsoft Barcode Reader license key](https://www.dynamsoft.com/codepool/img/2024/09/dynamsoft-barcode-reader-license.png)
3030

3131
3. Run the app:
3232

3333
```bash
3434
flet run chatbot.py
3535
```
3636

37-
![gemini-chat-app](https://github.com/yushulx/flet-chat-app-gemini-barcode/assets/2202306/9b4da08d-ca94-4a64-95b4-c6e5f1dfd985)
37+
![gemini-chat-app](https://www.dynamsoft.com/codepool/img/2024/01/flet-chat-app-gemini-barcode-api.png)
3838

3939
## Blog
4040
[How to Build Flet Chat App with Barcode and Gemini APIs](https://www.dynamsoft.com/codepool/python-flet-chat-app-barcode-gemini.html)

0 commit comments

Comments
 (0)