Update README.md
Browse files
README.md
CHANGED
|
@@ -85,6 +85,10 @@ from tensorflow.keras.models import load_model
|
|
| 85 |
model = load_model('total_return_model.keras')
|
| 86 |
```
|
| 87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
## Training Details
|
| 89 |
|
| 90 |
The Climate Index AI LSTM model leverages a comprehensive dataset that integrates historical climate, economic, and real estate data. This structure allows the model to capture the complex relationships between climate variables and financial conditions influencing property returns.
|
|
|
|
| 85 |
model = load_model('total_return_model.keras')
|
| 86 |
```
|
| 87 |
|
| 88 |
+
## Try it live
|
| 89 |
+
|
| 90 |
+
[Live Demo](https://huggingface.co/spaces/climateindexai/total_return_prediction)
|
| 91 |
+
|
| 92 |
## Training Details
|
| 93 |
|
| 94 |
The Climate Index AI LSTM model leverages a comprehensive dataset that integrates historical climate, economic, and real estate data. This structure allows the model to capture the complex relationships between climate variables and financial conditions influencing property returns.
|