{"id":19766029,"url":"https://github.com/elimu-ai/model","last_synced_at":"2025-07-29T12:11:07.455Z","repository":{"id":3267241,"uuid":"48911463","full_name":"elimu-ai/model","owner":"elimu-ai","description":"📦  Code library shared amongst the Webapp and Android applications","archived":false,"fork":false,"pushed_at":"2025-07-26T04:22:43.000Z","size":694,"stargazers_count":4,"open_issues_count":8,"forks_count":8,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-07-26T10:49:19.279Z","etag":null,"topics":["jar","java","library"],"latest_commit_sha":null,"homepage":"https://jitpack.io/#ai.elimu/model","language":"Java","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/elimu-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://www.drips.network/app/drip-lists/41305178594442616889778610143373288091511468151140966646158126636698"]}},"created_at":"2016-01-02T13:59:31.000Z","updated_at":"2025-07-26T04:22:45.000Z","dependencies_parsed_at":"2023-01-11T16:16:30.738Z","dependency_job_id":"2cac4b21-ce47-46ff-b9cf-54be1f3dec10","html_url":"https://github.com/elimu-ai/model","commit_stats":null,"previous_names":[],"tags_count":260,"template":false,"template_full_name":null,"purl":"pkg:github/elimu-ai/model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elimu-ai%2Fmodel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elimu-ai%2Fmodel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elimu-ai%2Fmodel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elimu-ai%2Fmodel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elimu-ai","download_url":"https://codeload.github.com/elimu-ai/model/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elimu-ai%2Fmodel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267684746,"owners_count":24127695,"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-07-29T02:00:12.549Z","response_time":2574,"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":["jar","java","library"],"created_at":"2024-11-12T04:21:43.308Z","updated_at":"2025-07-29T12:11:07.443Z","avatar_url":"https://github.com/elimu-ai.png","language":"Java","funding_links":["https://www.drips.network/app/drip-lists/41305178594442616889778610143373288091511468151140966646158126636698"],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/elimu-ai/model.svg)](https://jitpack.io/#ai.elimu/model)\n\n# model (library) 📦\n\nCode library shared amongst the [Webapp](https://github.com/elimu-ai/webapp) and Android applications.\n\n## Software Architecture 📐\n\n[\n  \u003cimg width=\"320\" alt=\"Software Architecture\" src=\"https://user-images.githubusercontent.com/15718174/83595568-fb6a1e00-a594-11ea-990a-10c0bd62ed11.png\"\u003e\n](https://github.com/elimu-ai/wiki/blob/main/SOFTWARE_ARCHITECTURE.md)\n\n## Development 👩🏽‍💻\n\n```\nmvn clean\nmvn compile\n```\n\n## Release 📦\n\n\nTo perform a release, follow these steps:\n\n1. Merge your PR into the `main` branch\n1. Wait for the [\"Maven Release\"](https://github.com/elimu-ai/model/actions/workflows/maven-release.yml) workflow to complete\n1. Ensure that the new release version appears at https://jitpack.io/#ai.elimu/model with \"Status: ok\"\n\n\u003e [!IMPORTANT]\n\u003e After you publish a new release, remember to also bump the version in the Webapp repo and all Android app repos that depend on the `utils` library:\n\u003e * https://github.com/elimu-ai/webapp/blob/main/pom.xml\n\u003e * https://github.com/elimu-ai/analytics/blob/main/gradle/libs.versions.toml\n\n### Write release notes 🗒️\n\nIf the PR that you merged contains _breaking changes_, go to https://github.com/elimu-ai/model/tags and press \"Create release.\" Then write instructions on how to handle the breaking changes.\n\n## Usage\n\nAfter each release, the resulting `.jar` file gets uploaded to https://jitpack.io/#ai.elimu/model\n\n### Gradle\n\n`./build.gradle`:\n\n```diff\nrepositories {\n    mavenCentral()\n+    maven { url \"https://jitpack.io\" }\n}\n```\n\n`./app/build.gradle`:\n\n```gradle\ndependencies {\n    implementation 'ai.elimu:model:\u003cversion\u003e'\n}\n```\n\n### Maven\n\n`./pom.xml`:\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003ejitpack.io\u003c/id\u003e\n    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eai.elimu\u003c/groupId\u003e\n    \u003cartifactId\u003emodel\u003c/artifactId\u003e\n    \u003cversion\u003eTag\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/elimu-ai/webapp/blob/main/src/main/webapp/static/img/logo-text-256x78.png\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  elimu.ai - Free open-source learning software for out-of-school children 🚀✨\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://elimu.ai\"\u003eWebsite 🌐\u003c/a\u003e\n  \u0026nbsp;•\u0026nbsp;\n  \u003ca href=\"https://github.com/elimu-ai/wiki#readme\"\u003eWiki 📃\u003c/a\u003e\n  \u0026nbsp;•\u0026nbsp;\n  \u003ca href=\"https://github.com/orgs/elimu-ai/projects?query=is%3Aopen\"\u003eProjects 👩🏽‍💻\u003c/a\u003e\n  \u0026nbsp;•\u0026nbsp;\n  \u003ca href=\"https://github.com/elimu-ai/wiki/milestones\"\u003eMilestones 🎯\u003c/a\u003e\n  \u0026nbsp;•\u0026nbsp;\n  \u003ca href=\"https://github.com/elimu-ai/wiki#open-source-community\"\u003eCommunity 👋🏽\u003c/a\u003e\n  \u0026nbsp;•\u0026nbsp;\n  \u003ca href=\"https://www.drips.network/app/drip-lists/41305178594442616889778610143373288091511468151140966646158126636698\"\u003eSupport 💜\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felimu-ai%2Fmodel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felimu-ai%2Fmodel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felimu-ai%2Fmodel/lists"}