adding necessary files

This commit is contained in:
Saugat Pandey
2023-02-05 15:43:17 -06:00
commit 1f2feea42f
118 changed files with 112115 additions and 0 deletions

9
ReactTool/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Mini VLAT Activity using REACT + Flask
This repository contains the following three major parts. Each directory has its own README on how to run the code.
## frontend
This directory contains the (React) frontend of our web application which will be used for user studies.
## backend
This directory contains the (Python Flask) backend of our our web application. Ultimately, the techniques we develope in preprocessing will be moved to this directory for deployment.