pallabi's picture
Update README.md
ef11b25 verified

A newer version of the Gradio SDK is available: 5.1.0

Upgrade
metadata
title: Flower_classifier
colorFrom: blue
colorTo: purple
sdk: gradio
license: apache-2.0
pipeline_tag: classification
metrics:
  - accuracy
library_name: tensorflow keras
emoji: 🌍

Model Card

Overview


Flower Classification_app

A simple and well designed web app to classify between 5 types flower.

Requirements

  • gradio
  • tensorflow
  • keras
  • matplotlib
  • Pillow
  • numpy

Table Of Contents

Introduction

A simple and well designed web app to translate between 5 types flower.

Prject Architecture

β”œβ”€β”€  data
β”‚    └── flowerClassifications.txt  - text dataset.
β”‚
β”‚
β”œβ”€β”€  docs 
β”‚    └── flowerClassifications.pdf  - paper of the related research.
β”‚
β”‚
β”œβ”€β”€  app.py - this module starts the app interface.
β”‚
β”‚
β”œβ”€β”€  LICENSE - license file of this project.
β”‚
β”‚
β”œβ”€β”€  README.md - readme file of this project.
β”‚
β”‚
β”œβ”€β”€  requirements.txt - list of required packages.

How To Run

# clone project   
git clone https://huggingface.co/spaces/pallabi/gradio_flower_classifier
# go inside the project directory 
cd gradio_flower_classifier
# install the required packages
pip install -r requirements.txt
# run the gradio app
python app.py 

License

Distributed under the Apache License 2.0. See LICENSE for more information.

Contributor

Pallabi Biswas - @pallabi - pallabi.stu2017@juniv.edu

Project Link: https://huggingface.co/spaces/pallabi/gradio_flower_classifie