Our Website


Built With

  • 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

Deploy on your computer

Instalation

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

Deployment

gunicorn --bind 0.0.0.0:5000 app:app

Contributors