{"id":27837038,"url":"https://github.com/janus-llm/janus-llm","last_synced_at":"2025-11-03T02:02:01.018Z","repository":{"id":220488328,"uuid":"748899511","full_name":"janus-llm/janus-llm","owner":"janus-llm","description":"Leveraging LLMs for modernization through intelligent chunking, iterative prompting and reflection, and retrieval augmented generation (RAG).","archived":false,"fork":false,"pushed_at":"2025-04-11T16:45:01.000Z","size":44765,"stargazers_count":30,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"public","last_synced_at":"2025-04-12T21:32:14.049Z","etag":null,"topics":["chroma","chromadb","cli","langchain","llm","modernization","python","rag","tree-sitter"],"latest_commit_sha":null,"homepage":"https://janus-llm.github.io/janus-llm/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janus-llm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-27T01:36:57.000Z","updated_at":"2025-03-29T14:04:10.000Z","dependencies_parsed_at":"2024-11-14T17:40:08.172Z","dependency_job_id":"3ce92050-1b48-40a7-be21-b019e9718e8a","html_url":"https://github.com/janus-llm/janus-llm","commit_stats":null,"previous_names":["janus-llm/janus-llm"],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janus-llm%2Fjanus-llm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janus-llm%2Fjanus-llm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janus-llm%2Fjanus-llm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janus-llm%2Fjanus-llm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janus-llm","download_url":"https://codeload.github.com/janus-llm/janus-llm/tar.gz/refs/heads/public","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252084814,"owners_count":21692163,"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":["chroma","chromadb","cli","langchain","llm","modernization","python","rag","tree-sitter"],"created_at":"2025-05-02T18:05:11.122Z","updated_at":"2025-11-03T02:01:55.964Z","avatar_url":"https://github.com/janus-llm.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/janus-llm/janus-llm/public/assets/icons/logo_horizontal.png\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/janus-llm/janus-llm/actions/workflows/pages.yml\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/janus-llm/janus-llm/actions/workflows/pages.yml/badge.svg\" alt=\"Pages\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/janus-llm/janus-llm/actions/workflows/publish.yml\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/janus-llm/janus-llm/actions/workflows/publish.yml/badge.svg\" alt=\"Publish\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/psf/black\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" alt=\"Code Style: black\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://pypi.org/project/janus-llm\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/pyversions/janus-llm\" alt=\"Python versions\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://pypi.org/project/janus-llm\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/janus-llm?color=%2334D058\u0026label=pypi%20package\" alt=\"Package version\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## Overview\n\nJanus (`janus-llm`) uses LLMs to aid in the modernization of legacy IT systems. The repository can currently do the following:\n\n1. Chunk code of over 100 programming languages to fit within different model context windows and add to a [Chroma](https://trychroma.com) vector database.\n2. Translate from one programming language to another on a file-by-file basis using an LLM.\n3. Translate from a binary file to a programming language using [Ghidra](https://github.com/NationalSecurityAgency/ghidra) decompilation.\n4. Generate requirements, UML diagrams, code comments, and summaries from source code.\n5. Evaluate the products that you generate.\n6. Do 1-5 with a CLI tool (`janus`).\n\n\n## Installation\n\n```shell\npip install janus-llm\n```\n\n### Installing from Source\n\nClone the repository:\n\n```shell\ngit clone git@github.com:janus-llm/janus-llm.git\n```\n\nThen, install the requirements:\n\n```shell\ncurl -sSkL https://install.python-poetry.org | python -\nexport PATH=$PATH:$HOME/.local/bin\npoetry install\n```\n\n### Documentation\n\nSee [the documentation](https://janus-llm.github.io/janus-llm) for more information on how to use the package.\n\n### Contributing\n\nSee our [contributing pages](https://janus-llm.github.io/janus-llm/contributing.html)\n\n### Copyright\nCopyright ©2025 The MITRE Corporation. ALL RIGHTS RESERVED. Approved for Public Release; Distribution Unlimited. Public Release Case Number 23-4084.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanus-llm%2Fjanus-llm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanus-llm%2Fjanus-llm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanus-llm%2Fjanus-llm/lists"}