{"id":18683607,"url":"https://github.com/scify/talkandplay","last_synced_at":"2025-06-11T09:09:37.364Z","repository":{"id":42382236,"uuid":"60765734","full_name":"scify/TalkAndPlay","owner":"scify","description":"Talk and Play is a system that allows people with disabilities to communicate, play games, listen to music, watch movies, and train for a quicker rehabilitation.","archived":false,"fork":false,"pushed_at":"2024-04-01T23:57:50.000Z","size":61333,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-12T04:40:25.514Z","etag":null,"topics":["assistive","assistive-tech","assistive-technology","java","java-swing","rehabilitation","xml"],"latest_commit_sha":null,"homepage":"https://www.scify.gr/site/en/impact-areas-en/assistive-technologies/talk-play","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-06-09T10:12:41.000Z","updated_at":"2025-03-09T13:03:19.000Z","dependencies_parsed_at":"2025-04-12T04:32:02.020Z","dependency_job_id":"d191bb7e-8159-471d-b8cd-1ee91be3cfd4","html_url":"https://github.com/scify/TalkAndPlay","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scify%2FTalkAndPlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scify%2FTalkAndPlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scify%2FTalkAndPlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scify%2FTalkAndPlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scify","download_url":"https://codeload.github.com/scify/TalkAndPlay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scify%2FTalkAndPlay/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":257677210,"owners_count":22584924,"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":["assistive","assistive-tech","assistive-technology","java","java-swing","rehabilitation","xml"],"created_at":"2024-11-07T10:15:06.751Z","updated_at":"2025-06-11T09:09:37.339Z","avatar_url":"https://github.com/scify.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TalkAndPlay\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/resources/tp_logo_small.png\" alt=\"screenshot\"\u003e\n\u003c/p\u003e\n\n## About\nTalk and Play is a system that allows people with disabilities to:\n\n- communicate with their environment\n- be more independent during their leisure time\n- receive training and exercise for rehabilitation at home, under the guidance of their therapist.\n\nThis way, they will be able to communicate, listen to music, watch movies and train for a quicker rehabilitation.\n\n## Building and running the project\n\nThis project uses [Maven](https://maven.apache.org/) as a build tool.\n\nIn order to build the executable files, run:\n```bash\nmvn clean package\n```\n\nThis will generate a `target/talkandplay-X.Y-SNAPSHOT-jar-with-dependencies.jar` file.\n\nIn order to run the file, the **active working directory** must have the following configuration files, as well as the `resources` directory:\n\n```bash\nresources/\nconf.xml\nlog4j.properties\nproperties.xml\n```\n\n## Updater\n\nOnce running, the app looks at the URL defined in the `versionFileUrl` field in `properties.xml` in order to check for an update version.\nIf a new version is found, then the file defined in `zipUrl` is downloaded, extracted, and it's contents overwrite the resource files of the project.\n\n## Screenshots\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp1.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp2.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp3.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp4.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp5.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp6.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp7.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp8.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp9.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp10.png\" alt=\"screenshot\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/scify/TalkAndPlay/master/screenshots/tnp11.png\" alt=\"screenshot\"\u003e\n\n## Development\nThe project is being developed by SciFY with the exclusive donation from [Stavros Niarchos Foundation](http://www.snf.org/en/).\n\nUpload icon made by [Yannick](http://www.flaticon.com/authors/yannick) from [Flaticon](www.flaticon.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscify%2Ftalkandplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscify%2Ftalkandplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscify%2Ftalkandplay/lists"}