A deep learning model designed to classify flowers such as Rose, Sunflower, and Tulip using image inputs.
- Flower classification from user-provided images.
- Batch categorization of high-quality images for improved model performance.
pip install -r requirements.txt
python main.py
streamlit run app.py
- Analyzer.h5: Pretrained model trained using TeachableMachines for flower classification. For now, the model is only trained to recognize 3 flowers i.e. Rose, Sunflower, and Tulips
- app.py: Contains a streamlit-based version of the main code.
- flower_sort.py: Simply differentiate between clear images that are accurate for analysis from the once that are pixalated/blur.
- labels.txt: Contains the labels for the flower categories.
- main.py: Recognizes flowers from the provided image.
- requirements.txt: File containing all required Python modules.