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

https://github.com/aburraq/gemini-gemini

I created a chatbot using gemini api with react. It's gemini of gemini.
https://github.com/aburraq/gemini-gemini

ai artificial-intelligence contextapi css javascript react software-development

Last synced: about 1 year ago
JSON representation

I created a chatbot using gemini api with react. It's gemini of gemini.

Awesome Lists containing this project

README

          

# Chatbot - Gemini of Gemini App

This project is a clone of Google's AI bot, Gemini, developed using the Gemini API and React.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)

## Installation

1. Clone the repository:

``git clone https://github.com/yourusername/gemini-clone-app.git``
``cd gemini-clone-app``

2. Install dependencies:
``npm install``
``npm install @google/generative-ai``

4. Start the development server
``npm start``

## Usage

Interact with the AI bot by inputting standard or your own text queries and receiving responses from the Gemini API.