MartyNattakit
add api, frontend, requirements
ef0d2f0
raw
history blame contribute delete
163 Bytes
"""
api/
FastAPI application exposing the vulnerability classification pipeline.
Entry point: api/main.py
Run: uvicorn api.main:app --host 0.0.0.0 --port 7860
"""