VLProjectCLIPS is a compact repository for replicating and analyzing a CLIPS-style vision–language workflow. The primary artifact is the notebook CLIPS_Replication_final.ipynb, which walks through the end-to-end replication pipeline (data → training/evaluation → plots/results).
CLIPS_Replication_final.ipynb— Main replication notebook (recommended entry point)CLIPS/— Supporting modules/utilities used by the notebook (if applicable)loss_curve.png— Example visualization produced by runs (training dynamics)CSE589_Project_Report.pdf: Report for the project
-
Clone the repository in Google Colab
git clone https://github.com/aks8134/VLProjectCLIPS
-
**Follow the steps in CLIPSReplicationFinal.ipynb in order to replicated the results**
Typical outputs include training/evaluation metrics and plots. The included loss_curve.png is an example of the kind of visualization generated during a run.
This repository is built as a replication-focused project around CLIP/CLIPS-style vision–language training and evaluation workflows.