Skip to content

A simple web application that integrates Google Gemini API in responding to prompts.

Notifications You must be signed in to change notification settings

Fidelisaboke/gemini-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Gemini Chatbot

GitHub Created At GitHub last commit (branch)

A simple, web-based, generative AI application featuring a chatbot built using the Google Gemini API.

Project Stack

This project was built with HTML, CSS and JavaScript.

Getting Started

Requirements

Installation Instructions

  1. Clone the repository:
git clone https://github.com/Fidelisaboke/gemini-chatbot.git
cd gemini-chatbot
  1. Install the required packages:
npm install
  1. Create the .env file: The project requires an .env file which can be created by copying the .env.example file provided.
cp .env.example .env
  1. Set up the environment: Update the variables present in the .env file. For further instructions on how to obtain your own API key, visit: Get a Gemini API Key

  2. Start the server:

node server.js

Basic Usage

Open client/index.html in your web browser. This will render the web application.

Acknowledgements

I would like to thank the creators of the following resources:

About

A simple web application that integrates Google Gemini API in responding to prompts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published