This project focuses on the early detection of Autism Spectrum Disorder (ASD) in individuals through feedback analysis using various machine learning classification algorithms.
This project aims to develop a classification model that can aid in the early detection of ASD by analyzing feedback. We implemented different machine learning algorithms, such as K-Nearest Neighbors (KNN) and Naive Bayes, to accurately identify signs of ASD. Additionally, we created a research paper that details the construction of the project, our findings, and the potential impact on early ASD detection.
To get a local copy up and running, follow these simple steps:
Ensure you have Python and Jupyter Notebook installed. You will also need to install the necessary Python libraries.
git clone https://github.com/yourusername/autism-detection-ml.git
pip install -r requirements.txt
jupyter notebook
data/
: Contains the dataset used for training and testing the model.notebooks/
: Jupyter notebooks with code and explanations for the project.models/
: Saved models for later use.research-paper/
: The research paper detailing the project.requirements.txt
: List of Python libraries required.README.md
: Project documentation.notebooks/
directory to explore the data and see the implementation of the classification algorithms.research-paper/
directory to read the detailed explanation of the project and its findings.Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
).git commit -m 'Add some AmazingFeature'
).git push origin feature/AmazingFeature
).Distributed under the MIT License. See LICENSE
for more information.
Thank you for checking out our project on Autism Detection using Machine Learning. If you have any questions or suggestions, please feel free to contact us.