Steps to run

Step 0: (Only required for Windows)

Download Visual CPP Build Tools: https://download.microsoft.com/download/5/f/7/5f7acaeb-8363-451f-9425-68a90f98b238/visualcppbuildtools_full.exe

Step 1: Clone the git repo

git clone https://github.com/abhishekmsharma/cs218-imageportal

Step 2: Change Directory to move into the cloned repo

cd cs218-imageportal

Step 3: Install the requirements

pip install -r requirements.txt

Step 4: Launch the application

python application.py

Step 5: Open the application in browser

Visit http://127.0.0.1:5000/ in browser to run the app