{"id":26278759,"url":"https://github.com/cusyio/ai-tutorial","last_synced_at":"2026-02-26T08:23:25.840Z","repository":{"id":262471189,"uuid":"887339953","full_name":"cusyio/ai-tutorial","owner":"cusyio","description":"Schulungsmaterialen für unseren Python-Kurs zu neuronalen Netzwerken: https://cusy.io/de/seminare","archived":false,"fork":false,"pushed_at":"2025-07-20T09:46:48.000Z","size":21620,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T11:30:37.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cusyio.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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,"zenodo":null}},"created_at":"2024-11-12T15:19:43.000Z","updated_at":"2025-07-20T09:46:51.000Z","dependencies_parsed_at":"2024-11-12T16:34:47.460Z","dependency_job_id":"c7648040-edf1-4f2a-9913-7c3c12357930","html_url":"https://github.com/cusyio/ai-tutorial","commit_stats":null,"previous_names":["cusyio/neural-network-tutorial","cusyio/ai-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cusyio/ai-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2Fai-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2Fai-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2Fai-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2Fai-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cusyio","download_url":"https://codeload.github.com/cusyio/ai-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2Fai-tutorial/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270148249,"owners_count":24535696,"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-08-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2025-03-14T13:17:57.324Z","updated_at":"2026-02-26T08:23:25.792Z","avatar_url":"https://github.com/cusyio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Schnelleinstieg\n===============\n\nStatus\n------\n\n.. image:: https://img.shields.io/github/contributors/cusyio/ai-tutorial.svg\n   :alt: Contributors\n   :target: https://github.com/cusyio/ai-tutorial/graphs/contributors\n.. image:: https://img.shields.io/github/license/cusyio/ai-tutorial.svg\n   :alt: License\n   :target: https://github.com/cusyio/ai-tutorial/blob/main/LICENSE\n.. image:: https://readthedocs.org/projects/ai-tutorial/badge/?version=latest\n   :alt: Docs\n   :target: https://ai-tutorial.readthedocs.io/de/latest/\n\nInstallation\n------------\n\n#. Auschecken:\n\n   .. code-block:: console\n\n      $ git clone git@github.com:cusyio/ai-tutorial.git\n\n#. Installieren von Python-Paketen:\n\n   … auf Linux/macOS:\n\n   .. code-block:: console\n\n      $ python3 -m venv .venv\n      $ . .venv/bin/activate\n      $ python -m pip install --upgrade pip\n      $ python -m pip install -e \".[dev]\"\n\n   … auf Windows:\n\n   .. code-block:: ps1con\n\n      C:\u003e py -m venv .venv\n      C:\u003e .\\.venv\\Scripts\\activate.bat\n      C:\u003e python -m pip install --upgrade pip\n      C:\u003e python -m pip install -e \".[dev]\"\n\n#. Erstellen der HTML-Dokumentation:\n\n   .. note::\n      pandoc muss installiert sein.\n\n      … auf Debian/Ubuntu:\n\n      .. code-block:: console\n\n         $  sudo apt install pandoc\n\n   Zum Erstellen der HTML-Dokumentation führt den folgenden Befehl aus:\n\n   .. code-block:: console\n\n      $ sphinx-build -ab html docs/ docs/_build/html/\n\n#. Erstellen eines PDF:\n\n   Zum Erstellen einer PDF-Dokumentation benötigt ihr zusätzliche Pakete, die\n   ihr installieren könnt\n\n   … auf Debian/Ubuntu mit\n\n   .. code-block:: console\n\n      $ sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk\n\n   … auf macOS mit\n\n   .. code-block:: console\n\n      $ brew cask install mactex\n      …\n      🍺  mactex was successfully installed!\n      $ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts\n      $ sudo texlua install-getnonfreefonts\n      …\n      mktexlsr: Updating /usr/local/texlive/2020/texmf-dist/ls-R...\n      mktexlsr: Done.\n\n   Anschließend könnt ihr ein PDF generieren mit:\n\n   .. code-block:: console\n\n    $ cd docs/\n    $ make latexpdf\n    …\n    The LaTeX files are in _build/latex.\n    Run 'make' in that directory to run these through (pdf)latex\n    …\n\n   Das PDF findet ihr dann in ``docs/_build/latex/pythonbasics.pdf``.\n\nFolgt uns\n---------\n\n* `GitHub \u003chttps://github.com/cusyio/ai-tutorial\u003e`_\n\nPull-Requests\n-------------\n\nWenn ihr Vorschläge für Verbesserungen und Ergänzungen habt, empfehlen wir euch,\neinen `Fork \u003chttps://github.com/cusyio/ai-tutorial/fork\u003e`_ unseres\n`GitHub Repository \u003chttps://github.com/cusyio/ai-tutorial/\u003e`_ zu\nerstellen und eure Änderungen dort zu machen. Bevor ihr Commits macht,\nüberprüft, ob die pre-commit-Checks erfolgreich durchlaufen:\n\n.. code-block:: console\n\n   $ cd ai-tutorial\n   $ pre-commit install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcusyio%2Fai-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcusyio%2Fai-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcusyio%2Fai-tutorial/lists"}