Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgechev/gemini-angular-drawing-demo
https://github.com/mgechev/gemini-angular-drawing-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgechev/gemini-angular-drawing-demo
- Owner: mgechev
- License: apache-2.0
- Created: 2023-12-19T19:20:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T22:35:24.000Z (9 months ago)
- Last Synced: 2024-10-03T12:35:21.890Z (4 months ago)
- Language: TypeScript
- Homepage: https://mgechev.github.io/gemini-angular-drawing-demo
- Size: 324 KB
- Stars: 38
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - gemini-angular-drawing-demo - Developer sample written in Angular demonstrating Gemini multimodal (image and audio) input and understanding. The user enters a prompt and the app generates images via VertexAI’s image generation which the user can after that preview in a three-dimensional gallery. (Table of contents / Angular)
- fucking-awesome-angular - gemini-angular-drawing-demo - Developer sample written in Angular demonstrating Gemini multimodal (image and audio) input and understanding. The user enters a prompt and the app generates images via VertexAI’s image generation which the user can after that preview in a three-dimensional gallery. (Table of contents / Angular)
- fucking-awesome-angular - gemini-angular-drawing-demo - Developer sample written in Angular demonstrating Gemini multimodal (image and audio) input and understanding. The user enters a prompt and the app generates images via VertexAI’s image generation which the user can after that preview in a three-dimensional gallery. (Table of contents / Angular)
README
# Angular Web Audio melodies sample
Developer sample written in Angular demonstrating Gemini multimodal (image and audio) input and understanding. The user enters a prompt and the app generates images via VertexAI’s image generation which the user can after that preview in a three-dimensional gallery. The user has an input where they can ask a question about the images. Using Web Audio’s Speech Synthesis API we read Gemini’s answer for the images.
## Pre-requisites
0. Node.js and npm
* Download and install Go: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm0. Gemini API key
* Launch Google AI Studio: https://aistudio.google.com/
* Click “Get API Key”## Getting started
Compile and run the app:
```shell
npm i
npm start
```In the text box with placeholder "API key" enter your Gemini API key. You can find instructions how to use the app under "Instructions" when you open the user interface.