{"id":14955914,"url":"https://github.com/rubyeffect/findface","last_synced_at":"2026-03-05T19:37:24.021Z","repository":{"id":56846476,"uuid":"79448946","full_name":"rubyeffect/findface","owner":"rubyeffect","description":"Ruby Gem for FindFace cloud API  by: http://rubyeffect.com Documentation: ","archived":false,"fork":false,"pushed_at":"2017-06-12T10:20:47.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-07T17:32:25.991Z","etag":null,"topics":["face-detection","face-recognition","findface-cloud-api","rails","ruby-gem"],"latest_commit_sha":null,"homepage":"http://blog.rubyeffect.com/documentation-for-findface-gem/","language":"Ruby","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/rubyeffect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-19T11:58:17.000Z","updated_at":"2017-07-04T12:27:22.000Z","dependencies_parsed_at":"2022-09-09T01:01:55.082Z","dependency_job_id":null,"html_url":"https://github.com/rubyeffect/findface","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubyeffect/findface","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Ffindface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Ffindface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Ffindface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Ffindface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyeffect","download_url":"https://codeload.github.com/rubyeffect/findface/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Ffindface/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017668,"owners_count":26086124,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["face-detection","face-recognition","findface-cloud-api","rails","ruby-gem"],"created_at":"2024-09-24T13:11:59.643Z","updated_at":"2025-10-14T02:08:24.434Z","avatar_url":"https://github.com/rubyeffect.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Findface\n\nBy [Rubyeffect](https://www.rubyeffect.com/).\n\nThis is a ruby gem to provide easy implementation of utilities of [FindFace Cloud API](https://findface.pro/en/). The [FindFace Cloud API](https://findface.pro/en/) offers integration with a face detection, verification, and identification platform. This API enables face comparison, and human detection with coordinates and sizes. REST calls are supported with JSON responses and Token-Based HTTP authentication. FindFace is a Cyprus based software development firm.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'findface'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install findface\n\n## Usage\n\nThe details on usage of \"findface\" gem are present at: `http://blog.rubyeffect.com/category/findface/`. If you wish to see Findface's API documentation, please visit the url: `https://findface.pro/en/docs.html`\n\n1. Add gem to your application’s Gemfile\n\n    gem 'findface'\n\n2. Set the API key in initializer file by creating it (config/initializers/findface.rb)\n\n    Findface.api_key = 'YOUR-API-KEY'\n\n3. Start using the gem 🙂\n\n## Documentation\n\n1. [Findface Gem Introduction](http://blog.rubyeffect.com/documentation-for-findface-gem/)\n2. [Findface Face Module Endpoints](http://blog.rubyeffect.com/findface-gem-face-module-endpoints/)\n3. [Findface Gallery Module Endpoints](http://blog.rubyeffect.com/findface-gem-gallery-module-endpoints/)\n4. [Findface Utility Module Endpoints](http://blog.rubyeffect.com/findface-gem-utility-module-endpoints/)\n5. [Findface Gem – Endpoints supporting Paginated results](http://blog.rubyeffect.com/findface-gem-endpoints-supporting-paginated-results/)\n\n## TODO\n\n1. Addition of any new endpoints with respect to Findface Cloud API latest changelog.\n2. Support for ruby versions \u003c 2.2.2 .\n3. Writing more test cases.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\n### Running tests\n\nTo the run tests get key from `https://saas.findface.pro/account/dashboard` then run:\n\n```console\n$ env FINDFACE_API_KEY='\u003cYOUR-API-KEY\u003e' rspec\n```\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/findface. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Authored by\n\nSandeep Mallela a.k.a Sam (sandeep@rubyeffect.com)\n\n## About RubyEffect\n\n\u003ca href=\"http://www.rubyeffect.com\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://scontent.fhyd2-1.fna.fbcdn.net/v/t1.0-9/11201852_981564441856663_1789938874051519220_n.pnghttps://scontent.fhyd2-1.fna.fbcdn.net/v/t1.0-9/11201852_981564441856663_1789938874051519220_n.png?oh=9157db693c46360436e9bbe4ae89108d\u0026oe=59E8DFD8\" alt=\"RubyEffect\"\u003e\n\u003c/a\u003e\n\nRubyEffect builds intuitive, live and elegant software that solves real world problems. We love open source and it's community.\n\nLiked this gem? You may also like the articles we post on our [blog](http://blog.rubyeffect.com). Please do check\n\nWe would love to work on your ideas and see them grow. Say hello @ http://rubyeffect.com/contact\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyeffect%2Ffindface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyeffect%2Ffindface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyeffect%2Ffindface/lists"}