The Autism Detector is a web-based application designed to aid in the early detection of Autism Spectrum Disorder (ASD) through interactive assessments and games. The platform is built to be an accessible, cost-effective, and user-friendly tool for individuals, caregivers, and healthcare professionals.
- Standardized ASD Assessments – Includes the AQ-10 test to screen for autism traits.
- Interactive Cognitive Tests – Features finger-tapping exercises and visual memory games to analyze motor and cognitive skills.
- Emotional Development Games – Evaluates facial recognition and emotional response patterns.
- AI-Powered Insights – Uses Google Gemini API to enhance data interpretation and provide meaningful feedback.
- Cloud-Based Storage – Securely stores assessment results using Firebase, ensuring accessibility and data integrity.
By analyzing user responses and behaviors, the Autism Detector identifies potential autistic traits and assesses the presence and severity of ASD. This platform can be a valuable early screening tool, promoting timely intervention and better support for individuals with autism.
Follow these steps to set up and run the project locally:
Ensure you have the following installed:
- Node.js (for running the frontend)
- Firebase CLI (for backend integration)
- MetaMask or any Ethereum-compatible wallet (if applicable)
- Clone the repository:
git clone <repository-url> cd <repository-folder>
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the application in your browser:
http://localhost:3000
- ReactJS – For building a dynamic and interactive frontend.
- Firebase – For secure data storage and authentication.
- Google Gemini API – For AI-driven insights and data analysis.