Skip to content

A Flask app for a userstudy that can be deployed to Google Cloud App Engine

Notifications You must be signed in to change notification settings

lvsn/userstudy-flask-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User study Flask app

A Flask app for a user study where the user is asked to choose between two images. The images should be in the /pic/background/ and /pic/distorted/ folders.

First set up a virtual environment and install the required packages:

conda create -n user_study python
conda activate user_study
pip install -r requirements.txt

To run the app locally:

python main.py

To deploy on Google Cloud App Engine:

  1. Create a MySQL database on Google Cloud SQL to store the results and fill-in the details in main.py and app.yaml.
  2. Follow the tutorial here to deploy the flask app to Google Cloud.

About

A Flask app for a userstudy that can be deployed to Google Cloud App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.9%
  • Python 36.1%