This project develops a machine learning model to identify wood species from images. It utilizes TensorFlow, Keras, and several other libraries for data preprocessing, model building, hyperparameter tuning, and evaluation.
The project is developed on WSL Ubuntu 18.04 and uses Poetry for dependency management.
- Ensure you have Poetry installed. If not, install Poetry using the following command:
python3 -m pip install poetry
- Clone the repository to your local machine.
- Navigate to the project directory and install the dependencies using Poetry:
python3 -m poetry install --with dev
The dataset used for this project can be found at Hugging Face: Wood Species Identification Dataset.
For more detailed instructions and information on the project structure, refer to the individual scripts and notebooks in the repository.