{"id":18881618,"url":"https://github.com/ecrows/open-model-cards","last_synced_at":"2026-02-21T04:30:20.150Z","repository":{"id":39025273,"uuid":"279355211","full_name":"ecrows/open-model-cards","owner":"ecrows","description":"Visually compelling and portable model reporting for everyone.","archived":false,"fork":false,"pushed_at":"2023-01-06T13:47:53.000Z","size":5451,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T03:27:50.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ecrows.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}},"created_at":"2020-07-13T16:25:55.000Z","updated_at":"2020-08-19T21:39:51.000Z","dependencies_parsed_at":"2023-02-06T04:47:13.796Z","dependency_job_id":null,"html_url":"https://github.com/ecrows/open-model-cards","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/ecrows%2Fopen-model-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrows%2Fopen-model-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrows%2Fopen-model-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrows%2Fopen-model-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecrows","download_url":"https://codeload.github.com/ecrows/open-model-cards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239850446,"owners_count":19707348,"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-08T06:50:22.658Z","updated_at":"2026-02-21T04:30:20.118Z","avatar_url":"https://github.com/ecrows.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/ecrows/open-model-cards/master/docs/open_model_cards_logo.png\" width=\"380\"/\u003e\n    \u003cbr\u003e\n\u003cp\u003e\n\u003ch3 align=\"center\"\u003e\n\u003cp\u003eVisually compelling and portable ML model reporting for everyone. \n\u003c/h3\u003e\n\n\u003cbr/\u003e\n\n## What is Open Model Cards?\n\nIncreasingly, ML researchers and developers are asked to provide documentation that covers the ethical considerations and limitations of machine learning models that they develop.  While scientific papers are often the best source of documentation for a model, there is a genuine need to communicate findings in an accessible way outside the scientific community, such that they can reach legal experts, policymakers, journalists, and the general public.\n\nWeb-based formats are ideal for this kind of communication, but not all machine learning developers are web developers, and producing compelling web-based documentation can be time-consuming.  As this documentation is often made with non-technical stakeholders in mind, making sure it is both easily accessible and easily understood is important.\n\nOpen Model Cards solves this problem by streamlining the production of web-based ML model documentation in an easy to share and consume format.  Leveraging `create-react-app`, we provide a simple method for compiling model documentation into a single HTML file that can be hosted on a documentation server or personal website, or printed as a PDF for offline sharing.\n\nThe Open Model Cards template is based on the beautiful [\"Google Model Cards\"](https://modelcards.withgoogle.com/model-reports) released by Google Research alongside the paper [\"Model Cards for Model Reporting\"](https://research.google/pubs/pub48120/), and inspired by the goals of projects like [presskit.html](https://github.com/pixelnest/presskit.html) that aim to improve the experience of developers.\n\nOpen Model Cards is currently targeted at developers who are comfortable running a few command line commands and writing documentation in Markdown format, though we're continuing to try to streamline the process.\n\n\n## Quickstart\n\n1. [Install Node](https://nodejs.org/en/download/) on your development machine, if you haven't already.\n2. Clone this repository, navigate to the directory using a terminal, run `npm install`, and `npm start`\n3. The model card webpage will appear and dynamically update.  Add a new YAML defition to `src/models/`, or edit the existing example file.  Text is rendered from [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) so you can easily add simple formatting and links.  Place images under `public/`, as in the example.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n## Learn More\n\nYou can learn more about how this works behind the scenes in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started) and [React documentation](https://reactjs.org/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecrows%2Fopen-model-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecrows%2Fopen-model-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecrows%2Fopen-model-cards/lists"}