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.
- Host: GitHub
- URL: https://github.com/aburraq/gemini-gemini
- Owner: Aburraq
- Created: 2024-05-30T16:54:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T19:45:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T15:51:30.859Z (about 1 year ago)
- Topics: ai, artificial-intelligence, contextapi, css, javascript, react, software-development
- Language: JavaScript
- Homepage: https://gemini-gemini.vercel.app
- Size: 552 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.