{"library":"rf-clip","title":"RF-CLIP","description":"A library for performing inference with RF-CLIP (Risk Factor CLIP) models. Integrates CLIP-based vision-language understanding with risk factor analysis. Latest version: 1.1. Release cadence: infrequent.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install rf-clip"],"cli":null},"imports":["from rf_clip import RFCLIP"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from rf_clip import RFCLIP\nmodel = RFCLIP()\nresult = model.predict(image_path='path/to/image.jpg', text='a risky scenario')\nprint(result)","lang":"python","description":"Basic usage: load the model and run inference on an image and text prompt.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}