Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 581 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 581 Bytes

TripCloudApp Documentation

A simple web-based app for Cloud Computing group assignment

Installation

Pliease install python modules based on the versions in requirements.txt.

  • optional: if you don't wanna make your current conda enviroment messy, please create a new one as below:

    conda create -n YOUR_ENV_NAME python=3.8

    conda activate YOUR_ENV_NAME

then, install dependacies.

pip install -r requirements.txt

Run Locally

streamlit run app.py

Access Web-based APP

Access this link.