{"id":18365099,"url":"https://github.com/juliaai/mlj","last_synced_at":"2025-07-08T22:06:08.533Z","repository":{"id":239582799,"uuid":"788638272","full_name":"JuliaAI/MLJ","owner":"JuliaAI","description":"Official webite for the Machine Learning in Julia package.","archived":false,"fork":false,"pushed_at":"2025-05-19T07:18:46.000Z","size":14418,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-19T08:28:42.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://JuliaML.ai","language":"Svelte","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/JuliaAI.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,"zenodo":null}},"created_at":"2024-04-18T19:53:47.000Z","updated_at":"2025-05-19T07:18:50.000Z","dependencies_parsed_at":"2025-04-10T10:56:23.525Z","dependency_job_id":"122e482f-15a6-4768-bb13-2a0e042be9e6","html_url":"https://github.com/JuliaAI/MLJ","commit_stats":null,"previous_names":["juliaai/mlj"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaAI/MLJ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAI%2FMLJ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAI%2FMLJ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAI%2FMLJ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAI%2FMLJ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaAI","download_url":"https://codeload.github.com/JuliaAI/MLJ/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAI%2FMLJ/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264357299,"owners_count":23595576,"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-11-05T23:12:35.609Z","updated_at":"2025-07-08T22:06:08.510Z","avatar_url":"https://github.com/JuliaAI.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💥 MLJ Website\n\nThis is the official repo for the [MLJ website](https://mlj.netlify.app/). The website offers insights into MLJ’s core features and what sets it apart, provides an efficient and organized way to explore models and tutorials, includes the MLJ cheatsheet, showcases related organizations, and offers contributing and general MLJ information along with feedback support.\n\n![ezgif com-animated-gif-maker(1)](https://github.com/user-attachments/assets/f8c6ef54-1026-4e90-afd8-a408b0602cfc)\n\n\n## ⭐️ Contributing with Tutorials\nWould you like your tutorials to be visible on the website for broader reach? Follow these steps:\n- Clone the repo or press the dot (period) key\n- Go to [src/data/ExternalTutorials.yaml](https://github.com/JuliaAI/MLJ/blob/main/src/data/ExternalTutorials.yaml)\n- Specify the tutorial source name, tutorial links, titles and tags and intended learning outcomes\n- Voila!\n\n## 🧑🏾‍🔧👨‍🔧 For Maintainers\nEach page in the website is represented by a yaml data files in `src/data` and potentially files automatically fetched from MLJ such as:\n- The MLJ Model Browser which is generated by downloading the `ModelDescriptors.toml` file from [MLJ.jl](https://raw.githubusercontent.com/JuliaAI/MLJ.jl/dev/docs/ModelDescriptors.toml) this is used to render the model info in the Models page.\n- The MLJ Cheat Sheet which is generated by downloading the cheatsheet markdown file from [MLJ.jl](https://raw.githubusercontent.com/JuliaAI/MLJ.jl/dev/docs/src/mlj_cheatsheet.md) for the Cheatsheet page.\n- The DataScienceTutorials Navigation JSON which is downloaded from [DataScienceTutorials.jl](https://raw.githubusercontent.com/JuliaAI/DataScienceTutorials.jl/master/_libs/nav/head.js) to be shown in the tutorials page along with other external tutorials.\n  \nIf you change any of these files in their respective repos, then the updates will be reflected in the site in six hours or less unless you choose to trigger the [corresponding Github actions](https://github.com/JuliaAI/MLJ/actions) manually.\n\nAlmost content (eg, text or images) on the website could be modified by updating the corresponding yaml file for the relevant page located in the src/data directory.\n```\n.\n├── Header.yaml                # Navigation Bar Data\n├── HomePage.yaml              # Home Page Data\n├── TutorialsPage.yaml         # Tutorials Page Data\n├── ExternalTutorials.yaml     # Extra Tutorials in tutorials page\n├── ModelsPage.yaml            # Models page Data\n├── EcosystemPage.yaml         # Ecosystems page Data\n├── ContributingPage.md        # Contributing page Data\n├── ContributingPage.yaml      # Other Contributing page Data (eg, bucket list)\n├── AboutPage.md               # About page Data\n├── AboutPage.yaml             # Other About page Data (eg, feedback form)\n└── Footer.yaml                # Footer Data\n```\nFor experienced frontend developers willing to contribute to the site itself, check the folders in `src`directory where each page has a folder with Svelte files for the components of the page.\n\nTo test your changes you will need to have [Node.js](https://nodejs.org/en) installed then run `npm run dev`. Alternatively, making a PR to `main` should automatically deploy your changes to a temporary view of the website.\n\n## Credits\nThis website was designed by [EssamWisam](https://github.com/EssamWisam) and [Anthony Blaom, PhD](https://github.com/ablaom) and implemented by [EssamWisam](https://github.com/EssamWisam). Design and implementation efforts received some finanacial support from [DFKI](https://www.dfki.de/en/web).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaai%2Fmlj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaai%2Fmlj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaai%2Fmlj/lists"}