这是indexloc提供的服务,不要输入任何密码
Skip to content

ROHANDWIVEDI2005/Migration-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Migration-Example

  • This repository contains an example of migration of a Gemini API example from Python To Javascript using Deno and Jupyter notebook.

Prerequisites

  • Operating System: Windows, macOS, or Linux.
  • Jupyter: Jupyter Notebook or JupyterLab must be installed.

for macOS and Linux:

curl -fsSL https://deno.land/install.sh | sh

for windows Powershell

iwr https://deno.land/install.ps1 -useb | iex

Verify kernel installation

jupyter kernelspec list

Add dependencies using the deno.json file For example

{
    "imports": {
      "@google/genai": "npm:@google/genai"
    }
  }

About

JavaScript example for Gemini API using Jupyter Notebook and Deno

Topics

Resources

Stars

Watchers

Forks