Skip to content

This repository will be used for IDP project for Group 5

Notifications You must be signed in to change notification settings

shure-dev/IDP_2022_Project

 
 

Repository files navigation

IDP_2022_Project

This repository will be used for IDP project for Group 5

Development Environment

python version 3.7

package managment system : pipenv

Install guide (only first time)

  1. install or confirm Python 3.7 on your machine

  2. run pip install pipenv to install pipenv

  3. run pipenv install to create new environment based on Pipfile

Also you need download tiff image and locate in data folder under this project.

run app (everytime)

  1. run pipenv shell to activate env

  2. run python app.py to start app

Others

if you install other package, run pipenv install somepackage after pipenv shell

pip install dash_bootstrap_components

exit()

pip install pipenv

create db

cd database python create_databse.py

About

This repository will be used for IDP project for Group 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.1%
  • Python 29.9%