百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

acat

> 编程语言
开源

辅助上下文感知工具包 (ACAT)

3.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

辅助上下文感知工具包 (ACAT)

Official release of ACAT is available here

Background

The Assistive Context-Aware Toolkit (ACAT) is an open-source platform created at Intel Labs. It is designed to enhance communication for individuals with restricted speech and typing capabilities. It achieves this by providing functionalities like keyboard simulation, word/sentence prediction, and speech synthesis.

ACAT was originally developed by researchers in Intel Labs for Professor Stephen Hawking. He was instrumental to the design process and was a key contributor to the project design and validation. After deploying the system to Professor Hawking, Intel turned its attention to the larger community and continued to make ACAT more configurable to support a larger set of users.

By making this configurable platform open source, the goal is to encourage developers to continue to expanding its capabilities by adding new user interfaces, new sensing modalities, language prediction, and other features.

ACAT is developed in C# using Microsoft Visual Studio* 2022 and .NET 4.8.1. It runs on Windows® 10 (20H2 or higher) and 11.

Versioning

The master branch on Github will always contain the most recent release of ACAT.

The dev branch contains commits from the ACAT development team towards upcoming releases of ACAT. Do not clone the dev branch as it has changes that are still in flux and the solution may not be stable.

Cloning the repo

This repo uses Large File Storage (LFS) and includes submodules. You may run into problems if you use GitHub Desktop to clone it. As a workaround, use Git from the command line.

Clone the repo:
$ git clone https://github.com/intel/acat.git

If you are cloning for the first time:
$ git submodule update --init --recursive

Pull in all the latest changes for the submodules:
$ git pull origin master --recurse-submodules

Configuration

ACAT uses JSON configuration files for flexible customization. Key configuration types include:

  • ActuatorSettings - Input device configurations (keyboard, camera, BCI, switches)
  • Theme - Color schemes and UI styling
  • PanelConfig - UI panel layouts (scanners, keyboards, menus)
  • Abbreviations - Text abbreviation expansions
  • Pronunciations - Custom word pronunciations for text-to-speech

Documentation

  • JSON Configuration Guide - User guide for configuring ACAT
  • Developer Guide - For developers extending the configuration system
  • Quick Reference - Quick reference card
  • Migration Guide - Migrating from XML to JSON

Modernization Documentation

  • ACAT Modernization Plan - Complete modernization roadmap
  • Dependency Injection Guide - DI architecture and implementation guidance
  • Logging Migration Guide - Logging migration strategy and implementation details
  • Documentation Index - Complete documentation index

Configuration Files

Configuration files are located in %APPDATA%\ACAT\Config\ and support VS Code IntelliSense for easy editing. See the JSON Configuration Guide for details.

License

ACAT is distributed under the Apache License, Version 2.0.

Project Website

Click here for the ACAT project website.

Contact the team

Click here to contact the ACAT team.

Issues· 22 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言