{"id":21402996,"url":"https://github.com/leemengtw/learnable_ai","last_synced_at":"2025-10-08T12:13:11.192Z","repository":{"id":40172590,"uuid":"244897723","full_name":"leemengtw/learnable_ai","owner":"leemengtw","description":"以 PyTorch 實作，可供學習 AI 的各式深度學習應用","archived":false,"fork":false,"pushed_at":"2023-04-11T23:37:03.000Z","size":2182,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T22:36:03.181Z","etag":null,"topics":["chinese","deep-learning","machine-learning","python","pytorch","pytorch-lightning","tensorflow"],"latest_commit_sha":null,"homepage":"https://leemeng.tw/learnable_ai/","language":"Jupyter Notebook","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/leemengtw.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},"funding":{"github":"leemengtaiwan","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-03-04T12:43:47.000Z","updated_at":"2021-02-03T14:57:57.000Z","dependencies_parsed_at":"2023-07-16T07:15:58.618Z","dependency_job_id":"a4c13ec2-6967-4431-9742-37e7be9c041c","html_url":"https://github.com/leemengtw/learnable_ai","commit_stats":null,"previous_names":["leemengtaiwan/practical_ai"],"tags_count":0,"template":false,"template_full_name":"leemengtw/nbdev_template","purl":"pkg:github/leemengtw/learnable_ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leemengtw%2Flearnable_ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leemengtw%2Flearnable_ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leemengtw%2Flearnable_ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leemengtw%2Flearnable_ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leemengtw","download_url":"https://codeload.github.com/leemengtw/learnable_ai/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leemengtw%2Flearnable_ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278940721,"owners_count":26072569,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","deep-learning","machine-learning","python","pytorch","pytorch-lightning","tensorflow"],"created_at":"2024-11-22T15:45:52.711Z","updated_at":"2025-10-08T12:13:11.168Z","avatar_url":"https://github.com/leemengtw.png","language":"Jupyter Notebook","funding_links":["https://github.com/sponsors/leemengtaiwan"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![Logo](notebooks/images/icon67.png)\n\n# Learnable AI\n\n**以 PyTorch 實作，可供學習 AI 的各式深度學習應用。**\n\n\u003c/div\u003e\n\n---\n\n\n## 本地開發與環境設置\n\n載下 repo：\n\n```bash\nexport REPO=practical_ai\ngit clone https://github.com/leemengtaiwan/$REPO.git\ncd $REPO\n```\n\n建立新的 [Anaconda](https://www.anaconda.com/) 環境並在該環境內安裝函式庫：\n\n```bash\nconda create -n $REPO python=3.6 -y\nconda activate $REPO  # 或 source activate $REPO\npip install -r requirements.txt\n\nconda install pytorch torchvision cudatoolkit=10.1 -c pytorch\nconda install -c conda-forge opencv\n```\n\n安裝 Jupyter Lab：\n\n```bash\nconda install -c conda-forge jupyterlab -y\n```\n\n\n設置 [nbdev](https://github.com/fastai/nbdev) 環境並以 editable 的方式安裝此 package：\n\n```bash\nnbdev_install_git_hooks\nnbdev_build_lib\npip install -e \".[dev]\"\n```\n\n建立環境變數文件：\n\n```bash\ntouch .env\necho 'export DATA_ROOT=data' \u003e\u003e .env\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleemengtw%2Flearnable_ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleemengtw%2Flearnable_ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleemengtw%2Flearnable_ai/lists"}