{"id":27627162,"url":"https://github.com/indiedev2003/akira-ai","last_synced_at":"2025-04-23T13:53:18.431Z","repository":{"id":288700130,"uuid":"968942452","full_name":"IndieDev2003/akira-ai","owner":"IndieDev2003","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-19T03:21:35.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T11:47:34.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://akira-ai-two.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IndieDev2003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-19T03:21:00.000Z","updated_at":"2025-04-19T03:23:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ce7a6e3-20db-43c8-80e8-bd651f4a7015","html_url":"https://github.com/IndieDev2003/akira-ai","commit_stats":null,"previous_names":["indiedev2003/akira-ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieDev2003%2Fakira-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieDev2003%2Fakira-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieDev2003%2Fakira-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieDev2003%2Fakira-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndieDev2003","download_url":"https://codeload.github.com/IndieDev2003/akira-ai/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250444156,"owners_count":21431590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-23T13:53:17.966Z","updated_at":"2025-04-23T13:53:18.424Z","avatar_url":"https://github.com/IndieDev2003.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://github.com/user-attachments/assets/fe0d6fcd-8f52-4bac-adce-d3351fbb0af7\" alt=\"google-gemini-icon\" height=\"70\"\u003e\n\n# Gemini Clone\n\n![GitHub Created At](https://img.shields.io/github/created-at/RanitManik/Gemini-Clone)\n![GitHub repo size](https://img.shields.io/github/repo-size/RanitManik/Gemini-Clone)\n![GitHub Discussions](https://img.shields.io/github/discussions/RanitManik/Gemini-Clone)\n![GitHub License](https://img.shields.io/github/license/RanitManik/Gemini-Clone)\n![GitHub forks](https://img.shields.io/github/forks/RanitManik/Gemini-Clone?style=default)\n![GitHub stars](https://img.shields.io/github/stars/RanitManik/Gemini-Clone?style=default)\n\u003cbr/\u003e\n![Vercel Deploy status](https://deploy-badge.vercel.app/vercel/Gemini-Clone)\n![wakatime](https://wakatime.com/badge/github/RanitManik/Gemini-Clone.svg)\n\n\u003c/div\u003e\n\nGemini Clone is a React-based project designed to replicate the functionality of the Google Gemini AI chatbot, leveraging the Google Gemini API for enhanced conversational interactions.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n    - [Core Features](#core-features)\n    - [Additional Features](#additional-features)\n    - [Potential Enhancements](#potential-enhancements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Acknowledgment](#acknowledgment)\n\n## Introduction\n\nGemini Clone is a web application built using React that emulates the Google Gemini AI chatbot. The application offers a user-friendly interface to interact with the Gemini model, enabling users to ask questions and receive informative, conversational responses.\n\n## Features\n\n### Core Features\n\n- **Interactive Chat Interface:** A sleek and responsive chat interface to facilitate seamless interaction with the Gemini model.\n- **Simulated Typing Effect:** Mimics natural typing to enhance the conversational experience.\n- **Google Gemini API Integration:** Leverages the Google Gemini API to generate accurate and informative responses.\n\n### Additional Features\n\n- **React Framework:** Utilizes the power of React's component-based architecture for efficient and maintainable code.\n- **CSS Styling:** Custom CSS for an aesthetically pleasing and user-friendly interface design.\n\n### Potential Enhancements\n\n- **Conversation History:** Logs previous interactions for easy reference and continuity in conversations.\n- **Rich UI Elements:** Adds advanced UI elements such as emojis, text formatting options, and user avatars to enrich the chat experience.\n- **Extended Functionality:** Plans to incorporate features like image search, language translation, and more to enhance the chatbot’s capabilities.\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/RanitManik/Gemini-Clone.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd Gemini-Clone\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Create a `.env.local` file in the root of the project and add your Google Gemini API key:\n\n   ```plaintext\n   GEMINI_API_KEY=\"YOUR_GEMINI_API_KEY\"\n   ```\n\n5. Start the development server:\n\n   ```bash\n   vite\n   ```\n\n## Usage\n\nAfter installation, open your browser and navigate to `http://localhost:5173/` to access the Gemini Clone application. You can start interacting with the Gemini model through the chat interface provided.\n\n## Contributing\n\nWe welcome contributions to enhance the Gemini Clone project. To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix:\n\n   ```bash\n   git checkout -b feature-name\n   ```\n\n3. Make your changes and commit them with clear and descriptive messages.\n4. Push your changes to your fork:\n\n   ```bash\n   git push origin feature-name\n   ```\n\n5. Create a pull request to the main repository, detailing the changes and enhancements you have made.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgment\n\nSpecial thanks to **[GreatStack](https://www.youtube.com/@GreatStackDev)** for his [Gemini Clone tutorial](https://youtu.be/0yboGn8errU?feature=shared) that served as a valuable reference for this project.\n\nIt's also essential to acknowledge **Google** for providing their free Gemini APIs and **vercel** for providing their free-of-cost hosting plans, which greatly contributed to the success of this project. Their support has been invaluable.\n\nLastly, I want to thank the open source community for all their support.\n\n---\n\n\u003cp align=\"center\"\u003eThank you for exploring the \u003cstrong\u003eGoogle Gemini Clone\u003c/strong\u003e! Happy coding! 🚀\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiedev2003%2Fakira-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findiedev2003%2Fakira-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiedev2003%2Fakira-ai/lists"}