{"id":13436008,"url":"https://github.com/lc0/tf2up","last_synced_at":"2025-03-18T12:30:56.359Z","repository":{"id":46185459,"uuid":"172460331","full_name":"lc0/tf2up","owner":"lc0","description":"👨‍🎨A tiny web service to help you upgrade your TensorFlow code","archived":true,"fork":false,"pushed_at":"2022-07-29T22:57:48.000Z","size":589,"stargazers_count":13,"open_issues_count":14,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-27T19:00:46.657Z","etag":null,"topics":["gde","poweredbytf","tensorflow","tensorflow-tool","tensorflow2"],"latest_commit_sha":null,"homepage":"http://tf2up.ml/","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/lc0.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-25T07:57:44.000Z","updated_at":"2023-10-01T00:22:31.000Z","dependencies_parsed_at":"2022-07-22T00:33:02.759Z","dependency_job_id":null,"html_url":"https://github.com/lc0/tf2up","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc0%2Ftf2up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc0%2Ftf2up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc0%2Ftf2up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc0%2Ftf2up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lc0","download_url":"https://codeload.github.com/lc0/tf2up/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244222149,"owners_count":20418456,"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":["gde","poweredbytf","tensorflow","tensorflow-tool","tensorflow2"],"created_at":"2024-07-31T03:00:42.139Z","updated_at":"2025-03-18T12:30:56.342Z","avatar_url":"https://github.com/lc0.png","language":"Python","funding_links":[],"categories":["Other \u003ca name=\"other\" /\u003e🌱"],"sub_categories":["Tools \u003ca name=\"tools\" /\u003e🔧"],"readme":"[tf2up.ml](http://tf2up.ml) - TensorFlow 2.0 upgrader service\n===\n\u003e [![GitHub license](https://img.shields.io/github/license/lc0/tf2up.svg)](https://github.com/lc0/tf2up/blob/master/LICENSE)\n\u003e [![Twitter](https://img.shields.io/twitter/url/https/github.com/lc0/tf2up.svg?style=social)](https://twitter.com/intent/tweet?hashtags=TensorFlow\u0026original_referer=http%3A%2F%2Ftf2up.ml%2F\u0026ref_src=twsrc%5Etfw\u0026related=lc0d3r\u0026text=http%3A%2F%2Ftf2up.ml%20-%20%40TensorFlow%202.0%20upgrader%20service%2C%20even%20easier%20upgrade%20to%20%23TensorFlow%202.0%20by%20%40lc0d3r\u0026tw_p=tweetbutton\u0026url=http%3A%2F%2Ftf2up.ml%2F)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"http://tf2up.ml\"\u003e\u003cimg src=\"./src/static/images/tf2.png\" width=\"250\"\u003e\u003c/a\u003e\u003c/p\u003e\n\nIdea is to make upgrade process to \u003cstrong\u003eTensorFlow\u003c/strong\u003e 2.0 of your Jupyter notebooks even easier!\u003cbr\u003e\n\nBookmarklet\n===\n```\njavascript:(function(){ window.open(window.location.toString().replace(/.*github\\.com\\/(.*)/, 'http://tf2up.ml/\\$1')); })()\n```\n\nDemo\n===\n![](http://g.recordit.co/pb20z8rkY0.gif)\n\nHow it works\n===\nThis project is standing on the shoulders of giants:\n- TensorFlow's [tf_upgrade_v2](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/compatibility) with brand new support of [inline jupyter notebook conversion](https://github.com/tensorflow/tensorflow/pull/25680)\n- [nbdime](https://github.com/jupyter/nbdime) for generating nice diffs for before and after\n- [Kubernetes + Helm](https://kubernetes.io/) for deploying this tiny service\n\n\nContributing\n===\nIn order to run locally:\n\nMain part: we need to build a docker image and run with local `NBDIME_URL`\n```sh\nmake build -e\n```\nStart nbdime container in a separate terminal\n```sh\nmake nbbuild nbrun\n```\nNow you can run the docker image with\n```sh\nmake run\n```\n\n\nKudos\n===\nThanks to all amazing people, that in one or another way helped this project:\n- [@DynamicWebPaige](https://twitter.com/DynamicWebPaige) for supporting and making TF community awesome\n- [Daria Korkuna](https://www.dariakorkuna.com/) for creating the logo\n- [Jun Santos](https://github.com/santosjun) for frontend revamp\n- [Martin Wicke](https://twitter.com/martin_wicke) for TF2, cake, and feedback\n- [Jerry Kurata](https://twitter.com/jerrykur) for testing the early versions of the upgrader\u003c/li\u003e\n\nCitation\n===\n```\n@misc{tf2up,\n    author = {Sergii Khomenko},\n    title = {tf2up.ml: TensorFlow 2.0 upgrader service},\n    howpublished = {\\url{https://github.com/lc0/tf2up}}\n}\n```\n\n---\n\u003e GitHub [@lc0](https://github.com/lc0) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@lc0d3r](https://twitter.com/lc0d3r) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e [Code and Gradients](https://codeand.gradients.ml/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flc0%2Ftf2up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flc0%2Ftf2up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flc0%2Ftf2up/lists"}