Image Feature Extraction Using GenAI
1.0.0
This project implements an advanced generative AI pipeline for extracting and rating features from images. It combines the power of Florence-2, a state-of-the-art vision-language model, with a fine-tuned version of Mistral-v3, a cutting-edge large language model.
To run this project, follow these steps:
python scrapeImages.py
This will scrape images from Airbnb based on the dataset.
GenAI_Approach.ipynb
Jupyter notebook. Follow the instructions within the notebook to process the images and extract features.Important note: Ensure you use the same file and directory names as specified in the scripts, or modify the paths in the code to match your directory structure.