claritycore


Nameclaritycore JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryNext-generation Open Source toolkit for low-level vision. Engineered for state-of-the-art performance in image and video restoration, including Super-Resolution, Denoising, Deblurring, and more.
upload_time2025-10-19 20:49:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords computer-vision deblurring denoising image-restoration super-resolution video-restoration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![GitHub Repo stars](https://img.shields.io/github/stars/Bezdarnost/claritycore?style=social)](https://github.com/hiyouga/Bezdarnost/claritycore)
[![Downloads](https://static.pepy.tech/badge/claritycore)](https://pepy.tech/project/claritycore)
[![License Apache 2.0](https://badgen.net/badge/license/apache2.0/blue)](https://github.com/Bezdarnost/claritycore/blob/master/LICENSE)
[![PyPI version](https://badge.fury.io/py/claritycore.svg)](https://pypi.org/project/claritycore/)
<img alt="Python 3.10+" src="https://img.shields.io/badge/python-3.10+-blue">
<a href="hhttps://discord.gg/Zw2kFTruD5"><img alt="Discord" src="https://img.shields.io/discord/1426554369750470658?color=7289da&logo=discord&logoColor=white"></a>

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Bezdarnost/claritycore/main/docs/assets/logo_full.png">
    <img alt="ClarityCore" src="https://raw.githubusercontent.com/Bezdarnost/claritycore/main/docs/assets/logo_full.png" width=100%>
  </picture>
</p>

<h3 align="center">
Easy and fast low-level vision for everyone
</h3>

---

Next-generation Open Source toolkit for low-level vision. Engineered for state-of-the-art performance in image and video pixel2pixel tasks, including Super-Resolution, Denoising, Deblurring, and more.

<div align="center">
  
If you find ClarityCore useful, please consider giving it a star ⭐ and **[Join Discord](https://discord.gg/Zw2kFTruD5)** !

</div>

---

*Latest News* 🚀
- [2025/10] Project start

---

Quickstart (uv)
---------------

1. Ensure you have Python 3.10+ installed.
2. Install `uv` (one-time):

```
curl -LsSf https://astral.sh/uv/install.sh | sh
```

3. Install the project in editable mode with uv:

```
uv pip install -e .
```

4. Run the sample entry point:

```
uv run python -m claritycore
```

Project Status
--------------

This project is in its early stage. APIs and structure will evolve rapidly.

Citation
--------

If you use ClarityCore in your research, please cite:

```
@software{ClarityCore_2025,
          author = {Urumbekov, Aman},
          license = {Apache-2.0},
          month = sep,
          title = {{ClarityCore}},
          url = {https://github.com/Bezdarnost/claritycore},
          year = {2025}
}
```

Urumbekov, A. (2025). ClarityCore: A toolkit for low-level vision. GitHub. https://github.com/bezdarnost/claritycore

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=bezdarnost/claritycore&type=Date)](https://www.star-history.com/#bezdarnost/claritycore&Date)

License
-------

Apache License 2.0. See `LICENSE`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "claritycore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "computer-vision, deblurring, denoising, image-restoration, super-resolution, video-restoration",
    "author": null,
    "author_email": "Aman Urumbekov <amanurumbekov@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6a/89/d7f3e48a721be3fe40bf5113192487cdc9c61537dddb0248dfaf05cddd23/claritycore-0.0.4.tar.gz",
    "platform": null,
    "description": "[![GitHub Repo stars](https://img.shields.io/github/stars/Bezdarnost/claritycore?style=social)](https://github.com/hiyouga/Bezdarnost/claritycore)\n[![Downloads](https://static.pepy.tech/badge/claritycore)](https://pepy.tech/project/claritycore)\n[![License Apache 2.0](https://badgen.net/badge/license/apache2.0/blue)](https://github.com/Bezdarnost/claritycore/blob/master/LICENSE)\n[![PyPI version](https://badge.fury.io/py/claritycore.svg)](https://pypi.org/project/claritycore/)\n<img alt=\"Python 3.10+\" src=\"https://img.shields.io/badge/python-3.10+-blue\">\n<a href=\"hhttps://discord.gg/Zw2kFTruD5\"><img alt=\"Discord\" src=\"https://img.shields.io/discord/1426554369750470658?color=7289da&logo=discord&logoColor=white\"></a>\n\n<p align=\"center\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/Bezdarnost/claritycore/main/docs/assets/logo_full.png\">\n    <img alt=\"ClarityCore\" src=\"https://raw.githubusercontent.com/Bezdarnost/claritycore/main/docs/assets/logo_full.png\" width=100%>\n  </picture>\n</p>\n\n<h3 align=\"center\">\nEasy and fast low-level vision for everyone\n</h3>\n\n---\n\nNext-generation Open Source toolkit for low-level vision. Engineered for state-of-the-art performance in image and video pixel2pixel tasks, including Super-Resolution, Denoising, Deblurring, and more.\n\n<div align=\"center\">\n  \nIf you find ClarityCore useful, please consider giving it a star \u2b50 and **[Join Discord](https://discord.gg/Zw2kFTruD5)** !\n\n</div>\n\n---\n\n*Latest News* \ud83d\ude80\n- [2025/10] Project start\n\n---\n\nQuickstart (uv)\n---------------\n\n1. Ensure you have Python 3.10+ installed.\n2. Install `uv` (one-time):\n\n```\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n3. Install the project in editable mode with uv:\n\n```\nuv pip install -e .\n```\n\n4. Run the sample entry point:\n\n```\nuv run python -m claritycore\n```\n\nProject Status\n--------------\n\nThis project is in its early stage. APIs and structure will evolve rapidly.\n\nCitation\n--------\n\nIf you use ClarityCore in your research, please cite:\n\n```\n@software{ClarityCore_2025,\n          author = {Urumbekov, Aman},\n          license = {Apache-2.0},\n          month = sep,\n          title = {{ClarityCore}},\n          url = {https://github.com/Bezdarnost/claritycore},\n          year = {2025}\n}\n```\n\nUrumbekov, A. (2025). ClarityCore: A toolkit for low-level vision. GitHub. https://github.com/bezdarnost/claritycore\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=bezdarnost/claritycore&type=Date)](https://www.star-history.com/#bezdarnost/claritycore&Date)\n\nLicense\n-------\n\nApache License 2.0. See `LICENSE`.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Next-generation Open Source toolkit for low-level vision. Engineered for state-of-the-art performance in image and video restoration, including Super-Resolution, Denoising, Deblurring, and more.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/Bezdarnost/claritycore",
        "Repository": "https://github.com/Bezdarnost/claritycore"
    },
    "split_keywords": [
        "computer-vision",
        " deblurring",
        " denoising",
        " image-restoration",
        " super-resolution",
        " video-restoration"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4cdc788fcba6aee1593306721004754b6aaf6996c2acb34ddd775ef41caf67f0",
                "md5": "60cd8d32fd68008bfe25fe49b1397fe1",
                "sha256": "fd36f990a3d776cb9b95971da9a8b8ab2861b65e7c44a673372afbaf4f6147c3"
            },
            "downloads": -1,
            "filename": "claritycore-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "60cd8d32fd68008bfe25fe49b1397fe1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 34763,
            "upload_time": "2025-10-19T20:49:46",
            "upload_time_iso_8601": "2025-10-19T20:49:46.224053Z",
            "url": "https://files.pythonhosted.org/packages/4c/dc/788fcba6aee1593306721004754b6aaf6996c2acb34ddd775ef41caf67f0/claritycore-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a89d7f3e48a721be3fe40bf5113192487cdc9c61537dddb0248dfaf05cddd23",
                "md5": "d9db218e555ce9e43f0b342affaaecb3",
                "sha256": "bd05cfcac32cb81f3003dc5b4e1942bf7065a2524e5fe8f68306f9d79ed67d08"
            },
            "downloads": -1,
            "filename": "claritycore-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d9db218e555ce9e43f0b342affaaecb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 377523,
            "upload_time": "2025-10-19T20:49:47",
            "upload_time_iso_8601": "2025-10-19T20:49:47.368854Z",
            "url": "https://files.pythonhosted.org/packages/6a/89/d7f3e48a721be3fe40bf5113192487cdc9c61537dddb0248dfaf05cddd23/claritycore-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-19 20:49:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Bezdarnost",
    "github_project": "claritycore",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "claritycore"
}
        
Elapsed time: 1.86575s