Skip to content

boku13/FRAIL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRAIL

Face Recognition with AI using Low computational resources

Project Organization

├── 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.
│   │
│   ├── data                                <- Scripts to download or generate data
|   ├── models                                  <- Trained and serialized models, model predictions, or model summaries 
│   │
│   ├── utils                                <- Scripts utilities used during data generation or training
│   │
│   ├── training                            <- Scripts to train models
│   │
│   ├── validate                            <- Scripts to validate models
│   │
│   └── visualization                       <- Scripts to create exploratory and results oriented visualizations

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%