image-go-nord


Nameimage-go-nord JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/Schrodinger-Hat/ImageGoNord-pip
SummaryA tool to convert any RGB image or video to any theme or color palette input by the user
upload_time2024-04-26 08:33:50
maintainerNone
docs_urlNone
authorSchrodinger Hat
requires_python>=3.5
licenseAGPL-3.0
keywords nordtheme pillow image conversion rgb color-scheme color-palette linux-rice gruvbox catpuccin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ImageGoNord - RGB image and video to any kind of palette or theme

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/image-go-nord)
[![PyPI](https://img.shields.io/pypi/v/image-go-nord)](https://pypi.org/project/image-go-nord/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/Schrodinger-Hat/ImageGoNord-pip/blob/master/LICENSE)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/image-go-nord)

A tool that can convert your rgb images to nordtheme, gruvbox, catpuccin and many more palettes.
Video included.

This repository is a python package.

You can find a demo on [the website](https://ign.schrodinger-hat.it) for testing out the package.
The main repository of this whole project is [ImageGoNord](https://github.com/Schrodinger-Hat/ImageGoNord).

It's including an API layer, in case you'd like to set it up also for your project.

### Documentation

You can find the [documentation into this repository](https://github.com/Schrodinger-Hat/ImageGoNord-pip/tree/master/docs) and also on the website.
If you have any questions, please reach us at us@schrodinger-hat.it

### Inspiration

We are in love with Nordtheme, that is why we created this repository.

Our goal is to make a shortcut to convert anything into any kind of themes, by starting from the images and going to videos.
<br>An example could be an awesome wallpaper converted into the Nordtheme palette.

We checked the commnunity and we did not find anything similar or any project that can accomplish this task. So, here we are.

Of course, we resolved the issue for any kind of palette, theme and it's video supported.

### What you can do with this package

You can convert any image into the nord palette (or others). Here are some examples:

**Original**

[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test.jpg)


**Processed with avg algorithm**

[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-average.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-average.jpg)


-----

**Original**

[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile.jpg)


**Processed with avg algorithm**

[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile-average.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile-average.jpg)


### ImageGoNord with AI - PaletteNet

We implemented the PaletteNet model with PyTorch based on [this implementation](https://github.com/AakritiKinra/PaletteNet-Implementation).
Inside that repository you could find the paper, in case you'd like to develop and train your model.

There is a lot of room for improvement as the shape of the input is reduced to only 6 colors.

Here are some results that you could compare with other. On our point of view, AI model it seems working great with wallpaper.

**Original**

[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile.jpg)

**AI processed - Aurora palette from Nordtheme**

[![Converted](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile-ai-aurora.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile-ai-aurora.jpg)

-----

**Original**

[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/sh.png)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/sh.png)

**AI processed - Nordtheme**

[![Converted](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-sh-ai.png)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-sh-ai.png)

-----

**Original**

[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/valley.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/valley.jpg)

**AI processed - Nordtheme**

[![Converted](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-valley-ai.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-valley-ai.jpg)

-----

You can also convert videos into the nord palette (or others). Here is an example:  
**Original**  

https://github.com/05Alston/ImageGoNord-pip/assets/89850018/76d4c4a6-9660-4a02-9f46-e5f3f6d0147a

**Processed with algorithm**

https://github.com/05Alston/ImageGoNord-pip/assets/89850018/13822280-c019-49b1-92f7-7c658b33a01d

### Core Technical Concepts

We are using the PIL because it is the most simple library and it is very useful when you need to manipulate some images.

Our goal is also to make this project open source and maintainable by the community. We would love to.

*We believe in the open source community.*

### Getting Started

Getting it from PIP

```
pip install image-go-nord
```

Then you can use [some example](https://github.com/Schrodinger-Hat/ImageGoNord-pip/tree/master/docs/example) to getting started properly!

### Contributing
- Follow the contributor guidelines
- Follow the code style / requirements
- Format for commit messages

# Authors

[TheJoin95](https://github.com/TheJoin95) & [Wabri](https://github.com/Wabri)

### License

[AGPLv3 license](https://github.com/Schrodinger-Hat/ImageGoNord-pip/blob/master/LICENSE)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Schrodinger-Hat/ImageGoNord-pip",
    "name": "image-go-nord",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": "nordtheme, pillow, image, conversion, rgb, color-scheme, color-palette, linux-rice, gruvbox, catpuccin",
    "author": "Schrodinger Hat",
    "author_email": "schrodinger.hat.show@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/dd/14618bc875d67de03e7a766ed9dfabcd5e022f7a8a0b597380dad7cde5ea/image-go-nord-1.1.0.tar.gz",
    "platform": null,
    "description": "# ImageGoNord - RGB image and video to any kind of palette or theme\n\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/image-go-nord)\n[![PyPI](https://img.shields.io/pypi/v/image-go-nord)](https://pypi.org/project/image-go-nord/)\n[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/Schrodinger-Hat/ImageGoNord-pip/blob/master/LICENSE)\n[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/image-go-nord)\n\nA tool that can convert your rgb images to nordtheme, gruvbox, catpuccin and many more palettes.\nVideo included.\n\nThis repository is a python package.\n\nYou can find a demo on [the website](https://ign.schrodinger-hat.it) for testing out the package.\nThe main repository of this whole project is [ImageGoNord](https://github.com/Schrodinger-Hat/ImageGoNord).\n\nIt's including an API layer, in case you'd like to set it up also for your project.\n\n### Documentation\n\nYou can find the [documentation into this repository](https://github.com/Schrodinger-Hat/ImageGoNord-pip/tree/master/docs) and also on the website.\nIf you have any questions, please reach us at us@schrodinger-hat.it\n\n### Inspiration\n\nWe are in love with Nordtheme, that is why we created this repository.\n\nOur goal is to make a shortcut to convert anything into any kind of themes, by starting from the images and going to videos.\n<br>An example could be an awesome wallpaper converted into the Nordtheme palette.\n\nWe checked the commnunity and we did not find anything similar or any project that can accomplish this task. So, here we are.\n\nOf course, we resolved the issue for any kind of palette, theme and it's video supported.\n\n### What you can do with this package\n\nYou can convert any image into the nord palette (or others). Here are some examples:\n\n**Original**\n\n[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test.jpg)\n\n\n**Processed with avg algorithm**\n\n[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-average.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-average.jpg)\n\n\n-----\n\n**Original**\n\n[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile.jpg)\n\n\n**Processed with avg algorithm**\n\n[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile-average.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile-average.jpg)\n\n\n### ImageGoNord with AI - PaletteNet\n\nWe implemented the PaletteNet model with PyTorch based on [this implementation](https://github.com/AakritiKinra/PaletteNet-Implementation).\nInside that repository you could find the paper, in case you'd like to develop and train your model.\n\nThere is a lot of room for improvement as the shape of the input is reduced to only 6 colors.\n\nHere are some results that you could compare with other. On our point of view, AI model it seems working great with wallpaper.\n\n**Original**\n\n[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile.jpg)\n\n**AI processed - Aurora palette from Nordtheme**\n\n[![Converted](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile-ai-aurora.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-profile-ai-aurora.jpg)\n\n-----\n\n**Original**\n\n[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/sh.png)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/sh.png)\n\n**AI processed - Nordtheme**\n\n[![Converted](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-sh-ai.png)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-sh-ai.png)\n\n-----\n\n**Original**\n\n[![Original](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/valley.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/valley.jpg)\n\n**AI processed - Nordtheme**\n\n[![Converted](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-valley-ai.jpg)](https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord-pip/master/images/test-valley-ai.jpg)\n\n-----\n\nYou can also convert videos into the nord palette (or others). Here is an example:  \n**Original**  \n\nhttps://github.com/05Alston/ImageGoNord-pip/assets/89850018/76d4c4a6-9660-4a02-9f46-e5f3f6d0147a\n\n**Processed with algorithm**\n\nhttps://github.com/05Alston/ImageGoNord-pip/assets/89850018/13822280-c019-49b1-92f7-7c658b33a01d\n\n### Core Technical Concepts\n\nWe are using the PIL because it is the most simple library and it is very useful when you need to manipulate some images.\n\nOur goal is also to make this project open source and maintainable by the community. We would love to.\n\n*We believe in the open source community.*\n\n### Getting Started\n\nGetting it from PIP\n\n```\npip install image-go-nord\n```\n\nThen you can use [some example](https://github.com/Schrodinger-Hat/ImageGoNord-pip/tree/master/docs/example) to getting started properly!\n\n### Contributing\n- Follow the contributor guidelines\n- Follow the code style / requirements\n- Format for commit messages\n\n# Authors\n\n[TheJoin95](https://github.com/TheJoin95) & [Wabri](https://github.com/Wabri)\n\n### License\n\n[AGPLv3 license](https://github.com/Schrodinger-Hat/ImageGoNord-pip/blob/master/LICENSE)\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "A tool to convert any RGB image or video to any theme or color palette input by the user",
    "version": "1.1.0",
    "project_urls": {
        "Bug Reports": "https://github.com/Schrodinger-Hat/ImageGoNord-pip/issues",
        "Download": "https://github.com/Schrodinger-Hat/ImageGoNord-pip/releases",
        "Homepage": "https://ign.schrodinger-hat.it",
        "Source": "https://github.com/Schrodinger-Hat/ImageGoNord-pip"
    },
    "split_keywords": [
        "nordtheme",
        " pillow",
        " image",
        " conversion",
        " rgb",
        " color-scheme",
        " color-palette",
        " linux-rice",
        " gruvbox",
        " catpuccin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec4ff8fac4b5e3be7bd99ea7e5a4d551dc7e9d51a1217987730b8bf1b6bc6d72",
                "md5": "8b805ab9d390a524b1971afafae9da1b",
                "sha256": "d5f2d6a45a6669c55136cfcc6cf2678e0711075179fe9a4af9ba3e79ac459b15"
            },
            "downloads": -1,
            "filename": "image_go_nord-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b805ab9d390a524b1971afafae9da1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 28953,
            "upload_time": "2024-04-26T08:33:48",
            "upload_time_iso_8601": "2024-04-26T08:33:48.767466Z",
            "url": "https://files.pythonhosted.org/packages/ec/4f/f8fac4b5e3be7bd99ea7e5a4d551dc7e9d51a1217987730b8bf1b6bc6d72/image_go_nord-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0dd14618bc875d67de03e7a766ed9dfabcd5e022f7a8a0b597380dad7cde5ea",
                "md5": "06cd4fa84838abf615a3d6f36921140e",
                "sha256": "7ebb9a42cba8278aac32a822c006c74aa08985c2e8bb7f540163221440718a41"
            },
            "downloads": -1,
            "filename": "image-go-nord-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "06cd4fa84838abf615a3d6f36921140e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 26321,
            "upload_time": "2024-04-26T08:33:50",
            "upload_time_iso_8601": "2024-04-26T08:33:50.507784Z",
            "url": "https://files.pythonhosted.org/packages/d0/dd/14618bc875d67de03e7a766ed9dfabcd5e022f7a8a0b597380dad7cde5ea/image-go-nord-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 08:33:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Schrodinger-Hat",
    "github_project": "ImageGoNord-pip",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "image-go-nord"
}
        
Elapsed time: 0.29038s