Set up a Python 3 virtualenv and install the dependencies on it:
python3 -m venv venv
source venv/PATH/activate
pip install -r requirements.txt
flask run
When install new package, please run
pip install package && pip freeze > requirements.txt
專題報告: https://docs.google.com/presentation/d/189CTmLg8NowuFUIOH8DOUMqEn6EEyC5ZMxTGi2Wn_Bs/edit?usp=sharing
專題總結: 在有限的時間內實作,雖然在專題比賽並獲得佳績,但組員們都有可見的成長(程式碼沒有模組化也不太乾淨,傷眼抱歉)