nico9ga/fruits-Classification-Model
017
1---2tags:3- image-classification4metrics:5- accuracy6model-index:7- name: fruits8 results:9 - task:10 name: Image Classification11 type: image-classification12 metrics:13 - name: Accuracy14 type: accuracy15 value: 0.989616license: unlicense17language:18- es19library_name: keras20---21<h1>Clasificador de Frutas</h1>22 23<h3>Este modelo es para la clasificacion de ciertos tipos de frutas dentro de las cuales encontramos: </h3>24<h4>-Banano</h4>25<h4>-Durazno</h4>26<h4>-Fresa</h4>27<h4>-Guayaba</h4>28<h4>-Kiwi</h4>29<h4>-Limon</h4>30<h4>-Mandarina</h4>31<h4>-Mango</h4>32<h4>-Manzana</h4>33<h4>-Manzana Verde</h4>34<h4>-Melon</h4>35<h4>-Naranja</h4>36<h4>-Papaya</h4>37<h4>-Pera</h4>38<h4>-Piña</h4>39<h4>-Sandia</h4>40<h4>-Tomate de Arbol</h4>41 