{"id":26659362,"url":"https://github.com/sshkhr/dlai-companion","last_synced_at":"2026-01-06T02:08:59.653Z","repository":{"id":240609202,"uuid":"803076590","full_name":"sshkhr/dlai-companion","owner":"sshkhr","description":"Course notes and reviews for deeplearning.ai courses","archived":false,"fork":false,"pushed_at":"2024-05-22T15:42:18.000Z","size":933,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T16:54:19.177Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dlai-companion.shashankshekhar.com","language":null,"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/sshkhr.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":"2024-05-20T02:47:48.000Z","updated_at":"2024-05-22T16:54:21.802Z","dependencies_parsed_at":"2024-05-22T17:04:22.389Z","dependency_job_id":null,"html_url":"https://github.com/sshkhr/dlai-companion","commit_stats":null,"previous_names":["sshkhr/dlai-course-notes","sshkhr/dlai-companion"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshkhr%2Fdlai-companion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshkhr%2Fdlai-companion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshkhr%2Fdlai-companion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshkhr%2Fdlai-companion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshkhr","download_url":"https://codeload.github.com/sshkhr/dlai-companion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245449531,"owners_count":20617187,"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":"2025-03-25T10:45:12.449Z","updated_at":"2026-01-06T02:08:59.598Z","avatar_url":"https://github.com/sshkhr.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeepLearning.AI Companion\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://squidfunk.github.io/mkdocs-material/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge\u0026logo=MaterialForMkDocs\u0026logoColor=white\" alt=\"Built with Material for MkDocs\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/sshkhr/dlai-companion/stargazers\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/sshkhr/dlai-companion?style=for-the-badge\" alt=\"GitHub Stars\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/sshkhr/dlai-companion\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Contributions-Welcome-brightgreen?style=for-the-badge\" alt=\"Contributions Welcome\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-green?style=for-the-badge\" alt=\"MIT License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://sshkhr.github.io/dlai-companion/\"\u003e\n    \u003cimg src=\"https://github.com/sshkhr/dlai-companion/actions/workflows/pages/pages-build-deployment/badge.svg\" alt=\"GitHub Pages\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nWelcome to the DeepLearning.AI Companion project! This repository contains comprehensive notes and reviews for various courses offered by DeepLearning.AI. The notes are written in Markdown and are compiled into a static website using MkDocs with the Material theme.\n\n## Project Overview\n\nThe goal of this project is to provide detailed reviews and notes for several DeepLearning.AI courses. The website includes:\n- Detailed course notes\n- Course reviews\n- Learning paths with flowcharts\n- Tagging system for easy navigation\n\n## Features\n\n### [Course Notes](docs/notes)\nExplore comprehensive notes and reviews for each course, covering key concepts, practical applications, and major takeaways.\n\n### [Course Reviews](docs/reviews)\nPersonal reviews of the courses, highlighting their strengths, weaknesses, and target audience.\n\n### [Learning Paths](docs/learning_paths)\nDiscover the best sequence of courses to take based on your interests and goals. Use our interactive flowcharts to navigate through different learning paths.\n\n### [Tags](docs/tags.md)\nFilter courses by topic using our tagging system. Find the content most relevant to your needs quickly and efficiently.\n\n## Installation\n\nTo run this project locally, follow these steps:\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/sshkhr/dlai-companion.git\n    cd dlai-companion\n    ```\n\n2. **Create and activate a Python virtual environment**:\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n    ```\n\n3. **Install MkDocs and dependencies**:\n    ```bash\n    pip install mkdocs-material[imaging] mkdocs-tags-plugin\n    ```\n\n4. **Run the MkDocs server**:\n    ```bash\n    mkdocs serve\n    ```\n\n5. **Open your browser** and navigate to `http://127.0.0.1:8000` to see the site locally.\n\n## Contributing\n\nContributions are welcome! Please fork this repository and open a pull request to suggest improvements or additions.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Contact\n\nIf you have any questions, suggestions, or feedback, feel free to reach out:\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://github.com/sshkhr\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/GitHub-sshkhr-black?style=for-the-badge\u0026logo=github\" alt=\"GitHub\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/sshkhr16\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Twitter-@sshkhr16-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white\" alt=\"Twitter\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.linkedin.com/in/sshkhr/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/LinkedIn-sshkhr-blue?style=for-the-badge\u0026logo=linkedin\" alt=\"LinkedIn\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nHappy Learning!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshkhr%2Fdlai-companion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshkhr%2Fdlai-companion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshkhr%2Fdlai-companion/lists"}