Skip to content

mbhsdev/ai-visual-interpreter

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Create a file .env.local in the root directory of the project. Paste in the following, where {GEMINI_API_KEY} is your API key generated from https://aistudio.google.com/app/apikey

NEXT_PUBLIC_GEMINI_API_KEY={GEMINI_API_KEY}

Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A simple visual interpreter chatbot that uses Google Gemini API. Generate an API key from https://aistudio.google.com/app/apikey to get started.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.1%
  • CSS 4.5%
  • JavaScript 2.4%