Skip to content
/ VQA Public

Visual Question Answer (VQA) software! Powered by Flask, this project seamlessly combines images and questions to generate accurate responses. Explore the world of interactive visual understanding with ease.

Notifications You must be signed in to change notification settings

shivam1423/VQA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VQA

Running the app locally

  1. Create virtual enviornment
python -m venv venv
  1. Activate the virtual enviornment
venv\Scripts\activate
  1. Install Dependent Library
pip install -r requirements.txt
  1. Run the server.py file
python server.py
  1. The app will run on http://127.0.0.1:5000/ in the browser.

About

Visual Question Answer (VQA) software! Powered by Flask, this project seamlessly combines images and questions to generate accurate responses. Explore the world of interactive visual understanding with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published