Skip to content

gopalkumr/farmhelp

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

farmhelp Helping the Farmers

Scan Your Plant and get Insights.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

farmhelp

project screenshot is yet to be added

Find your diease and get insights about it. This project is under devlopment and part of Accenture hack and community service project.

Why this project?

  • Farmers are not able to identify the disease of their plants.
  • Farmers are not able to get the insights about the disease.
  • Farmers are not able to get the solution of the disease.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • flutter

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

create .env file in assets/ folder and add the following api keys

flask_api= 'your_flask_api'
SENTRY_DSN = 'your_sentry_dsn'
OPEN_WEATHER_API_KEY = 'your_api_key'
APPWRITE_PROJECT_ID = 'your_project_id'

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get your API Key at https://www.appwrite.com
  2. Clone the repo
    git clone https://github.com/gopalkumr/farmhelp
  3. Install all dependencies
    flutter pub get

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • [] Building the Authentication System
  • [] designing the UI
  • [] Training the model
  • Deploying the model

See the open issues for a full list of proposed features (and known issues).

see the trained Model. Click here

(back to top)

The AI Model

We used convolution networks for image classification of the disease classes. We converted the model and optimized it using the tensorflowlite format to be used on the android application in memory and time-efficient manner. The tensorflowlite converts the large heavy deep learning models to a smaller and mobile hardware supportive format. It also quantizes the parametric learning weights to reduce the model file size. For example, we converted our convolution model file of 2mb to 200kbs without compromising on the performance of the model. All the database for this app is stored locally to avoid the requirement of internet connection for its usage. The user just needs to click the image of his plant and the app helps them out with the rest.

challenges we Ran Into

None Of the flutter dependencies seems to working fine eg. Tflite (depreciated), tflite_flutter, flutter_tflite. We are trying our best to embed the pretrained model with flutter.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Gopal Kumar - @gopalkumar0 - gopalkumargupta337@gmail.com

Project Link: https://github.com/gopalkumr/farmhelp

Accenture Team

Gopal Kumar - @gopalkumar0 - Swetha PR - @swethaparthiban04 - Sachin Singh @sachin-singh-57a474206 -

(back to top)

The High Level design for this app

Logo

Acknowledgments

This project is under devlopment and part of Accenture hack and community service project.

(back to top)

About

A Flutter App. Aim to provide disease detail by scanning plant leaf

Resources

License

Stars

Watchers

Forks

Packages

No packages published