This project is a clone of Google's AI bot, Gemini, developed using the Gemini API and React.
-
Clone the repository:
git clone https://github.com/yourusername/gemini-clone-app.gitcd gemini-clone-app -
Install dependencies:
npm installnpm install @google/generative-ai -
Start the development server
npm start
Interact with the AI bot by inputting standard or your own text queries and receiving responses from the Gemini API.