Skip to content

Commit 06c7bb3

Browse files
committed
Add Ag Forecasting application with open Lambda
1 parent 06f94d8 commit 06c7bb3

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

applications/ag-forecasting-api.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🌾 Agricultural Forecasting API
1+
# Agricultural Forecasting API
22

33
FastAPI-based ASGI service for crop disease risk forecasting using multi-source weather data, developed by the University of Wisconsin–Madison Data Science Institute and integrated with Open-Lambda technology.
44

@@ -7,18 +7,5 @@ FastAPI-based ASGI service for crop disease risk forecasting using multi-source
77
## Overview
88

99
The API provides geospatial agricultural intelligence for Wisconsin, combining weather data with validated crop disease forecasting models.
10-
11-
12-
## Setup
13-
14-
```bash
15-
git clone https://github.com/UW-Madison-DSI/ag_forecasting_api.git
16-
cd ag_forecasting_api
17-
18-
python -m venv .venv
19-
source .venv/bin/activate
20-
21-
pip install -r requirements.txt
22-
23-
uvicorn app:app --reload
24-
```
10+
The tool is now entering its next phase through integration with OpenLambda technology.
11+
For reference, please check the documentation [here](https://github.com/UW-Madison-DSI/ag_forecasting_api.git).

0 commit comments

Comments
 (0)