GitXplorerGitXplorer
H

Research_Project_2022

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
29a6c026385808eba3eccab5427e06c0563aa04e

Add files via upload

HHarushii18 committed 2 years ago
Verified
43d0bbbecbd753efdc35e4b64e0685d52b64a40a

Update README.md

HHarushii18 committed 2 years ago
Verified
05cf41d9b7281e9cbb5b03c5a5761c55dd2c7c37

Update README.md

HHarushii18 committed 2 years ago
Unverified
6428e2e57d9d754ca26b1ade9fc04fdb2a4d6178

changed the details in for batch no

HHarushii18 committed 2 years ago
Unverified
db8ddf74fd5fda8fdcd6f185779f492530c5f447

Made many changes to batch numbers since it was 116 not 117

HHarushii18 committed 2 years ago
Verified
4859b9326714a5e849d0c5bd43b48e03dfd3deba

Added transfer learning file

HHarushii18 committed 2 years ago

README

The README file for this repository.

Convolutional Neural Network Model Building for Future Medicinal Plant Recognition


Author: Suraksha Motilal

Student Number: 2108903


  1. About the project:

    Globally, it is estimated that 80% of the population makes use of traditional medicine to treat diseases. In the last century, correlations were found between traditional medicines and their pharmacological action, therefore pharmaceutical companies from abroad have since exploited medicinal plants from regions in Africa, including South Africa. Not only have pharmaceutical companies made use of these plants but, in the year 2000, 3 million South Africans used traditional medicines as primary health care \cite{Louw}, with the number growing over the years to 27 million in 2021.

    Due to this growing demand for medicinal plants in South Africa, many areas have faced over-exploitation of these plants which threatens biodiversity . To solve this problem to an extent, the automatic classification of medicinal plants will be able to assist in the preservation of indigenous plant species by identifying the species and families that require conservation. This project aims to study the automatic recognition of indigenous South African medicinal plants to aid taxonomists in identifying these plants and assist the population that uses them for primary health care.

    This project uses Convolutional Neural Networks to classify plant species, hoping to use these methods in the future on a future South African dataset.

  2. Datasets:

    This project will not run without the datasets it is trained on. The code makes use of two image datasets: the Healthy and Diseased Dataset and the Flavia Dataset. The image data for this project can be found in this google drive folder

  3. Models used:

    A CNN was used and tested with various features as well as data augmentation techniques using ImageDataGenerator.

    Please refer to the Research Report for further details.

  4. Additional notes:

    Although Transfer Learning was attempted, as seen in this repository, it was not mentioned in the Research Report as the methods resulted in too poor results. Other works did define that their model was trained for 1000 epochs, but due to early stopping and time constraints, that was not reached.