An easy-to-use app to visualise attentions of various VQA models. Please click here to see a live demo of the app!
• Models
• Requirements
• Installation
• How to run
• How to use
• Contributing
• Acknowledgements
• MFB - Multi-modal Factorized Bilinear Pooling with Co-Attention Learning for Visual Question Answering
Zhou Yu, Jun Yu, Jianping Fan, Dacheng Tao
Arxiv
• (Coming soon) MCAN - Deep Modular Co-Attention Networks for Visual Question Answering
Zhou Yu, Jun Yu, Yuhao Cui, Dacheng Tao, Qi Tian
Arvix
Please check the requirements.txt file for the version numbers.
git clone https://github.com/apugoneappu/ask_me_anything.git && cd ask_me_anything
new_env
)pip install -r requirements.txt
From the directory of this repository, do the following -
conda activate new_env
streamlit run main.py
Done! 🎉
First of all, thank you for wanting to contribute to this work! I will try and make your job as easy as possible. Detailed instructions coming soon ...
This repository has been built by modifying the OpenVQA repository.
I would also like to thank Yash Khandelwal, Nikhil Shah and Chinmay Singh for their support and amazing suggestions!
Huge thanks to Streamlit for making all of this possible and for Streamlit Sharing that enables free hosting of this app! ❤️