-
cdi
: contains the python functions for training models. You'll find scripts, modules, and packages here that are used to implement the algorithms and methods involved in the work. -
data
: store any necessary data files required for training models. This could include datasets, preprocessed data, or any other data-related resources. -
notebooks
: contains Jupyter notebooks that showcase the step-by-step process of using functions insrc
. These notebooks are meant to provide interactive examples, tutorials, and documentation for using the code in thesrc
folder. -
model
: save trained models, model weights and other pickle files.
This project is licensed under the MIT License.
Feel free to contribute, open issues, or submit pull requests if you have any improvements or ideas to share. Happy reading!