{"id":15142605,"url":"https://github.com/tetherone/facerecognition","last_synced_at":"2026-02-17T08:33:58.391Z","repository":{"id":256978889,"uuid":"856966666","full_name":"TetherOne/FaceRecognition","owner":"TetherOne","description":"Facial recognition service, integration with AI from Tevian.ru","archived":false,"fork":false,"pushed_at":"2024-09-16T11:40:30.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T04:11:18.459Z","etag":null,"topics":["docker","fastapi","postgresql","pydantic","sqlalchemy"],"latest_commit_sha":null,"homepage":"","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/TetherOne.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-09-13T14:47:35.000Z","updated_at":"2024-09-16T11:40:33.000Z","dependencies_parsed_at":"2024-11-01T12:41:39.609Z","dependency_job_id":"0adfe20b-b378-48a1-a93c-63ac5fb9bac2","html_url":"https://github.com/TetherOne/FaceRecognition","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":"0.024390243902439046","last_synced_commit":"adc97824547a4d7b2b474fb4f9f3dd4806fa537b"},"previous_names":["tetherone/face-recognition","tetherone/facerecognition"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TetherOne/FaceRecognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetherOne%2FFaceRecognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetherOne%2FFaceRecognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetherOne%2FFaceRecognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetherOne%2FFaceRecognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TetherOne","download_url":"https://codeload.github.com/TetherOne/FaceRecognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetherOne%2FFaceRecognition/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269857467,"owners_count":24486392,"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-08-11T02:00:10.019Z","response_time":75,"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":["docker","fastapi","postgresql","pydantic","sqlalchemy"],"created_at":"2024-09-26T09:43:05.918Z","updated_at":"2025-10-16T05:17:44.444Z","avatar_url":"https://github.com/TetherOne.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Сервис по распознованию лиц\n\n## Функционал\n- GET http://127.0.0.1:8015/api/v1/tasks - просмотр списка заданий\n- GET http://127.0.0.1:8015/api/v1/tasks/{task_id} - просмотр заданий по id\n- CREATE http://127.0.0.1:8015/api/v1/tasks/create - создание задания\n- DELETE http://127.0.0.1:8015/api/v1/tasks/{task_id}/delete - удаление задание по id\n- CREATE http://127.0.0.1:8015/api/v1/tasks/{task_id}/add-image/ - добавление изображения к заданию, передается название и изображение\n\n## Запуск проекта\n#### 1. Клонируйте репозиторий\n```\ngit clone https://github.com/TetherOne/FaceRecognition.git\n```\n#### 2. Укажите переменные окружения в папке envs\n```\n- файл app.env\nTEVIAN__DB__URL=\nTEVIAN__SERVICE__URL=\nTEVIAN__SERVICE__TOKEN=\n\n- файл db.env\nPOSTGRES_DB=\nPOSTGRES_USER=\nPOSTGRES_PASSWORD=\n```\n#### 3. В случае, если вы хотите изменять и коммитить изменения проекта - используйте pre-commit\n```\npip install pre-commit\npre-commit install\n```\n#### 4. Соберите проект\n```\ndocker-compose build\ndocker-compose up\n```\nВ случае ошибки ниже, заменить порты сервисов в docker-compose.yaml, например, с \"5430:5432\" на \"5445:5432\"\n```\nGracefully stopping... (press Ctrl+C again to force)\nError response from daemon: driver failed programming external connectivity on endpoint\nface-recognition-db (e8c24ee790458791d4a3151f4fd8667bd3827f647afe532da66d4748d1f76efd):\nlisten tcp4 0.0.0.0:5430: bind: address already in use\n```\n#### 5. Перейдите в браузер по ссылке:\n```\nhttp://127.0.0.1:8015/docs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetherone%2Ffacerecognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetherone%2Ffacerecognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetherone%2Ffacerecognition/lists"}