prathamkandari / FASAL-FUSION

This repo contains the Minor Project 1 named Fasal Fusion: An Algorithmic Approach to Transform Crop Recommendations

Home Page:http://fasalfusion.s3-website-us-east-1.amazonaws.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group 26

About the Project

The difficulty in modern agriculture is to optimize crop selection and resource management in the face of variable soil conditions. Traditional approaches are inefficient and have little technological leverage. This project aims to solve the problem by combining advanced algorithms, and a recommendation system. The goal is to provide farmers with a comprehensive decision-making framework that promotes data-driven decisions, increased crop productivity, and sustainable farming practices. The goal of this project is to bridge the gap between traditional agricultural wisdom and modern technology.

Tech Stack

Static Badge Static Badge Static Badge Static Badge

Contributing

  1. Fork the Project
  2. Clone your forked repository
 git clone https://github.com/<your_github_username>/FASAL-FUSION.git
  1. Now go ahead and create a new branch and move to the branch

    git checkout -b fix-issue-<ISSUE-NUMBER>
  2. After you have added your changes, follow the following command chain

    • Check the changed files
     git status -s
    • Add all the files to the staging area
      git add .
      or
      git add <file_name1> <file_name2>
    • Commit your changes
     git commit -m "<EXPLAIN-YOUR_CHANGES>"
  3. Push your changes

    git push origin fix-issue-<ISSUE-NUMBER>
  4. Open a Pull Request

  • Wait for the PR to be reviewed and merged.

  • Happy Coding!


Repobeats analytics image

About

This repo contains the Minor Project 1 named Fasal Fusion: An Algorithmic Approach to Transform Crop Recommendations

http://fasalfusion.s3-website-us-east-1.amazonaws.com/


Languages

Language:JavaScript 44.2%Language:SCSS 18.9%Language:Java 17.7%Language:CSS 10.7%Language:HTML 7.0%Language:HCL 1.6%