Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -295,14 +295,6 @@ def create_app(model_path):
|
|
295 |
)
|
296 |
|
297 |
gr.Markdown("""
|
298 |
-
## How it works
|
299 |
-
|
300 |
-
The app uses a deep learning model that combines:
|
301 |
-
- Audio analysis using MFCC features and LSTM neural network
|
302 |
-
- Image analysis using ResNet-50 convolutional neural network
|
303 |
-
|
304 |
-
The model evaluates watermelons on a scale from 0-13, where higher numbers indicate greater ripeness.
|
305 |
-
|
306 |
## Tips for best results
|
307 |
- For audio: Tap the watermelon with your knuckle and record the sound
|
308 |
- For image: Take a clear photo of the whole watermelon in good lighting
|
|
|
295 |
)
|
296 |
|
297 |
gr.Markdown("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
## Tips for best results
|
299 |
- For audio: Tap the watermelon with your knuckle and record the sound
|
300 |
- For image: Take a clear photo of the whole watermelon in good lighting
|