REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
31/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Flower Species Classification using TensorFlow
Overview
This repository contains a Jupyter Notebook that demonstrates the use of a convolutional neural network (CNN) to classify flower species from images. The model is built using TensorFlow and covers the complete workflow from data preprocessing to model training and performance evaluation.
Prerequisites
- Python 3.x
- TensorFlow 2.x
- NumPy
- Matplotlib (for visualization)
Installation
Clone this repository to your local machine using:
git clone https://github.com/your-username/flower-classification.git
jupyter notebook Flower_Classification.ipynb
Dataset
The dataset used in this notebook includes various flower species and is preprocessed for optimal model training performance.
Model
The CNN architecture defined in the notebook is structured to efficiently learn the distinguishing features of different flower species based on their images.
Evaluation
The notebook includes sections for evaluating the model's accuracy on test data, providing insights into its performance.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains programming assignments for the Deep Learning Specialization by deeplearning.AI. It includes Jupyter Notebooks for exercises in neural networks, hyperparameter tuning, convolutional networks, and sequence models.
56/100 healthRecently updatedActive repositoryHas homepage
Jupyter NotebookNo license#andrew-ng#andrew-ng-course#backpropagation#cnn
⑂ 2 forks◯ 1 issuesUpdated 7 days ago
Project homepage ↗🐭 rat detection using cnn this beginner-level computer vision project uses a convolutional neural network (cnn) to classify images as containing a rat or not. built in jupyter notebook with tensorflow and keras, it uses a pre-trained dataset and allows you to test custom images by placing them in a testing_folder.
57/100 healthActive repository
Jupyter NotebookMIT#animal-detection#cnn#deep-learning#jupyter-notebook