File size: 163 Bytes
ef0d2f0 | 1 2 3 4 5 6 7 | """
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
""" |
ef0d2f0 | 1 2 3 4 5 6 7 | """
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
""" |