{"id":15175881,"url":"https://github.com/mmulet/jellyml","last_synced_at":"2025-08-25T01:41:09.841Z","repository":{"id":65632527,"uuid":"596183434","full_name":"mmulet/jellyml","owner":"mmulet","description":"JellyML is an open-source tool (python API and command line) for effortlessly embedding a snapshot of your code into a checkpoint of a pytorch (and pytorch lightning) model.","archived":false,"fork":false,"pushed_at":"2023-02-01T18:50:29.000Z","size":1701,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T18:56:31.415Z","etag":null,"topics":["git","machine-learning","pytorch","pytorch-lightning"],"latest_commit_sha":null,"homepage":"https://jellyml.com","language":"Pug","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmulet.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}},"created_at":"2023-02-01T16:37:35.000Z","updated_at":"2023-04-07T10:15:12.000Z","dependencies_parsed_at":"2023-02-17T08:30:45.862Z","dependency_job_id":null,"html_url":"https://github.com/mmulet/jellyml","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmulet%2Fjellyml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmulet%2Fjellyml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmulet%2Fjellyml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmulet%2Fjellyml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmulet","download_url":"https://codeload.github.com/mmulet/jellyml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238319453,"owners_count":19452340,"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":["git","machine-learning","pytorch","pytorch-lightning"],"created_at":"2024-09-27T12:43:30.031Z","updated_at":"2025-02-11T15:31:31.719Z","avatar_url":"https://github.com/mmulet.png","language":"Pug","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JellyML\n\nJellyML is an open-source tool (python API and command line) for effortlessly embedding a snapshot of your code \n             | into a checkpoint of a pytorch model.\nLearn more at [jellyml.com](https://jellyml.com)\n\n```sh\npip install jellyml\n```\n\n## Structure of the jellyml repository\n(Note that the jellyml repository is a monorepo. If you are\nreading this from the python package source code,\ngo to github.com/mmulet/jellyml to see the whole repository)\n\n- jellyml is the source for the python package\n- jellyml-lightning is the source for pytorch lightning plugin\n- client is the source for the website\n- dev_server is the source for the development server of the website\n\n## Build\n\n### jellyml\n\n1. Make a venv\n```sh\npython3 -m venv venv\n# activate the venv ( depends on your shell and OS)\n# see https://docs.python.org/3/library/venv.html\n# bash\nsource venv/bin/activate\n```\n2. Install build\n```sh\npip install build\n```\n3.  Build the package\n```sh\ncd jellyml\npython -m build\npip install dist/jellyml-0.0.1-py3-none-any.whl\n```\n\n### jellyml-lightning\n1. Follow the directions for building and installing jellyml.\n   jellyml is a dependency of jellyml-lightning.\n2. Build the package\n```sh\ncd jellyml-lightning\npython -m build\npip install dist/jellyml-lightning-0.0.1-py3-none-any.whl\n```\n\n### Website\n\n#### Build the website\n\n```sh\ncd client\nnpm install .\ncd ../dev_server\nnpm install .\nnpm run build\n```\n\n#### Dev the website\n\n```sh\ncd client\nnpm install .\ncd ../dev_server\nnpm install .\nnpm run build\n```\n\n## Tests\n\nLocated in the source files in src/jellyml. Have the prefix test\\_.\nRun them as a module\n\n```sh\ncd src;\npython3 -m jellyml.test_all\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmulet%2Fjellyml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmulet%2Fjellyml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmulet%2Fjellyml/lists"}