{"id":26572267,"url":"https://github.com/grandechowhiskey/fcc-machine_learning-boilerplates","last_synced_at":"2026-05-06T02:36:47.678Z","repository":{"id":282051163,"uuid":"610464192","full_name":"GrandEchoWhiskey/fcc-machine_learning-boilerplates","owner":"GrandEchoWhiskey","description":"A collection of projects completed as part of the FreeCodeCamp \"Machine Learning with Python\" certification. These projects focus on implementing machine learning models, data preprocessing, and predictive analysis using libraries like scikit-learn and TensorFlow.","archived":false,"fork":false,"pushed_at":"2025-03-12T14:11:34.000Z","size":523,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T15:24:18.032Z","etag":null,"topics":["ai","ml","python3","scikit-learn","tensorflow"],"latest_commit_sha":null,"homepage":"https://www.freecodecamp.org/learn/machine-learning-with-python","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/GrandEchoWhiskey.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-06T20:33:59.000Z","updated_at":"2025-03-12T14:11:37.000Z","dependencies_parsed_at":"2025-03-12T15:24:20.565Z","dependency_job_id":"c3b7554f-b68e-464c-b21d-272bc8a9b266","html_url":"https://github.com/GrandEchoWhiskey/fcc-machine_learning-boilerplates","commit_stats":null,"previous_names":["grandechowhiskey/fcc-machine_learning-boilerplates"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrandEchoWhiskey%2Ffcc-machine_learning-boilerplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrandEchoWhiskey%2Ffcc-machine_learning-boilerplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrandEchoWhiskey%2Ffcc-machine_learning-boilerplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrandEchoWhiskey%2Ffcc-machine_learning-boilerplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrandEchoWhiskey","download_url":"https://codeload.github.com/GrandEchoWhiskey/fcc-machine_learning-boilerplates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040235,"owners_count":20551297,"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":["ai","ml","python3","scikit-learn","tensorflow"],"created_at":"2025-03-23T00:32:55.377Z","updated_at":"2025-10-19T12:06:05.617Z","avatar_url":"https://github.com/GrandEchoWhiskey.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"[\u003c- Back to main](https://github.com/GrandEchoWhiskey)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://www.freecodecamp.org/learn/machine-learning-with-python/\"\u003e\n  \u003cimg src=\"https://github.com/GrandEchoWhiskey/grandechowhiskey/blob/main/icons/course/fcc100.png\" /\u003e\u003cbr\u003e\n\u003c/a\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eMachine Learning with Python\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#\"\u003e\n  \u003cimg src=\"https://github.com/GrandEchoWhiskey/grandechowhiskey/blob/main/icons/programming/python.png\" /\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n\u003cbr\u003e\n\n#### freeCodeCamp course on [freecodecamp.org/learn/machine-learning-with-python][fcc_link]\n##### Certificate link: [click here][certificate_link]\n\n---\n\n\u003cdiv align=\"center\" markdown\u003e\n\n## Boilerplates:\nName | Description | Technology\n:--- | :--- | :---:\n[Rock Paper Scissors][rps_link] | Predict other players choices | [![Python][py_img]](#)\n[Cat Dog Image Classifier][catdog_link] | Recognize cats and dogs in images | [![Python][py_img]](#)\n[Book Recommendation KNN][brknn_link] | Book recommendation algorithm using K-Nearest Neighbors | [![Python][py_img]](#)\n[Predict Health Costs With Regression][phcwr_link] | Predict healthcare costs using a regression algorithm | [![Python][py_img]](#)\n\n\u003c/div\u003e\n  \n---\n\u003cp align=\"center\"\u003e\u003ca href=\"https://www.freecodecamp.org/certification/grandechowhiskey/machine-learning-with-python-v7\"\u003e\n  \u003cimg src=\"data/certificate.png\" width=\"90%\"/\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- Links --\u003e\n\n[fcc_link]: https://www.freecodecamp.org/learn/machine-learning-with-python/\n[certificate_link]: https://www.freecodecamp.org/certification/grandechowhiskey/machine-learning-with-python-v7\n\n[rps_link]:           bpl-1-rock_paper_scissors\n[catdog_link]:        bpl-2-cat_dog\n[brknn_link]:         bpl-3-book_recommendation_knn\n[phcwr_link]:         bpl-4-predict_health_costs_with_regression\n\n[py_img]: https://github.com/GrandEchoWhiskey/grandechowhiskey/blob/main/icons/programming/python.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrandechowhiskey%2Ffcc-machine_learning-boilerplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrandechowhiskey%2Ffcc-machine_learning-boilerplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrandechowhiskey%2Ffcc-machine_learning-boilerplates/lists"}