{"id":15904523,"url":"https://github.com/mepland/ml_fun","last_synced_at":"2025-04-02T20:41:38.656Z","repository":{"id":70957828,"uuid":"231022256","full_name":"mepland/ml_fun","owner":"mepland","description":"Holds small machine learning projects from my desktop","archived":false,"fork":false,"pushed_at":"2023-05-18T03:05:07.000Z","size":283,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-08T11:15:38.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mepland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-31T03:54:13.000Z","updated_at":"2023-05-18T03:05:12.000Z","dependencies_parsed_at":"2023-06-01T15:45:21.651Z","dependency_job_id":null,"html_url":"https://github.com/mepland/ml_fun","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mepland%2Fml_fun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mepland%2Fml_fun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mepland%2Fml_fun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mepland%2Fml_fun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mepland","download_url":"https://codeload.github.com/mepland/ml_fun/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246892739,"owners_count":20850843,"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-10-06T12:40:32.163Z","updated_at":"2025-04-02T20:41:38.631Z","avatar_url":"https://github.com/mepland.png","language":"Python","readme":"# ml\\_fun\nMatthew Epland, PhD  \n[phy.duke.edu/~mbe9](http://www.phy.duke.edu/~mbe9)  \n\nHolds machine learning projects built on my desktop, using pytorch and CUDA.  \n\n## Cloning the Repository\nssh  \n```bash\ngit clone --recurse-submodules git@github.com:mepland/ml_fun.git\n```\n\nhttps  \n```bash\ngit clone --recurse-submodules https://github.com/mepland/ml_fun.git\n```\n\n## Installing Dependencies\nIt is recommended to work in a [python virtual environment](https://realpython.com/python-virtual-environments-a-primer/) to avoid clashes with other installed software. If you do not wish to use a virtual environment you can usually just run the first few cells of the notebook in question - useful when running on cloud-based virtual machines.\n```bash\npython -m venv ~/.venvs/ml_fun\nsource ~/.venvs/ml_fun/bin/activate\npip install -r requirements.txt\n```\n\nNote, to fully use ipywidgets (necessary for tqdm.notebook) you must also have nodejs installed and run some jupyter commands. See [here](https://ipywidgets.readthedocs.io/en/stable/user_install.html) for full details, basic commands below:\n```bash\n# conda install -c conda-forge nodejs # install nodejs on your system. If you are using conda, can get from conda-forge\njupyter nbextension enable --py widgetsnbextension\njupyter labextension install @jupyter-widgets/jupyterlab-manager\n```\n\n## Running Notebooks\n\n```bash\njupyter lab notebook_name.ipynb\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmepland%2Fml_fun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmepland%2Fml_fun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmepland%2Fml_fun/lists"}