{"id":34757388,"url":"https://github.com/machinebox/faceboxtools","last_synced_at":"2026-04-21T11:39:18.050Z","repository":{"id":57580612,"uuid":"95010155","full_name":"machinebox/faceboxtools","owner":"machinebox","description":"Tools in Go for facebox, so you can quickly teach and tag based on folders","archived":false,"fork":false,"pushed_at":"2018-06-22T18:43:00.000Z","size":1337,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-23T02:45:27.975Z","etag":null,"topics":["facebox","facial-recognition","go","machine-learning","machinebox","tools"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/machinebox.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}},"created_at":"2017-06-21T13:59:52.000Z","updated_at":"2018-11-07T15:55:38.000Z","dependencies_parsed_at":"2022-09-16T17:10:35.446Z","dependency_job_id":null,"html_url":"https://github.com/machinebox/faceboxtools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/machinebox/faceboxtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinebox%2Ffaceboxtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinebox%2Ffaceboxtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinebox%2Ffaceboxtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinebox%2Ffaceboxtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machinebox","download_url":"https://codeload.github.com/machinebox/faceboxtools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinebox%2Ffaceboxtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32090795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["facebox","facial-recognition","go","machine-learning","machinebox","tools"],"created_at":"2025-12-25T05:47:01.415Z","updated_at":"2026-04-21T11:39:18.038Z","avatar_url":"https://github.com/machinebox.png","language":"Go","readme":"# facebox Tools\n\nThese are some little tools for [facebox](https://machinebox.io/docs/facebox), that can help you to teach or check based on images on your filesystem. Visit https://machinebox.io to get a key and run facebox on your machine.\n\n## faceboxteach\n\n`faceboxteach` is a tool that walks a directory structure teaching each\nimage file.\n\nTo install it:\n```\n$ go get github.com/machinebox/faceboxtools/faceboxteach\n```\n\nThe folder name should be the `name` of the person, and the filenames will become\nthe `id` in facebox.\n\n```\n├── George_Harrison\n│   ├── george1.jpg\n│   ├── george2.jpg\n│   └── george3.jpg\n├── John_Lennon\n│   ├── john1.jpg\n│   ├── john2.jpg\n│   └── john3.jpg\n├── Paul_McCartney\n│   ├── paul1.jpg\n│   ├── paul2.jpg\n│   ├── paul3.jpg\n│   ├── paul4.jpg\n│   └── paul5.jpg\n└── Ringo_Starr\n    ├── ringo1.jpg\n    ├── ringo2.jpg\n    ├── ringo3.jpg\n    └── ringo4.jpg\n```\n\n* Underscores are translated into spaces for a better experience\n\nTo teach each item in the above structure, you would run:\n\n```\n$ faceboxteach -dir=/path/to/directory -images=.jpg -facebox=http://localhost:8080\n```\n\n* `dir` - (string) Directory to process\n* `images` - (string) Pattern for files to teach (see filepath.Glob)\n* `facebox` - (string) Address of running facebox\n\n\n## faceboxtag\n\n`faceboxtag` is a tool that walks a directory structure and outputs the people that recognise\n\nTo install it:\n```\n$ go get github.com/machinebox/faceboxtools/faceboxtag\n```\n\n```\n├── photos\n│   ├── whoisthis.jpg\n│   ├── unknown.jpg\n│   └── ????.jpg\n```\n\nTo find out who is on the photos, will be on the output\n\n```\n$ faceboxteach -dir=./photos -images=.jpg -facebox=http://localhost:8080\n```\n\n* `dir` - (string) Directory to process\n* `images` - (string) Pattern for files to teach (see filepath.Glob)\n* `facebox` - (string) Address of running facebox\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinebox%2Ffaceboxtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachinebox%2Ffaceboxtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinebox%2Ffaceboxtools/lists"}