Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/e-roy/gemini-pro-vision-playground
- Owner: e-roy
- License: mit
- Created: 2023-12-15T22:39:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T14:25:29.000Z (6 months ago)
- Last Synced: 2024-05-13T15:48:49.062Z (6 months ago)
- Topics: gemini, gemini-ai, gemini-api, gemini-pro, gemini-pro-vision, nextjs, vision
- Language: TypeScript
- Homepage: https://gemini-vision-playground.vercel.app/
- Size: 139 KB
- Stars: 75
- Watchers: 2
- Forks: 62
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- project-awesome - 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 (TypeScript)
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.