{"id":13717267,"url":"https://github.com/EKami/Torchlite","last_synced_at":"2025-05-07T07:30:44.219Z","repository":{"id":54059979,"uuid":"106403172","full_name":"EKami/torchlite","owner":"EKami","description":"A high level library on top of machine learning frameworks","archived":false,"fork":false,"pushed_at":"2022-09-29T17:27:32.000Z","size":33665,"stargazers_count":31,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-25T03:20:43.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/EKami.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":"2017-10-10T10:34:11.000Z","updated_at":"2025-01-10T00:06:37.000Z","dependencies_parsed_at":"2022-08-13T06:20:49.374Z","dependency_job_id":null,"html_url":"https://github.com/EKami/torchlite","commit_stats":null,"previous_names":["ekami/ezeeml"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EKami%2Ftorchlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EKami%2Ftorchlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EKami%2Ftorchlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EKami%2Ftorchlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EKami","download_url":"https://codeload.github.com/EKami/torchlite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252833408,"owners_count":21811177,"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":[],"created_at":"2024-08-03T00:01:20.057Z","updated_at":"2025-05-07T07:30:42.559Z","avatar_url":"https://github.com/EKami.png","language":"Jupyter Notebook","funding_links":[],"categories":["Pytorch \u0026 related libraries｜Pytorch \u0026 相关库","Pytorch \u0026 related libraries"],"sub_categories":["Other libraries｜其他库:","Other libraries:"],"readme":"## Torchlite\n![](./docs/sources/img/logo.png)\n[![PyPI version](https://badge.fury.io/py/torchlite.svg)](https://badge.fury.io/py/torchlite)\n\nTorchlite is a high level library on top of popular machine learning frameworks such as\nsklearn, Pytorch and Tensorflow.\nIt gives a high layer abstraction of repetitive code used in machine learning for day-to-day data science tasks.\n\n## Installation\n\n```\npip install torchlite\n```\n\nor if you want to run this lib directly to have access to the examples clone this repository and run:\n\n```\npip install -r requirements.txt\n```\n\nto install the required dependencies.\nBy default **Pytorch 0.4.0+** and **Tensorflow-GPU 1.8.0+** are installed along with this library but it's recommended\nto install them from source from [here](http://pytorch.org/) if you want to use the `torchlite.torch`\npackage and/or head over to the [Tensorflow install page](https://www.tensorflow.org/install/) if you want to\nuse the `torchlite.tf` package.\n\n## Documentation\n\nFor now the library has no complete documentation but you can quickly get to know how\nit works by looking at the examples in the `examples-*` folders. This library is still in\nalpha and few APIs may change in the future. The only things which will evolve at the same\npace as the library are the examples, they are meant to always be up to date with\nthe library.\n\nFew examples will generates folders/files such as saved models or tensorboard logs.\nTo visualize the tensorboard logs download Tensorflow's tensorboard as well as \n[Pytorch's tensorboard](https://github.com/lanpa/tensorboard-pytorch) if you're interested by\nthe `torchlite.torch` package. Then execute:\n```\ntensorboard --logdir=./tensorboard\n```\n\n## Packaging the project for Pypi deploy\n\n```\npip install twine\npip install wheel\npython setup.py sdist\npython setup.py bdist_wheel\n```\n\n[Create a pypi account](https://packaging.python.org/tutorials/distributing-packages/#id76) and create `$HOME/.pypirc` with:\n```\n[pypi]\nusername = \u003cusername\u003e\npassword = \u003cpassword\u003e\n```\n\nThen upload the packages with:\n```\ntwine upload dist/*\n```\n\nOr just:\n```\npypi_deploy.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEKami%2FTorchlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEKami%2FTorchlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEKami%2FTorchlite/lists"}