{"id":23955603,"url":"https://github.com/jokerdii/face-app","last_synced_at":"2026-05-12T23:35:33.952Z","repository":{"id":164002787,"uuid":"451145703","full_name":"JoKerDii/face-app","owner":"JoKerDii","description":"Gender identification Flask app integrated with a machine learning model.","archived":false,"fork":false,"pushed_at":"2022-05-11T14:25:34.000Z","size":20056,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T02:12:10.387Z","etag":null,"topics":["flask","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/JoKerDii.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":"2022-01-23T15:26:47.000Z","updated_at":"2022-07-01T22:59:49.000Z","dependencies_parsed_at":"2023-05-24T11:00:10.427Z","dependency_job_id":null,"html_url":"https://github.com/JoKerDii/face-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoKerDii%2Fface-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoKerDii%2Fface-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoKerDii%2Fface-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoKerDii%2Fface-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoKerDii","download_url":"https://codeload.github.com/JoKerDii/face-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240459415,"owners_count":19804726,"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":["flask","machine-learning"],"created_at":"2025-01-06T15:36:44.890Z","updated_at":"2026-05-12T23:35:33.910Z","avatar_url":"https://github.com/JoKerDii.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gender Identification APP\n\nThis is a Flask application integrated with a Machine Learning model for gender identification. This APP can only identify female and male due to the limitation of data. Thank you for your understanding.\n\n## Install Dependencies\n\n```python\npip3 install -r requirements.txt\n```\n\n## Run Flask Locally\n\n```python\npython main.py\n```\n\n## Heroku Deployment Log\n\nPython 3.8.8\n\n```\n$ python --version\n```\n\nCreate `runtime.txt` and `requirements.txt`.\n\n```\n$ echo \"python-3.8.8\" \u003e runtime.txt\n$ pip freeze \u003e requirements.txt\n```\n\nCreate `Procfile`.\n\n `main` corresponds to `main.py`. `app` corresponds to `app = Flask(__name__)`.\n\n```\n$ echo \"web: gunicorn main:app\\nheroku ps:scale web=1\" \u003e Procfile\n```\n\nDownload and install the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-command-line).\n\n```\n$ heroku login\n```\n\nUse Git to clone gender-identification-app's source code to local machine.\n\n```\n$ heroku git:clone -a gender-identification-app \n$ cd gender-identification-app\n```\n\nMake some changes to the code and deploy them to Heroku using Git.\n\n```\n$ git add .\n$ git commit -am \"make it better\"\n$ git push heroku master\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjokerdii%2Fface-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjokerdii%2Fface-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjokerdii%2Fface-app/lists"}