Arabic_dialect_classification

This project aims to classify 18 different dialects existing in the middle east region

Google Slides

The design details and philosophy can be found in the google slide

Google Slides

Project Organization

├── LICENSE
├── Makefile           <- Makefile with commands like `make data` or `make train`
├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── external       <- Data from third party sources.
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── api                <- the folder containing the Fastapi module for model inference
│
├── docs               <- A default Sphinx project; see sphinx-doc.org for details
│
├── models             <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks          <- Jupyter notebooks. 
│                         
│                         
│
├── references         <- The (QADI) paper and task description.
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt`
└── 

Project based on the cookiecutter data science project template. #cookiecutterdatascience