Skip to content

dask-58/erudite

Repository files navigation

ERUDITE

My personal google gemini-pro-vision API based web chat application, built using React JS + VITE.

Screenshot

image

Installation

You can clone this project and play with it.

git clone https://github.com/dask-58/erudite.git

Navigate to the cloned file directory and install the Node Modules/ Dependencies with NPM.

npm install

To run or view the changes, run.

npm run dev

Live here

Pay a visit here

Environment Variables

To run this project, you will need to add the Gemini API variables to the .env file.

Get the api key here.

The .env file should look something like this :

VITE_apikey = YOUR_API_KEY

PS: Please don't use the existing API_KEY. Create a new one.

Authors