crop-rotations / README.md
ionosphere's picture
Update readme
b67c74a verified

A newer version of the Gradio SDK is available: 5.13.0

Upgrade
metadata
title: Crops rotations
emoji: 🦀
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 4.16.0
app_file: app.py
pinned: false
license: mit
short_description: Propose crops rotations for your farm

Run on a space

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Simply push your code on a huggingface space.

Run locally

You must have python (3.8)[https://www.python.org/downloads/].

Check https://www.gradio.app/guides/quickstart for more details about Gradio.

Install dependencies

pip install gradio

pip install -r requirements.txt

Add Mistral API Key to your environement variables

in ~/.profile or ~/.bashrc

export MISTRAL_API_KEY=YOUR_API_KEY

Run your code

python3 app.py

Open your browser to http://127.0.0.1:7860