Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Advanced Vision and Learning Lab
university
https://avll.engr.tamu.edu/
https://github.com/Advanced-Vision-and-Learning-Lab
Activity Feed
Request to join this org
Follow
3
AI & ML interests
None defined yet.
Recent Activity
fahimehorvatinia
updated
a Space
about 2 months ago
AVLL/Automated_Plant_Analysis_Pipeline_Demo
fahimehorvatinia
updated
a Space
about 2 months ago
AVLL/Automated_Plant_Analysis_Pipeline_Demo
sreechandar
updated
a Space
about 1 year ago
AVLL/README
View all activity
Team members
3
Organization Card
Community
About org cards
import gradio as gr from filters import as_gray def process(input_image): output_image = as_gray(input_image) return output_image demo = gr.Interface( process, "image", "image", examples=["lion.jpg", "logo.png"], ) demo.launch() from skimage.color import rgb2gray def as_gray(image): return rgb2gray(image) # Same syntax as requirements.txt scikit-image
spaces
2
Running
1
Plant Analysis Demo
🌿
Analyze plant images to get detailed statistics and visualizations
models
0
None public yet
datasets
0
None public yet