- VueJS -Javascript library to make reactive and responsive websites
- Bootstrap - To build our template
- Flask - Used to serve as REST API server to communicate our model and front-end
- Gunicorn - Used to handle our HTTP server
- NGINX - Used to handle out HTTP proxy server
Install miniconda3 in your system https://docs.conda.io/en/latest/miniconda.html
Then create new environment
conda create -f UI.yml
Activate the environment
conda activate UI
gunicorn --bind 0.0.0.0:5000 app:app
- Luis Chumpitaz - Team Lead, Front End Development, UI/UX designer
- Christian Melendez - Front End Development, UI/UX designer
- Abraham Zepeda - Front End Development, UI/UX designer
- Gian Carlo L. Baldonado - Front End Development, UI/UX designer
- Kevin Venegas - Github Master