Gemini Clone
Gemini Clone is a powerful and flexible tool designed to leverage the Gemini API for a wide range of data analysis and visualization tasks. This repository contains the source code, documentation, and examples to help you get started with using the Gemini API effectively.
This project is a clone of Gemini, featuring a customized user interface and integration with the Gemini API. It's built using React.js, HTML, and CSS.
- Gemini-like conversational AI interface
- Custom UI enhancements for improved user experience
- Integration with Gemini API for powerful language model capabilities
- React.js
- HTML5
- CSS3
- Gemini API
Before you begin, ensure you have met the following requirements:
- Node.js (v14.0.0 or later)
- npm (v6.0.0 or later)
- A Gemini API key
- Clone the repository:
- Navigate to the project directory:
cd gemini-clone
- Install the dependencies:
npm install
- Create a
.envfile in the root directory and add your Gemini API key:
GEMINI_API_KEY=your_api_key_here
To run the application in development mode:
Open http://localhost:5173/ to view it in the browser.
To create a production build: This will create a build directory with the production-ready files.
npm run build
Thanks to all the contributors who have helped improve this project