{"id":19573353,"url":"https://github.com/tohrusky/final2x-core","last_synced_at":"2025-06-22T02:38:13.491Z","repository":{"id":176538523,"uuid":"656809326","full_name":"Tohrusky/Final2x-core","owner":"Tohrusky","description":"core for Final2x","archived":false,"fork":false,"pushed_at":"2024-12-14T17:28:54.000Z","size":945,"stargazers_count":84,"open_issues_count":0,"forks_count":18,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-24T18:04:53.303Z","etag":null,"topics":["artificial-intelligence","ccrestoration","computer-vision","cross-platform","image-processing","low-level-vision","ncnn","opencv","python3","pytorch","super-resolution"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tohrusky.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-06-21T17:26:00.000Z","updated_at":"2025-05-15T08:58:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"34cf8473-abfb-4344-b135-8b3657ccddeb","html_url":"https://github.com/Tohrusky/Final2x-core","commit_stats":null,"previous_names":["tohrusky/final2x-core","final2x/final2x-core"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Tohrusky/Final2x-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tohrusky%2FFinal2x-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tohrusky%2FFinal2x-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tohrusky%2FFinal2x-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tohrusky%2FFinal2x-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tohrusky","download_url":"https://codeload.github.com/Tohrusky/Final2x-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tohrusky%2FFinal2x-core/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261225982,"owners_count":23127233,"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":["artificial-intelligence","ccrestoration","computer-vision","cross-platform","image-processing","low-level-vision","ncnn","opencv","python3","pytorch","super-resolution"],"created_at":"2024-11-11T06:33:29.241Z","updated_at":"2025-06-22T02:38:08.479Z","avatar_url":"https://github.com/Tohrusky.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Final2x-core\n\n![MacOS x64](https://img.shields.io/badge/Support-MacOS%20x64-blue?logo=Apple\u0026style=flat-square)\n![MacOS arm64](https://img.shields.io/badge/Support-MacOS%20arm64-blue?logo=Apple\u0026style=flat-square)\n![Windows x64](https://img.shields.io/badge/Support-Windows%20x64-blue?logo=Windows\u0026style=flat-square)\n![Windows arm64](https://img.shields.io/badge/Support-Windows%20arm64-blue?logo=Windows\u0026style=flat-square)\n![Linux x64](https://img.shields.io/badge/Support-Linux%20x64-blue?logo=Linux\u0026style=flat-square)\n![Linux arm64](https://img.shields.io/badge/Support-Linux%20arm64-blue?logo=Linux\u0026style=flat-square)\n[![codecov](https://codecov.io/gh/Tohrusky/Final2x-core/branch/main/graph/badge.svg?token=B2TNKYN4O4)](https://codecov.io/gh/Tohrusky/Final2x-core)\n[![CI-test](https://github.com/Tohrusky/Final2x-core/actions/workflows/CI-test.yml/badge.svg)](https://github.com/Tohrusky/Final2x-core/actions/workflows/CI-test.yml)\n[![pip-test](https://github.com/Tohrusky/Final2x-core/actions/workflows/pip-test.yml/badge.svg)](https://github.com/Tohrusky/Final2x-core/actions/workflows/pip-test.yml)\n[![Release](https://github.com/Tohrusky/Final2x-core/actions/workflows/Release.yml/badge.svg)](https://github.com/Tohrusky/Final2x-core/actions/workflows/Release.yml)\n[![PyPI version](https://badge.fury.io/py/Final2x-core.svg)](https://badge.fury.io/py/Final2x-core)\n![GitHub](https://img.shields.io/github/license/Tohrusky/Final2x-core)\n\nFinal2x-core is a cross-platform image super-resolution CLI tool for [Final2x](https://github.com/Tohrusky/Final2x). If you have any questions, please raise an issue [in this repository](https://github.com/Tohrusky/Final2x).\n\n### Install\n\nDownload in [Release](https://github.com/Tohrusky/Final2x-core/releases) or use pip to install (Linux User).\n\nMake sure you have Python \u003e= 3.9 and PyTorch \u003e= 1.13 installed\n\n```shell\npip install Final2x-core\n```\n\n### cli\n\n```shell\nusage: Final2x-core [-h] [-b BASE64] [-j JSON] [-y YAML] [-l] [-n]\n\nwhen para is not specified, the config.yaml file in the directory will be read automatically\n\noptions:\n  -h, --help            show this help message and exit\n  -b BASE64, --BASE64 BASE64\n                        base64 string for config json\n  -j JSON, --JSON JSON  JSON string for config\n  -y YAML, --YAML YAML  yaml config file path\n  -l, --LOG             save log\n  -n, --NOTOPENFOLDER   don't open output folder\n```\n\n### Config\n\nRefer to config.yaml which generated by the following command:\n\n```shell\nmake gen\n```\n\n### Reference\n\nThe following references were used in the development of this project:\n\nAfter v3.0.0, ncnn will be deprecated, and the project will use ccrestoration(PyTorch) as the algorithm implementation.\n\n- [ccrestoration](https://github.com/TensoRaws/ccrestoration)\n- [PyTorch](https://github.com/pytorch/pytorch)\n\n---\n\n- [ncnn](https://github.com/Tencent/ncnn)\n- [nihui/realcugan-ncnn-vulkan](https://github.com/nihui/realcugan-ncnn-vulkan)\n- [xinntao/Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan)\n- [nihui/waifu2x-ncnn-vulkan](https://github.com/nihui/waifu2x-ncnn-vulkan)\n- [realcugan-ncnn-py](https://github.com/Tohrusky/realcugan-ncnn-py)\n- [realesrgan-ncnn-py](https://github.com/Tohrusky/realesrgan-ncnn-py)\n- [waifu2x-ncnn-py](https://github.com/Tohrusky/waifu2x-ncnn-py)\n\n### License\n\nThis project is licensed under the BSD 3-Clause - see\nthe [LICENSE file](https://github.com/Tohrusky/Final2x-core/blob/main/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftohrusky%2Ffinal2x-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftohrusky%2Ffinal2x-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftohrusky%2Ffinal2x-core/lists"}