Gemi Slice | Gemini Snippet on Search ✨

The easiest way to find your code solutions in Google Chrome

What it does

My application has a simple objective: it’s an extension that activates upon detecting the URL www.google.com/search and generates code snippets in the desired language based on what the user searches for related to programming. It allows users to listen to the explanation of the code snippet, regenerate the response, and copy the snippet. Soon, it will include additional functions like voting or reusing previously generated code snippets, and I plan for the model to self-feed with user-created responses.

The usage is straightforward and based on four calls to Gemini:

* Code Snippet: Generates snippets based on what the user searches for, using a dataset from Google Research and code snippets.
* Explanation: Provides a 200-character explanation based on the code snippet and Google Research.
* Language: Detects the programming language used in the code snippet to improve the user interface.
* Programming-related Topic: Returns a 204 endpoint or 200 OK with "Yes" to determine if the code snippet should be generated.

Built with

  • Web/Chrome
  • Google Chrome Extension

Team

By

Snapverse

From

Argentina