An AI Program that can tell the difference between pictures of apples and oranges using various algorithms
| Model | Time the model took to label the test image |
|---|---|
| Decision Tree | 40.053552865982056 seconds |
| K-Nearest Neighbors | 38.8537380695343 seconds |
| Logistic Regression | 32.968852043151855 seconds |
| Neural Network | 31.93968629837036 seconds |
| K-Means Clustering | 32.70771098136902 seconds, BUT it got it wrong! |