/farmware

Estimate soil moisture on farms using satellite imagery.

Primary LanguageTypeScript


Farmware can analyse your farm for the soil moisture, and get recommend about the high yeilding crops all using satellite images.


✨ Demo: farmware-xi.vercel.app

Tech stack ⚒️

Convex Next JS TypeScript TailwindCSS Vercel React

Development Guide 🚀

  1. Run yarn to install dependencies.
  2. Copy and rename .env.example to .env.local and fill in the required environment variables.
  3. Run npx convex dev to start the convex dev server and deploy the functions and db schema defined. Select the project of your choice.
  4. In a separate terminal, run yarn dev to start the dev server.