Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vn6295337
/
Instant-SWOT-Agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
09c3333
Instant-SWOT-Agent
/
src
/
api
/
__init__.py
vn6295337
Initial commit: Instant SWOT Agent
0c591a7
4 months ago
raw
Copy download link
history
blame
136 Bytes
"""
API module for Instant SWOT Agent.
Provides FastAPI backend for React frontend.
"""
from
src.api.app
import
app
__all__ = [
"app"
]