{"id":27211784,"url":"https://github.com/amustache/face-aging-webapp","last_synced_at":"2026-01-22T14:37:12.096Z","repository":{"id":242671777,"uuid":"810225906","full_name":"Amustache/Face-Aging-Webapp","owner":"Amustache","description":"Face Aging Webapp, using Flask and Only a Matter of Style","archived":false,"fork":false,"pushed_at":"2024-06-13T12:09:38.000Z","size":2012,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T01:51:13.423Z","etag":null,"topics":["face-aging","face-aging-gan","replicate","shitpost","webapp","webapplication"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Amustache.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":"2024-06-04T09:36:45.000Z","updated_at":"2024-06-28T22:18:33.000Z","dependencies_parsed_at":"2025-04-10T01:54:00.716Z","dependency_job_id":null,"html_url":"https://github.com/Amustache/Face-Aging-Webapp","commit_stats":null,"previous_names":["amustache/face-aging-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Amustache/Face-Aging-Webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amustache%2FFace-Aging-Webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amustache%2FFace-Aging-Webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amustache%2FFace-Aging-Webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amustache%2FFace-Aging-Webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amustache","download_url":"https://codeload.github.com/Amustache/Face-Aging-Webapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amustache%2FFace-Aging-Webapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28664656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["face-aging","face-aging-gan","replicate","shitpost","webapp","webapplication"],"created_at":"2025-04-10T01:43:53.922Z","updated_at":"2026-01-22T14:37:12.075Z","avatar_url":"https://github.com/Amustache.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face-Aging-Webapp\n\nFace Aging Webapp, using Flask and Only a Matter of Style.\n\n|                    Before                    |                   After                    |\n|:--------------------------------------------:|:------------------------------------------:|\n| ![demo_before](./static/img/demo_before.png) | ![demo_after](./static/img/demo_after.png) |\n\n## Setup\n\n### Replicate account\n\n- In order to user this, you will need a Replicate account: https://replicate.com/.\n- Then, you will need an API token: https://replicate.com/account/api-tokens.\n\n### Installation\n\nYou need Python 3.12 and Pip.\n\n```bash\n# Clone this repository\ngit clone git@github.com:Amustache/Face-Aging-Webapp.git\n\n# Go into the folder\ncd Face-Aging-Webapp\n\n# Create a virtual environment\npython -m venv env\n\n# Activate said environment\nsource env/bin/activate\n\n# Install dependencies\npip install -r requirements.txt\n\n# Create config file\ncp config.py.dist config.py\n```\n\n### Configuration\n\nEdit the `config.py` file with the following:\n- `SECRET_KEY`: Some random key.\n- `REPLICATE_API_TOKEN`: Your Replicate API token.\n- `UPLOAD_FOLDER`: Where you want the pics to go.\n- `ALLOWED_EXTENSIONS`: What kind of pic you want.\n- `SMTP_SERVER`: Your mail server.\n- `SMTP_PORT`: Your mail server port.\n- `SMTP_USERNAME`: Your mail server username.\n- `SMTP_PASSWORD`: Your mail server password.\n- `SMTP_SENDER`: What the sender will look like.\n- `DEBUG`: `True` if dev, `False` if prod.\n- `DEMO`: `True` to use a dummy picture, `False` to use the camera.\n\n## Usage\n\n- Start the webapp: `python app.py`\n- Access the webapp: \u003chttp://127.0.0.1:5000\u003e\n\n\u003e ⚠️ Note: The first time you use this, the Replicate model may take some time to boot up. It is normal.\n\u003e \n\u003e Learn more here: https://replicate.com/docs/how-does-replicate-work#cold-boots.\n\n## Licenses\n\n- This repository is under GPL-3.0 license.\n    - Said license is available here: https://github.com/Amustache/Face-Aging-Webapp/blob/master/LICENSE.\n    - Code source is available here: https://github.com/Amustache/Face-Aging-Webapp/.\n- Flask is under BSD-3-Clause License.\n    - Said license is available here: https://flask.palletsprojects.com/en/2.3.x/license/.\n    - Code source is available here: https://github.com/pallets/flask.\n- SAM is under MIT license.\n    - Said license is available here: https://github.com/yuval-alaluf/SAM/blob/master/LICENSE.\n    - Code source is available here: https://github.com/yuval-alaluf/SAM.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famustache%2Fface-aging-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famustache%2Fface-aging-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famustache%2Fface-aging-webapp/lists"}