{"id":27417397,"url":"https://github.com/pgmjun/opencv_dog_and_cat_face_detector","last_synced_at":"2026-05-10T02:46:26.251Z","repository":{"id":215115496,"uuid":"738154731","full_name":"PgmJun/opencv_dog_and_cat_face_detector","owner":"PgmJun","description":"detect dog and cat face API Server with OpenCV, FastAPI","archived":false,"fork":false,"pushed_at":"2024-01-03T08:01:32.000Z","size":78,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-01-03T16:27:20.111Z","etag":null,"topics":["dog-face-detect","fastapi","opencv","opencv-cat-face-detector","opencv-dog-face-detector"],"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/PgmJun.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}},"created_at":"2024-01-02T14:57:36.000Z","updated_at":"2024-01-03T12:22:55.000Z","dependencies_parsed_at":"2024-01-02T16:27:01.277Z","dependency_job_id":"0d07f910-28a6-47a6-801b-c89f7a1a69d6","html_url":"https://github.com/PgmJun/opencv_dog_and_cat_face_detector","commit_stats":null,"previous_names":["pgmjun/opencv_dog_and_cat_face_detector"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PgmJun%2Fopencv_dog_and_cat_face_detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PgmJun%2Fopencv_dog_and_cat_face_detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PgmJun%2Fopencv_dog_and_cat_face_detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PgmJun%2Fopencv_dog_and_cat_face_detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PgmJun","download_url":"https://codeload.github.com/PgmJun/opencv_dog_and_cat_face_detector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860440,"owners_count":21173342,"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":["dog-face-detect","fastapi","opencv","opencv-cat-face-detector","opencv-dog-face-detector"],"created_at":"2025-04-14T09:54:59.220Z","updated_at":"2026-05-10T02:46:26.193Z","avatar_url":"https://github.com/PgmJun.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenCV를 활용한 강아지,고양이 얼굴 탐지 API 서버 🐶🐱\nDog and cat face detector api server with OpenCV\n\n### Main Tech\n- Python 3.9\n- FastAPI\n- OpenCV\n- Numpy\n- Uvicorn\n\n\n### Docs\nFastAPI 서버 실행 후, `http://127.0.0.1/docs` 접속\n\nAccess line `http://127.0.0.1/docs` after running FastAPI server\n\n\u003cbr\u003e\n\n---\n\n## 사용 방법 (How to use)\n\n### pip를 최신버전으로 업데이트 (Update pip to latest version)\n```shell\npython -m pip install --upgrade pip\n```\n\n\u003cbr\u003e\n\n### FastAPI 설치 (Install FastAPI)\n```shell\npip install fastapi\n```\n\n\u003cbr\u003e\n\n### Numpy 설치 (Install Numpy)\n```shell\npip install numpy\n```\n\n\u003cbr\u003e\n\n### OpenCV 설치 (Install OpenCV)\n```shell\npip install opencv-python\n```\n\n\u003cbr\u003e\n\n### Uvicorn 설치 (Install Uvicorn)\n```shell\npip install \"uvicorn[standard]\"\n```\nFastAPI로 작성한 프로그램을 작동시키기 위해서는 작동시킬 서버가 필요하다.\n`유비콘(Uvicorn)`은 비동기 호출을 지원하는 파이썬용 웹 서버이며, 이를 사용해서 FastAPI를 실행시킬 수 있다.\n\nTo run a program written with FastAPI, you need a server to run it.\n`Uvicorn` is a web server for Python that supports asynchronous calls, which can be used to run FastAPI.\n\n\u003cbr\u003e\n\n### 서버 실행 (Run server)\n```shell\nuvicorn main:app --reload\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgmjun%2Fopencv_dog_and_cat_face_detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgmjun%2Fopencv_dog_and_cat_face_detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgmjun%2Fopencv_dog_and_cat_face_detector/lists"}