{"id":24783210,"url":"https://github.com/thatlinuxguyyouknow/gemini-code-intepreter","last_synced_at":"2025-03-24T06:28:04.234Z","repository":{"id":245281919,"uuid":"817789439","full_name":"ThatLinuxGuyYouKnow/Gemini-Code-Intepreter","owner":"ThatLinuxGuyYouKnow","description":"Googles Gemini Model with the ability to execute code using a code intepreter","archived":false,"fork":false,"pushed_at":"2024-08-25T23:00:17.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T12:15:58.165Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThatLinuxGuyYouKnow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-06-20T12:51:03.000Z","updated_at":"2024-08-25T23:00:21.000Z","dependencies_parsed_at":"2024-06-25T23:41:16.860Z","dependency_job_id":"643f42e1-4029-43b7-80f3-f144a782b3d8","html_url":"https://github.com/ThatLinuxGuyYouKnow/Gemini-Code-Intepreter","commit_stats":null,"previous_names":["thatlinuxguyyouknow/gemini-code-intepreter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FGemini-Code-Intepreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FGemini-Code-Intepreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FGemini-Code-Intepreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FGemini-Code-Intepreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatLinuxGuyYouKnow","download_url":"https://codeload.github.com/ThatLinuxGuyYouKnow/Gemini-Code-Intepreter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245220539,"owners_count":20579799,"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-01-29T12:16:00.129Z","updated_at":"2025-03-24T06:28:04.212Z","avatar_url":"https://github.com/ThatLinuxGuyYouKnow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gemini-Code-Intepreter\nGoogles Gemini Model with the ability to execute code using a code intepreter using function calling\n# AI Code Interpreter Project\n\nThis project leverages IPython, Vertex AI, and a generative model to interpret and execute Python code within a secure environment. The setup uses environment variables to manage sensitive information securely.\n\n## Features\n\n- **IPython Integration**: Use IPython to manage and execute notebook cells.\n- **Vertex AI Initialization**: Seamlessly integrate with Vertex AI to use generative models.\n- **Secure Execution**: Execute AI-generated code in a sandboxed environment.\n- **Environment Variables**: Manage sensitive data using environment variables.\n\n## Getting Started\n\nFollow these steps to set up and run the project on your local machine.\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- Python 3.x\n- pip (Python package installer)\n\n### Installation\n\n1. Clone the Repository\n\n```bash\ngit clone https://github.com/yourusername/ai-code-interpreter.git\ncd ai-code-interpreter\n```\n\n2. Install Required Packages\n\n``` bash\npip install -r requirements.txt\n```\n\n## Environment Variables\n\ncreate a .env file in the root of this projects directory\n\n```makefile\nPROJECT_ID=*********\nLOCATION=***********\nE2B_API_KEY=***********************\n```\n## Run the application\n\n```bash\npython3 intepreter.py\n```\n\n## Usage\nOnce the application is running, you can enter your prompts to interact with the AI code interpreter.\nFile Structure\n\ninterpreter.py: Main script that sets up and runs the AI code interpreter.\n.env: Environment variables for sensitive data (not included in the repository).\n\nContributing\nContributions are welcome! Please create a pull request or open an issue to discuss any changes or improvements.\nLicense\nThis project is licensed under the MIT License. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatlinuxguyyouknow%2Fgemini-code-intepreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatlinuxguyyouknow%2Fgemini-code-intepreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatlinuxguyyouknow%2Fgemini-code-intepreter/lists"}