{"id":34636767,"url":"https://github.com/entertech/enter-affectivecloud-ios-sdk","last_synced_at":"2025-12-24T17:04:08.527Z","repository":{"id":37390590,"uuid":"202513484","full_name":"Entertech/Enter-AffectiveCloud-iOS-SDK","owner":"Entertech","description":"The affective cloud iOS SDK and demo./回车情感云 iOS SDK 和 演示 demo，通过此 SDK 实现快速接入情感云。","archived":false,"fork":false,"pushed_at":"2025-01-20T02:41:19.000Z","size":10486,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-02T20:47:38.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.affectivecloud.com","language":"Swift","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/Entertech.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-08-15T09:29:29.000Z","updated_at":"2025-01-20T02:41:20.000Z","dependencies_parsed_at":"2024-01-31T09:50:26.496Z","dependency_job_id":"f5e76e43-86d8-4d84-9c9e-abcbb2c590cd","html_url":"https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK","commit_stats":{"total_commits":589,"total_committers":4,"mean_commits":147.25,"dds":0.06621392190152797,"last_synced_commit":"b74da137acf683c4e0587dd88358ecc9b69ced34"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/Entertech/Enter-AffectiveCloud-iOS-SDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-AffectiveCloud-iOS-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-AffectiveCloud-iOS-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-AffectiveCloud-iOS-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-AffectiveCloud-iOS-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Entertech","download_url":"https://codeload.github.com/Entertech/Enter-AffectiveCloud-iOS-SDK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-AffectiveCloud-iOS-SDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28005408,"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-12-24T02:00:07.193Z","response_time":83,"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":[],"created_at":"2025-12-24T17:02:34.541Z","updated_at":"2025-12-24T17:04:08.511Z","avatar_url":"https://github.com/Entertech.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[English Readme](/README_EN.md)\n\n# Enter-AffectiveCloud-iOS-SDK\n\n## 目录\n\n- [Enter-AffectiveCloud-iOS-SDK](#enter-affectivecloud-ios-sdk)\n  - [目录](#目录)\n  - [SDK 说明](#sdk-说明)\n  - [Demo演示](#demo演示)\n  - [结构说明](#结构说明)\n  - [安装集成](#安装集成)\n    - [版本需求](#版本需求)\n    - [Cocoapods](#cocoapods)\n\n## SDK 说明\n\n回车情感云可以根据用户的脑波数据和心率数据来进行高级情绪情感数据分析的一个云算法平台，同时能给出包括：放松度、注意力、愉悦值，压力值、激动度（内测）在内的多种情绪情感值。详情请查看[官网](https://www.entertech.cn)。\n\n在开始开发前，请先查看回车情感云的[开发文档](https://docs.affectivecloud.com)，了解情感云平台的架构和所能提供的服务具体说明，确定好你的应用中所需要的服务。你还需要联系管理员注册好测试应用，然后再进行开发。\n\n为了方便你进行 iOS 平台的快速开发，我们提供了情感云快速开发 SDK，通过本 SDK 你可以快速地将情感云的能力集成到你的 app 中。\n\n## Demo演示\n\n[心流](https://github.com/Entertech/Enter-AffectiveCloud-Demo-iOS.git)这个演示应用集成了基础蓝牙功能、蓝牙设备管理界面、情感云SDK、以及自定义的数据展示控件，较好的展示了脑波及心率数据从 硬件中采集到上传情感云实时分析最后产生分析报表及数据展示的整个过程。\n\n## 结构说明\n\n- [EnterAffectiveCloud](EnterAffectiveCloud/)提供了向算法平台提供脑波数据和心率数据的接口，同时可以计算多种情绪值\n- [EnterAffectiveCloudUI](UI/EnterAffectiveCloudUI/) 提供了各UI模块用以展示实时数据和报表数据(可选)。\n\n\u003cimg src=\"https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK/blob/master/img/6.png\" width=\"500\"\u003e\n\n## 安装集成\n\n### 版本需求\n- Xcode 10.2\n- Swift 5.0\n\n### Cocoapods\n\n添加下面内容到你的 Podfile。\n\n```\n\ntarget 'Your Target' do\n    pod 'EnterAffectiveCloud', :git =\u003e 'https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK.git', :branch =\u003e 'master'\n    #(可选)\n    pod 'EnterAffectiveCloudUI', :git =\u003e 'https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK.git', :branch =\u003e 'master'\nend\n\npost_install do |installer|\n  installer.generated_projects.each do |project|\n    project.targets.each do |target|\n      target.build_configurations.each do |config|\n        config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'\n      end\n    end\n  end\nend\n```\n运行 `pod  install` 安装命令.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentertech%2Fenter-affectivecloud-ios-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentertech%2Fenter-affectivecloud-ios-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentertech%2Fenter-affectivecloud-ios-sdk/lists"}