{"id":21836765,"url":"https://github.com/bes-dev/random_face","last_synced_at":"2025-07-27T07:07:31.823Z","repository":{"id":40473689,"uuid":"356276398","full_name":"bes-dev/random_face","owner":"bes-dev","description":"A simple python library for fast image generation of people who do not exist.","archived":false,"fork":false,"pushed_at":"2024-12-17T14:23:24.000Z","size":1633,"stargazers_count":182,"open_issues_count":5,"forks_count":19,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-05-23T13:22:54.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/random-face/","language":"Python","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/bes-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-09T13:13:58.000Z","updated_at":"2025-04-15T07:58:26.000Z","dependencies_parsed_at":"2024-12-25T06:12:02.947Z","dependency_job_id":"49be6bb1-0f18-4377-9282-2bf77a53fbf4","html_url":"https://github.com/bes-dev/random_face","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bes-dev/random_face","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bes-dev%2Frandom_face","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bes-dev%2Frandom_face/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bes-dev%2Frandom_face/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bes-dev%2Frandom_face/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bes-dev","download_url":"https://codeload.github.com/bes-dev/random_face/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bes-dev%2Frandom_face/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267320254,"owners_count":24068527,"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-07-27T02:00:11.917Z","response_time":82,"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":[],"created_at":"2024-11-27T20:42:40.256Z","updated_at":"2025-07-27T07:07:31.782Z","avatar_url":"https://github.com/bes-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random Face\n\nA simple python library for fast image generation of people who do not exist.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"res/faces.jpeg\"/\u003e\n\u003c/p\u003e\n\n[![Downloads](https://pepy.tech/badge/random-face)](https://pepy.tech/project/random-face)\n[![Downloads](https://pepy.tech/badge/random-face/month)](https://pepy.tech/project/random-face)\n[![Downloads](https://pepy.tech/badge/random-face/week)](https://pepy.tech/project/random-face)\n\n\nFor more details, please refer to the [paper](https://arxiv.org/abs/2104.04767).\n\n## Requirements\n\n* Linux, Windows, MacOS\n* Python 3.8.+\n* CPU compatible with OpenVINO.\n\n## Install package\n\n```bash\npip install random_face\n```\n\n## Install the latest version\n\n```bash\ngit clone https://github.com/bes-dev/random_face.git\ncd random_face\npip install -r requirements.txt\npython download_model.py\npip install .\n```\n\n## Demo\n\n```bash\npython -m random_face.demo\n```\n\n## Example\n\n```python\nimport cv2\nimport random_face\n\nengine = random_face.get_engine()\nface = engine.get_random_face()\ncv2.imshow(\"face\", face)\ncv2.waitKey()\n```\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ZackPashkin/random_face/blob/master/Generate_faces.ipynb)\n[![Open In Gradio](https://raw.githubusercontent.com/gradio-app/gradio/master/gradio/static/img/logo_inline.png)](https://gradio.app/hub/AK391/MobileStyleGAN.pytorch)\n\n## Citation\n\n\n```\n@misc{belousov2021mobilestylegan,\n      title={MobileStyleGAN: A Lightweight Convolutional Neural Network for High-Fidelity Image Synthesis},\n      author={Sergei Belousov},\n      year={2021},\n      eprint={2104.04767},\n      archivePrefix={arXiv},\n      primaryClass={cs.CV}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-dev%2Frandom_face","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbes-dev%2Frandom_face","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-dev%2Frandom_face/lists"}