{"id":20616949,"url":"https://github.com/srinivasa-dev/ai-face-generator","last_synced_at":"2025-09-26T14:30:44.212Z","repository":{"id":116549011,"uuid":"602590192","full_name":"srinivasa-dev/ai-face-generator","owner":"srinivasa-dev","description":"An AI flutter App to generate random faces. The Generated faces do not actually exist in real life.","archived":false,"fork":false,"pushed_at":"2023-04-28T14:07:54.000Z","size":71188,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-16T11:22:57.449Z","etag":null,"topics":["ai","ai-face-generator","android","android-application","artificial-intelligence","cross-platform","flutter","flutter-application","ios","ios-application","linux","linux-application","machine-learning","macos","macos-application","ml","open-source","web","web-application","website"],"latest_commit_sha":null,"homepage":"https://srinivasa-dev.github.io/ai-face-generator/","language":"C++","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/srinivasa-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":"2023-02-16T14:33:43.000Z","updated_at":"2024-10-24T06:05:50.000Z","dependencies_parsed_at":"2023-07-13T00:01:35.513Z","dependency_job_id":null,"html_url":"https://github.com/srinivasa-dev/ai-face-generator","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivasa-dev%2Fai-face-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivasa-dev%2Fai-face-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivasa-dev%2Fai-face-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivasa-dev%2Fai-face-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srinivasa-dev","download_url":"https://codeload.github.com/srinivasa-dev/ai-face-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234312670,"owners_count":18812489,"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":["ai","ai-face-generator","android","android-application","artificial-intelligence","cross-platform","flutter","flutter-application","ios","ios-application","linux","linux-application","machine-learning","macos","macos-application","ml","open-source","web","web-application","website"],"created_at":"2024-11-16T11:21:21.480Z","updated_at":"2025-09-26T14:30:37.552Z","avatar_url":"https://github.com/srinivasa-dev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Face Generator\n\nAn AI flutter App to generate random faces. The Generated faces do not actually exist in real life. This app uses the [100k-faces](https://github.com/ozgrozer/100k-faces) API.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/tip.svg\"\u003e\n  \u003cimg alt=\"Tip\" src=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/tip.svg\"\u003e\n\u003c/picture\u003e\u003cbr\u003e\n\n\u003e As the CORS is not enabled for the server used by the API, to run this project on web please use `flutter run -d chrome --web-browser-flag \"--disable-web-security\"` command.\n\n\u003cbr/\u003e\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/issue.svg\"\u003e\n  \u003cimg alt=\"Issue\" src=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/issue.svg\"\u003e\n\u003c/picture\u003e\u003cbr\u003e\n\n\u003e Flutter Web does not produce images since the API server does not have CORS enabled.\n\n### 📥 Check out the app\n\n| OS | Actions                                                                                                                                                            |\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Android   | [![Download apk](https://img.shields.io/badge/Download-apk-green)](https://github.com/srinivasa-dev/ai-face-generator/releases/download/1.2/ai_face_generator.apk) |\n| Web   | [![Open Web](https://img.shields.io/badge/Open-web-orange)](https://srinivasa-dev.github.io/ai-face-generator/)                                                    |\n| Windows | [![Download exe](https://img.shields.io/badge/Download-exe-blue)](https://github.com/srinivasa-dev/ai-face-generator/releases/download/1.2/ai-face-generator.exe)  |\n\n### 📸 Screenshots\n\n| Platform  | Light | Dark |\n|----------|----------|----------|\n| Mobile | \u003cimg src=\"screenshots/mobile_light_ss.png\"\u003e   | \u003cimg src=\"screenshots/mobile_dark_ss.png\"\u003e   |\n| Web | \u003cimg src=\"screenshots/web_light_ss.png\"\u003e   | \u003cimg src=\"screenshots/web_dark_ss.png\"\u003e   |\n| Windows | \u003cimg src=\"screenshots/windows_light_ss.png\"\u003e   | \u003cimg src=\"screenshots/windows_dark_ss.png\"\u003e   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrinivasa-dev%2Fai-face-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrinivasa-dev%2Fai-face-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrinivasa-dev%2Fai-face-generator/lists"}