Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.53 KB

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'.