Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/e-roy/gemini-pro-vision-playground

A simple playground Web UI for using the Gemini Pro Vision and Gemini Pro AI models with Next.js
https://github.com/e-roy/gemini-pro-vision-playground

gemini gemini-ai gemini-api gemini-pro gemini-pro-vision nextjs vision

Last synced: 3 months ago
JSON representation

A simple playground Web UI for using the Gemini Pro Vision and Gemini Pro AI models with Next.js

Awesome Lists containing this project

README

        

# Gemini Pro Vision Playground

This project is a simple playground for using the Gemini Pro Vision and Gemini Pro AI models.

I created this to help others building apps with the gemini-pro and gemin-pro-vision models. If you find it helpful, please give a ⭐

https://github.com/e-roy/gemini-pro-vision-playground/assets/70700747/e0e80929-285c-441f-87f5-34d68593b787

## Getting Started

Get your Google AI API key [here](https://ai.google.dev/tutorials/setup)

Create a `.env.local` file and add your api key

```
GOOGLE_API_KEY={your-google-ai-api-key}
```

First, install packages:

```bash
yarn
```

Then, run the development server:

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Add at least one image to use Vision.

## Learn More

To learn more about Gemini API
[Documentation](https://ai.google.dev/docs/gemini_api_overview)

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.