Please note that noora.app is a temporary domain while this project is under development. You can find the official site at noora.stanford.edu.
Improve your social conversation using AI
A platform utilizing conversational AI to improve the social conversation of individuals with Autism Spectrum Disorder (ASD).
Noora is is a research project led by Prof. Monica Lam, from Stanford University, with the goal of improving the social conversation of people with Autism Spectrum Disorder (ASD). The project is a collaboration between Stanford's Open Virtual Assistant Lab and Dr. Lynn Koegel from Stanford's Dept. of Psychiatry and Behavioral Sciences.
To run Noora locally for development, install the dependencies from your package manager and start the Next.js app. Make sure to create a .env.local
file following .env.example
.
npm install
npm run dev