MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / face_recognition_banner

Function face_recognition_banner

IntelOSINT.py:19298–19302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19296
19297@app.route('/assets/face-recognition-banner.jpg')
19298def face_recognition_banner():
19299 path = Path(__file__).resolve().parent / "Immagine.jpg"
19300 if not path.exists():
19301 return "Immagine non trovata", 404
19302 return send_file(str(path), mimetype="image/jpeg")
19303
19304@app.route('/api/save_creds', methods=['POST'])
19305def api_save():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected