{"id":26798275,"url":"https://github.com/stephanakkerman/kanjicontrol","last_synced_at":"2025-03-29T19:18:53.762Z","repository":{"id":284626672,"uuid":"950865959","full_name":"StephanAkkerman/KanjiControl","owner":"StephanAkkerman","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-26T20:24:25.000Z","size":20876,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T21:31:07.330Z","etag":null,"topics":["chinese","hanzi","hanzi-characters","japanese","kanji","kanji-characters","language","language-learning","mandarin","mnemonic","mnemonic-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StephanAkkerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["StephanAkkerman"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2025-03-18T19:57:01.000Z","updated_at":"2025-03-26T20:27:23.000Z","dependencies_parsed_at":"2025-03-26T21:31:31.518Z","dependency_job_id":"dca00b34-9ddf-4b81-9781-39773ab03e8d","html_url":"https://github.com/StephanAkkerman/KanjiControl","commit_stats":null,"previous_names":["stephanakkerman/kanjicontrol"],"tags_count":0,"template":false,"template_full_name":"StephanAkkerman/template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2FKanjiControl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2FKanjiControl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2FKanjiControl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2FKanjiControl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephanAkkerman","download_url":"https://codeload.github.com/StephanAkkerman/KanjiControl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246230503,"owners_count":20744349,"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":["chinese","hanzi","hanzi-characters","japanese","kanji","kanji-characters","language","language-learning","mandarin","mnemonic","mnemonic-generator"],"created_at":"2025-03-29T19:18:53.210Z","updated_at":"2025-03-29T19:18:53.726Z","avatar_url":"https://github.com/StephanAkkerman.png","language":"Python","funding_links":["https://github.com/sponsors/StephanAkkerman"],"categories":[],"sub_categories":[],"readme":"# KanjiControl\n\n\u003c!-- Add a banner here like: https://github.com/StephanAkkerman/fintwit-bot/blob/main/img/logo/fintwit-banner.png --\u003e\n![banner](img/banner.png)\n\n---\n\u003c!-- Adjust the link of the second badge to your own repo --\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.10-blue.svg\" alt=\"Supported versions\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/StephanAkkerman/KanjiControl.svg?color=brightgreen\" alt=\"License\"\u003e\n  \u003ca href=\"https://github.com/psf/black\"\u003e\u003cimg src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" alt=\"Code style: black\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nKanjiControl is a Python project that lets you create mnemonic images of given Japanse kanji and Mandarin Hanzi characters. It's simple to use, simply run `src/main.py` and give a character and its meaning. The program will then generate a mnemonic image for you, saved in the `output` folder.\n\nIt uses the QR Code Control Net by Monster-Labs to control the Stable Difussion 1.5 model.\n\n### Examples\nThis is an example of a generated mnemonic image for the kanji character \"木\" (tree):\n![木](output/木.png)\n\n## Table of Contents 🗂\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Citation](#citation)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation ⚙️\n\u003c!-- Adjust the link of the second command to your own repo --\u003e\n\nThe required packages to run this code can be found in the requirements.txt file. To run this file, execute the following code block after cloning the repository:\n\n```bash\npip install -r requirements.txt\n```\n\nor\n\n```bash\npip install git+https://github.com/StephanAkkerman/KanjiControl.git\n```\n\n## Usage ⌨️\n\n## Citation ✍️\n\u003c!-- Be sure to adjust everything here so it matches your name and repo --\u003e\nIf you use this project in your research, please cite as follows:\n\n```bibtex\n@misc{project_name,\n  author  = {Stephan Akkerman},\n  title   = {KanjiControl},\n  year    = {2025},\n  publisher = {GitHub},\n  journal = {GitHub repository},\n  howpublished = {\\url{https://github.com/StephanAkkerman/KanjiControl}}\n}\n```\n\n## Contributing 🛠\n\u003c!-- Be sure to adjust the repo name here for both the URL and GitHub link --\u003e\nContributions are welcome! If you have a feature request, bug report, or proposal for code refactoring, please feel free to open an issue on GitHub. We appreciate your help in improving this project.\\\n![https://github.com/StephanAkkerman/KanjiControl/graphs/contributors](https://contributors-img.firebaseapp.com/image?repo=StephanAkkerman/KanjiControl)\n\n## License 📜\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Fkanjicontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanakkerman%2Fkanjicontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Fkanjicontrol/lists"}