Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.69 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.69 KB

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.

Noora

Improve your social conversation using AI

A platform utilizing conversational AI to improve the social conversation of individuals with Autism Spectrum Disorder (ASD).

Stanford University

Powered by Vercel


Overview

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.

Developer Setup

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