Summer RAID: Face Recognition with AI using Low Computational Resources
├── LICENSE
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
│
├── FRAIL <- Source code for use in this project.
│ │
│ ├── config <- Various hyperparameters to run experiments
│ │
| ├── data <- Scripts to download or generate data
│ │
│ ├── models <- Trained and serialized models, model predictions, or model summaries
│ │
│ ├── training <- Scripts to train models
│ │
│ ├── utils <- Scripts utilities used during data generation or training
│ │
│ └── validate <- Scripts to validate models