Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prathamkandari/fasal_fusion_website

This repo contains the Minor Project 1 named Fasal Fusion: An Algorithmic Approach to Transform Crop Recommendations
https://github.com/prathamkandari/fasal_fusion_website

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![Group 26](https://github.com/prathamkandari/FASAL-FUSION/assets/107267866/73a51274-045a-483c-80b3-b9b1f998b166)

### 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](https://img.shields.io/badge/HTML-101010?logo=html5&logoColor=%23E34F26) ![Static Badge](https://img.shields.io/badge/JavaScript-101010?logo=javascript&logoColor=%23F7DF1E) ![Static Badge](https://img.shields.io/badge/CSS-202020?logo=css3&logoColor=%231572B6) ![Static Badge](https://img.shields.io/badge/AWS-202020?logo=aws&logoColor=%231572B6)

### Contributing

1. Fork the Project
2. Clone your forked repository

```sh
git clone https://github.com//FASAL-FUSION.git
```
3. Now go ahead and create a new branch and move to the branch
```sh
git checkout -b fix-issue-
```
4. After you have added your changes, follow the following command chain
* Check the changed files
```sh
git status -s
```

* Add all the files to the staging area
```sh
git add .
```
or
```sh
git add
```
* Commit your changes
```sh
git commit -m ""
```
5. Push your changes
```sh
git push origin fix-issue-
```
6. Open a Pull Request
>
> * Wait for the PR to be reviewed and merged.
>
> * Happy Coding!


Repobeats analytics image