- Make & activate venv:
python -m pip install virtualenv python -m venv venv4vizag source venv4vizag/bin/activate (Linux|Mac) venv4vizag\Scripts\activate (Windows)
- Install requirements:
python -m pip install -r requirements.txt
- Make a
secrets/
directory; ask ujjawal forhf_token
file and put inside it.
- Test Image Captioning:
python baseclip.py
(Image to String). - Test Retrieval:
python retrieval.py
(Search docs similar to user query.) - Test Generation:
python generation.py
(Test Generation; note need~6 GB GPU VRAM
). - Test ViZAG:
python vizag.py