The repository is organized as follows:
root/
βββ plantclef/ # Main codebase for the project
βββ tests/ # Unit tests for the project
βββ notebooks/ # Jupyter notebooks for data exploration and modeling
βββ user/ # User-specific directories for experimentation
βββ scripts/ # Utility scripts for data processing and automation
βββ docs/ # Documentation for the project
plantclef/
: Contains the core modules and submodules for the project.tests/
: Includes test cases to ensure code quality and correctness.notebooks/
: Jupyter notebooks for exploratory data analysis and prototyping.user/
: A scratch space for users to experiment without affecting the main repository.scripts/
: Scripts for tasks such as data preprocessing and model evaluation.docs/
: Documentation explaining the code, datasets, and models.