Spaces:
Runtime error
Runtime error
File size: 2,093 Bytes
85e0f33 ef11b25 85e0f33 ef11b25 85e0f33 ef11b25 85e0f33 ef11b25 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
---
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
- **Model name:** Flower Classification
- **Model description:** Classification between 5 types flower.
- **Authors:** Pallabi Biswas
- **Repository link:** https://huggingface.co/spaces/pallabi/gradio_flower_classifier/tree/main
- **License:** Apache license 2.0
- **Contact information:** [email protected]
---
# 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](#introduction)
- [Project Architecture](#project-architecture)
- [How To Run](#how-to-run)
- [License](#license)
- [Contributor](#contributor)
### 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
```bash
# 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](https://huggingface.co/pallabi) - [email protected]
Project Link: [https://huggingface.co/spaces/pallabi/gradio_flower_classifie](https://huggingface.co/spaces/pallabi/gradio_flower_classifier) |