AI-Enabled Early Autism Screening, Diagnosis Support & Post-Diagnosis Care Management Platform
# Backend
cd backend && npm install && npm run dev
# Frontend (new terminal)
cd frontend && npm install && npm run dev- Screening Agent: Video-based early risk detection (6-36 months)
- Clinical Support Agent: Evidence-based diagnostic reports
- Therapy Planning Agent: Personalized intervention plans
- Progress Monitoring: Continuous tracking and optimization
- Frontend: React + TypeScript + Vite
- Backend: Express.js + Node.js
- AI/ML: TensorFlow.js, MediaPipe
- LLM: OpenAI GPT-4 via LangChain.js
- Database: SQLite
Create .env in /backend:
OPENAI_API_KEY=your_key_here
PORT=3001