Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Agents-MCP-Hackathon/ScouterAI
stevenbucaille
/
ScouterAI
like
4
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7e327f2
ScouterAI
/
remote_tools
/
app.py
stevenbucaille
Add initial project structure with core functionality for image processing agents
7e327f2
3 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
modal
from
.image
import
image
app = modal.App(
"image-agent-tools"
, image=image)