{"id":22920865,"url":"https://github.com/capricorncd/gemini-chat-google-ai","last_synced_at":"2025-10-19T03:51:50.486Z","repository":{"id":212944289,"uuid":"732661571","full_name":"capricorncd/gemini-chat-google-ai","owner":"capricorncd","description":"Chat demo developed using Google AI Gemini API","archived":false,"fork":false,"pushed_at":"2025-02-04T15:00:04.000Z","size":629,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T03:09:14.364Z","etag":null,"topics":["ai","chatbot","gemini","gemini-api","google","google-ai","google-generativeai","python3","vue3","vutify"],"latest_commit_sha":null,"homepage":"","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/capricorncd.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}},"created_at":"2023-12-17T12:39:52.000Z","updated_at":"2025-02-04T15:00:08.000Z","dependencies_parsed_at":"2024-02-04T14:27:43.010Z","dependency_job_id":"817aa973-4517-4e71-8062-a30682403fe7","html_url":"https://github.com/capricorncd/gemini-chat-google-ai","commit_stats":null,"previous_names":["capricorncd/chat-google-gemini","capricorncd/gemini-chat-google-ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capricorncd%2Fgemini-chat-google-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capricorncd%2Fgemini-chat-google-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capricorncd%2Fgemini-chat-google-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capricorncd%2Fgemini-chat-google-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capricorncd","download_url":"https://codeload.github.com/capricorncd/gemini-chat-google-ai/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253815360,"owners_count":21968611,"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":["ai","chatbot","gemini","gemini-api","google","google-ai","google-generativeai","python3","vue3","vutify"],"created_at":"2024-12-14T07:17:14.726Z","updated_at":"2025-10-19T03:51:45.462Z","avatar_url":"https://github.com/capricorncd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gemini-chat-google-ai\n\n\u003ca href=\"https://ai.google.dev/\" target=\"_blank\" title=\"GEMINI\"\u003e\u003cimg src=\"./gemini.svg\" width=\"200\" /\u003e\u003c/a\u003e\n\nChat demo developed using Google AI Gemini API. https://ai.google.dev/\n\n![chat-google-gemini](./ui.png)\n\n## Setup\n\n### Create and enable virtual environments\n\n```bash\n# create\npython -m venv .venv\n\n# enable\n# Mac\nsource .venv/bin/activate\n# Windows\n.venv\\Scripts\\activate\n\n# Mac log\n(.venv) (base) username@PC-name folder-name\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eor VSCode settings\u003c/summary\u003e\n\nCreate or update `.vscode/settings.json`\n\n```json\n{\n  \"python.terminal.activateEnvironment\": true\n}\n```\n\u003c/details\u003e\n\n### Install dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### Create `.env` file\n\ncopy `.env.example` and rename, or create new `.env` file\n\n```\n# Google api key\nGOOGLE_API_KEY=ai_api_key_xxxxxxx\n```\n\n### Start service\n\n```bash\nuvicorn main:app --reload\n```\n\n## Code Style\n\n```bash\nnpx eslint . --fix --ext .js,.vue\n```\n\n## Other\n\nhttps://vuejs.org/\n\nhttps://vuetifyjs.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapricorncd%2Fgemini-chat-google-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapricorncd%2Fgemini-chat-google-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapricorncd%2Fgemini-chat-google-ai/lists"}