Skip to content

Flutter app which helps farmers take the right decisions with their crop regarding diseases. Our team's idea for GDSC solution challenge 2024

Notifications You must be signed in to change notification settings

LakshyaSharma207/KrishiSankalp-gdsc-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Krishi Sankalp

This Flutter app was my team named 'Adbhut', final project for GDSC 2024's Solutions Challenge. Its main feature is a tensorflow model which detects which disease a crop has based on its affected leaves. It has Firebase connectivity and uses Firestore Database for storing user and disease information.

Presentation

Installation

Follow the setup guide in flutter's documentation here. Android Studio or VS Code are the preferred environment.

Also make sure that flutter sdk is installed and in your $PATH.

Download the project

git clone https://github.com/LakshyaSharma207/KrishiSankalp-gdsc-solutions.git

Inside of the project directory run below command in terminal

flutter pub get

For testing the app using your own Firebase project

First go to console.firebase.google.com and create a new project. Make sure its in testing mode. Now you would be needing Authentication and Firestore Database.

After adding a new project download Firebase tools in your cli and login.

Using flutterfire generate your own configure file for the new project created in console.firebase with your private apis and keys.

Then to run the project (in android emulator)

flutter run

Note: Since its an andorid application the test build can also run in physical devices with enabled devloper settings and usb debugging 'on'.