{"id":16077896,"url":"https://github.com/emmvs/rails_google_vision_tutorial","last_synced_at":"2026-04-15T17:33:42.187Z","repository":{"id":209637046,"uuid":"724342124","full_name":"emmvs/rails_google_vision_tutorial","owner":"emmvs","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-13T13:37:54.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T06:47:47.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/emmvs.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":"2023-11-27T22:09:14.000Z","updated_at":"2023-12-29T12:48:38.000Z","dependencies_parsed_at":"2024-11-19T04:04:50.219Z","dependency_job_id":null,"html_url":"https://github.com/emmvs/rails_google_vision_tutorial","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.2727272727272727,"last_synced_commit":"94e13ba36e0c8c5e58609fd4b53aca4498e057f1"},"previous_names":["emmvs/rails_google_cloud_vision"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emmvs/rails_google_vision_tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmvs%2Frails_google_vision_tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmvs%2Frails_google_vision_tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmvs%2Frails_google_vision_tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmvs%2Frails_google_vision_tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emmvs","download_url":"https://codeload.github.com/emmvs/rails_google_vision_tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmvs%2Frails_google_vision_tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31853003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-10-09T10:04:56.081Z","updated_at":"2026-04-15T17:33:42.143Z","avatar_url":"https://github.com/emmvs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Cloud Vision API Integration\n\nThis guide will walk you through the process of integrating the Google Cloud Vision API with this Rails application\n\n## Prerequisites\n\nBefore you begin, ensure you have the following:\n\n- Ruby and Rails installed on your system.\n- A Google Cloud account with billing enabled.\n- Access to the Google Cloud Console.\n\n## Getting Started\n\n### Step 1: Clone this Repository\n\nClone the rails_google_vision_tutorial repository to your local machine:\n\n```bash\ngit clone git@github.com:emmvs/rails_google_vision_tutorial.git\ncd rails_google_vision_tutorial\n```\n\n### Step 2: Set Up Google Cloud Vision API\n- Create a Google Cloud Project: Go to the Google Cloud Console and create a new project\n- Enable the Vision API: Navigate to \"APIs \u0026 Services\" \u003e \"Dashboard\" and enable the Vision API for your project\n- Create API Key: Go to \"Credentials\" and create an API key for accessing the Vision API\n\n### Step 3: Configure the Application\n## Environment Variables:\n- Create a .env file in the root of the project\n- Add the Google API key to the .env file:\n- Copy this code and put your API key:\n```bash\nGOOGLE_API_KEY=your_api_key_here\n```\n\n- Ensure the .env file is added to .gitignore\n- Install Dependencies:\n- Run bundle install to install required gems\n\n### Step 4: Running the Application\n- Start the Rails Server\n- Use the command rails server to start the application\n- Open a web browser and navigate to http://localhost:3000 to access the application.\n\n### Usage\n- How to send an image URL to the API\n- Interpreting the response from the API\n- Any application-specific features or functionalities\n\n### Additional Resources\n- [Google Cloud Vision API Documentation]([url](https://cloud.google.com/vision/docs)https://cloud.google.com/vision/docs)\n- [Rails Documentation]([url](https://guides.rubyonrails.org/)https://guides.rubyonrails.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmvs%2Frails_google_vision_tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmvs%2Frails_google_vision_tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmvs%2Frails_google_vision_tutorial/lists"}