/Typhoon_Master

Official source code for my master graduation thesis which English name is Research on Typhoon Movement and Intensity Forecasting Based on Deep Learning Method and Chinese name is 《基于深度学习的台风路径与强度预测方法研究

Primary LanguageHTMLApache License 2.0Apache-2.0

Typhoon_Master

This repository is the official source code for my master graduation thesis which English name is Research on Typhoon Movement and Intensity Forecasting Based on Deep Learning Method and Chinese name is 《基于深度学习的台风路径与强度预测方法研究》. The original paper has been published on CNKI link. Many thank to my supervisor Prof. Yunming Ye, Prof. Xutao Li, and classmates that ever help me for this research.


For the source code of the Typhoon Path prediction. Please kindly refer to this link: https://github.com/xuguangning1218/Typhoon_Path/


For the source code of the Typhoon Intensity prediction. Please kindly refer to this link: https://github.com/xuguangning1218/TI_Prediction


This repository is the display website system for both Typhoon Path and Intensity prediction.

To run this website system. Please kindle follow these steps:

  • Step 1. Install the requirement environment
conda env create -f Typhoon_Master.yaml
  • Step 2. Run the main python file named app.py
python app.py
  • Step 3. Enter 'your ip addree:8080' in a web browser
For example: 127.0.0.1:8080
  • Finally, you can see the main window of this website as follows: image