Autism AI is a software system developed by Dr Reza Shahamiri, the client and product owner (referred to from here on as PO), that employs deep learning algorithms to detect and diagnose autistic patterns. Currently, the AI is only accessible through an Android app. This significantly limits the number of users who can access the AI.
The application was designed to be run on Visual Studio 2019 and above. The application also requires Node.js and NPM for the additional libraries used in the React project. Additionally, the repository has standards for commit messages and pull requests. For more information on the git workflow please have a look at the wiki.
The steps for running the project should be as follows:
- Pull the development branch from GitHub
- Create a new branch for your changes
- Open the project in Visual Studio
- Open the terminal in Visual Studio
- Run "npm i" in the terminal
- Run "npm run dev" which should build the project
- In the top left-hand corner of Visual Studio run the project via the play button
- Once you've made your changes create a pull request for that branch into the dev branch