{"id":13995509,"url":"https://github.com/anowell/are-we-learning-yet","last_synced_at":"2025-05-15T11:07:07.677Z","repository":{"id":43332144,"uuid":"61688149","full_name":"anowell/are-we-learning-yet","owner":"anowell","description":"How ready is Rust for Machine Learning?","archived":false,"fork":false,"pushed_at":"2025-03-02T23:40:17.000Z","size":10915,"stargazers_count":494,"open_issues_count":20,"forks_count":65,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-08T02:53:35.739Z","etag":null,"topics":["machine-learning"],"latest_commit_sha":null,"homepage":"http://arewelearningyet.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anowell.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":"2016-06-22T04:11:18.000Z","updated_at":"2025-05-01T14:55:02.000Z","dependencies_parsed_at":"2024-12-16T00:22:56.061Z","dependency_job_id":"fd111781-1c0c-4eb7-97d7-afc4a0f63ff0","html_url":"https://github.com/anowell/are-we-learning-yet","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/anowell%2Fare-we-learning-yet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anowell%2Fare-we-learning-yet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anowell%2Fare-we-learning-yet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anowell%2Fare-we-learning-yet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anowell","download_url":"https://codeload.github.com/anowell/are-we-learning-yet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328384,"owners_count":22052632,"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":["machine-learning"],"created_at":"2024-08-09T14:03:27.223Z","updated_at":"2025-05-15T11:07:07.656Z","avatar_url":"https://github.com/anowell.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# are-we-learning-yet\n\n**Rust is a systems programming language, but is it a machine learning language?**\n\n[arewelearningyet.com](http://arewelearningyet.com)\n\nInspired by [Are We Web Yet?](http://arewewebyet.org/), this project aims to catalog the the Rust ML ecosystem.\n\n## Contributing\n\nFeedback, issues, and pull requests are welcome and appreciated for adding missing crates,\nproviding additional resources, or improving the content.\n\n### Running locally\n\n- Requires [`cobalt \u003e=0.17.5`](https://cobalt-org.github.io/)\n- Recommend [`just`](https://github.com/casey/just) as a task runner (or using the commands in the [Justfile](Justfile))\n\n\n```\n# GitHub OAuth token avoids 403 rate limiting errors while generated crate data\n# Tip: set in `.env` file and `just` will pick it up automatically\nexport GITHUB_TOKEN=\u003cYOUR_GITHUB_TOKEN\u003e\n\n# Scrape crate/repo data for sitegen\njust scrape\n\n# Start a dev server on port 3000\ncobalt serve\n```\n\nThe site should be running on [localhost:3000](http://localhost:3000)\n\n### How it works\n\nThe repo consists of 2 key parts:\n- **the scraper tool** is responsible for reading [crates.yaml](_data/crates.yaml), fetching\nadditional metadata about the crate from crates.io and the GitHub API, and generating a score used for ordering crates.\nThe fetched data is cached in a `_tmp` directory to speed up repeated site generation and avoid abusing the APIs,\nand the scraper outputs `_data/crates_generated.yaml` which is used by the cobalt site generation. To force regeneration\nof all crate data, remove the cached data with `just clean`. For more details, see the [scraper README](_scraper).\n- **the site content** is the rest of the repo which follows the layout established by [cobalt.rs](https://cobalt-org.github.io/).\nCobalt uses this content to generate a static site into a `_site` directory (`cobalt build`) and can also start a local development\nserver that rebuilds the site anytime content changes (`cobalt serve`). For more details, see \n[cobalt.rs](https://cobalt-org.github.io/) documentation.\n\nNote: `cobalt serve` does not trigger the scraper to rerun when `crates.yaml` (or the scraper) changes. Currently you must rerun `just scrape`\nto update `crates_generated.yaml`.\n\n### Publishing\n\n[arewelearningyet.com](arewelearningyet.com) is served by Github Pages.\nEvery merge into master is automatically published by a [Github Actions job](.github/workflows).\n\nAdditionally, to ensure crate statistics (download counts and stars)\nare regularly updated, the publishing task is also run as a weekly cron job.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanowell%2Fare-we-learning-yet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanowell%2Fare-we-learning-yet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanowell%2Fare-we-learning-yet/lists"}