-- commands to run
npm install -g pnpm
pnpm i
set up environments
pnpm run dev
cd api
poetry shell
poetry install
uvicorn main:app --reload
sample input for /predict endpoint :
{
"rainfall": 10,
"crop": "wheat",
"soil_type": "black",
"season": "rainy",
"pesticide": "Mancozeb"
}
Go to this link and fork the repository
This repo will be available in your account from which you have forked
Copy the repo link in your account's repositories
Clone it
Now try to make some changes or improvements that you want to work on in the codebase locally
commit and push the changes to you account
After pushing the changes to your git account
go the repo in your repositories
and click on contribute button
click on create pull request
and you will be creating the pr
I will review and accept the pr