Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 339 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 339 Bytes

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.