Veagle significantly improves the textual understanding & interpretation of images. The unique feature of Veagle
is in its architectural change along with a combination of different components: a vision abstractor from mPlugOwl,
Q-Former from InstructBLIP, and the Mistral language model. This combination allows Veagle to better understand and
interpret the connection between text and images achieving state-of-the-art results. Veagle starts with a pre-trained
vision encoder and language model and is trained in two stages. This method helps the model effectively use information
from images and text together.
Further details about Veagle can be found in this detailed blog post:
https://superagi.com/superagi-veagle/
11.Clone the repository
2git clone https://github.com/superagi/Veagle
3cd Veagle
12. Run installation script
2source venv/bin/activate
3chmod +x install.sh
4./install.sh
13. python evaluate.py --answer_qs \
2 --model_name veagle_mistral \
3--img_path images/food.jpeg \
4 --question "Is the food given in the image is healthy or not?"
Rajat Chawla, Arkajit Dutta, Tushar Verma, Adarsh Jha, Anmol Gautam, Ayush vatsal,
Sukrit Chatterjee, Mukunda NS, Ishaan Bhola