API from Embrapa vitivinicultura website (v.2)
This API was developed for the first tech challenge in FIAP's Machine Learning Engineering Course 2024. The objective was to create a webscraping script for Embrapa's Vitivinicultura website and build an API to render this data for a Machine Learning model. All data are from Rio Grande do Sul, which represents 90% of Brazil's wine production, and were collected between 1970 to 2023.
- API documentation and endpoints
- This API was delivered on a Free Web Service in the Render Platform. As it is free, the instance will spin down with inactivity, which can delay requests by 50 seconds or more.
cd /path/to/your/project
pip install -r requirements.txt
cd /path/to/your/project
pytest