Skip to content

naver-ai/aacesstalk-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AACessTalk: Tablet application for fostering communication between parents and minimally verbal autistic children

This is a monorepo of an artifact of research paper, "AACessTalk: Fostering Communication between Minimally Verbal Autistic Children and Parents with Contextual Guidance and Card Recommendation" at ACM CHI 2025.

Website: https://naver-ai.github.io/aacesstalk

Tech Stack

  • Workspace: NX CI Monorepo (https://nx.dev/ci/intro/ci-with-nx)
  • Mobile client: React Native (Written in TypeScript)
  • Backend: FastAPI (Written in Python)
  • Intelligence: OpenAI API

Get Started

Prerequisite

Installation

  1. Run frontend installation script

    > npm run setup-js
  2. Run backend installation script

    > nx run backend:setup

Running Backend server

  • Development mode

    > nx run backend:run-dev
    
  • Production mode (Uses Guicorn deamon https://gunicorn.org/)

    > nx run backend:run-prod
    

Running Mobile Client (Tablet or Emulator)

  • Android (Tested via user study)

    > nx run client-rn:run-android
    
  • iOS (Not tested)

    > nx run client-rn:run-ios
    

Cite AACessTalk

ACM Citation

Dasom Choi, SoHyun Park, Kyungah Lee, Hwajung Hong, and Young-Ho Kim. 2025. AACessTalk: Fostering Communication between Minimally Verbal Autistic Children and Parents with Contextual Guidance and Card Recommendation. In CHI Conference on Human Factors in Computing Systems (CHI ’25), April 26-May 1, 2025, Yokohama, Japan. ACM, New York, NY, USA, 25 pages. https://doi.org/10.1145/3706598.3713792

BibTeX

  @inproceedings{choi2025aacesstalk,
    title={AACessTalk: Fostering Communication between Minimally Verbal Autistic Children and Parents with Contextual Guidance and Card Recommendation},
    author={Dasom Choi and SoHyun Park and Kyungah Lee and Hwajung Hong and Young-Ho Kim},
    year = {2025},
    publisher = {Association for Computing Machinery},
    address = {New York, NY, USA},
    url = {https://doi.org/10.1145/3706598.3713792},
    doi = {10.1145/3706598.3713792},
    booktitle = {Proceedings of the 2025 CHI Conference on Human Factors in Computing Systems},
    location = {Yokohama, Japan},
    series = {CHI '25}
  }

Research Team (In the order of paper authors)

  • Dasom Choi (PhD Candidate at KAIST) https://dasomchoi.com/
  • SoHyun Park (Researcher at NAVER Cloud)
  • Kyungah Lee (Licensed Counselor at Dodakim Child Development Center)
  • Hwajung Hong (Associate Professor at KAIST) https://hwajunghong.com
  • Young-Ho Kim (Research Scientist at NAVER AI Lab) http://younghokim.net *Corresponding author

Code maintainer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published