Metadata-Version: 2.1
Name: frmodel
Version: 0.1.4
Summary: The base package to support frmodel data processing
Home-page: https://github.com/Eve-ning/frmodel
Author: Eve-ning
Author-email: dev_evening@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: seaborn
Requires-Dist: sklearn
Requires-Dist: scikit-image
Requires-Dist: tqdm
Requires-Dist: plotly
Requires-Dist: opencv-python
Requires-Dist: imagecodecs

# FRModel

Forest Recovery Model Research Project.

This project is under the **Nanyang Technological University** (NTU) **Undergraduate Research Experience on Campus** (URECA) Program.

# Install

It is recommended to fork for the latest updates, conda installation will not be updated unless explicitly requested

To build the Cython files, you need to run the one-liner `c_setup.bat`, if not using Windows, please run `c_setup.py`.

# Required Packages

Packages should be automatically downloaded. If not downloaded, here are the required packages.

**Python >= 3.7**

```
seaborn
sklearn
scikit-image
tqdm
plotly
opencv
```

# License

Licensed under the **Mozilla Public License 2.0**

https://github.com/Eve-ning/FRModel/blob/master/LICENSE


