Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.86 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.86 KB

Gemini Clone

Gemini Clone is a project aimed at replicating the functionality of Gemini, powered by the Google Gemini API, using React and CSS.

Table of Contents

Introduction

This project introduces a React-based web application that functions as a clone of the Google Gemini AI chatbot. It provides a user-friendly interface for interacting with the powerful Gemini model, allowing you to ask questions and receive informative responses in a conversational manner.

Features

Core Features

  • Chat Interface: Provides a dedicated interface for interacting with the Gemini model in a conversational style.
  • Simulated Typing Effect: Enhances the user experience by mimicking a natural typing effect during responses.
  • Google Gemini Integration: Utilizes the capabilities of the Google Gemini model for generating informative responses.

Additional Features

  • React-based Development: Leverages React's efficient component-based approach for building the application.
  • CSS Styling: Employs CSS to style the user interface for visual appeal and usability.

Potential Enhancements

  • Conversation History: Keeps a record of past interactions for reference.
  • Advanced UI Elements: Introduces additional features like emojis, formatting options, or user avatars.
  • Enhanced Functionality: Explores integrating functionalities like image search or language translation.

Installation

  1. Clone the repository:
git clone https://github.com/iamsrikanthnani/gemini.git

step: 2

npm install

step:4 Run locally

npm run dev

Visit localhost:3000 to experience Gemini on your machine.