Skip to content

A simple project that showcases the power of the Gemini pro in creating a stripped-down, text-based chatbot experience. Inspired by the simplicity and efficiency of ChatGPT, this project aims to provide a lightweight and easy-to-use interface for interacting with a basic chatbot.

License

Notifications You must be signed in to change notification settings

adnangif/chatgpt_clone

Repository files navigation


Logo

A Chatbot made using Gemini Pro

This is a Chatbot made to replicate the look and feel of the ChatGPT website. It uses the Gemini pro which is a powerful LLM, being developed by Google.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

A simple project that showcases the power of the Gemini pro in creating a stripped-down, text-based chatbot experience. Inspired by the simplicity and efficiency of ChatGPT, this project aims to provide a lightweight and easy-to-use interface for interacting with a basic chatbot.

chatGPT clone demo chatGPT clone demo

(back to top)

Built With

  • React TailwindCSS TypeScript Vite GitHub Actions

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Nodejs is installed in your system

Installation

  1. Get a free API Key HERE
  2. Clone the repo
    git clone https://github.com/adnangif/chatgpt_clone.git
  3. Install NPM packages
    npm install
  4. Enter your API in .env
     VITE_GEMINI_API_KEY=asdfasdaeriodscj
    

(back to top)

Usage

Visit the Demo site for a look. All the features and behaviours are designed to resemble ChatGPT. Write query and Gemini Pro will return response shortly.

(back to top)

Roadmap

  • Chat with the AI
  • UI closely resembles ChatGPT
  • Text streaming like ChatGPT
  • Handle and show errors when Gemini Pro fails to Generate output
  • The AI remembers the previous chats
  • Add backend and sessions
  • AI can reply based on previously sent queries
  • Make the responses visually identical to ChatGPT

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
FOR MORE INFORMATION ON HOW TO CONTRIBUTE, CLICK HERE

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Muhammad Fahim - [email protected]

Project Link: https://github.com/adnangif/chatgpt_clone

(back to top)

About

A simple project that showcases the power of the Gemini pro in creating a stripped-down, text-based chatbot experience. Inspired by the simplicity and efficiency of ChatGPT, this project aims to provide a lightweight and easy-to-use interface for interacting with a basic chatbot.

Topics

Resources

License

Stars

Watchers

Forks