Code Monkey home page Code Monkey logo

gladiator07 / harvestify Goto Github PK

View Code? Open in Web Editor NEW
405.0 8.0 374.0 74.23 MB

A machine learning based website that recommends the best crop to grow, fertilizers to use, and the diseases caught by your crops.

Home Page: https://harvestify.herokuapp.com/

License: GNU General Public License v3.0

Python 1.09% CSS 0.58% HTML 0.43% Jupyter Notebook 97.89% Procfile 0.01%
fertilizers crops machinelearning deep-learning computer-vision precisionagriculture crop-recommendation fertilizer-recommendation

harvestify's Introduction

Hi ๐Ÿ‘‹, I'm Atharva

Teaching machines to learn, one byte at a time

Welcome to my Profile. This is an overview of all the work I did and I'm planning to do.


Contact Me

Hit me up on any platform on my linktree or the ones mentioned below if you want to have a talk!

Other platforms

twitter linkedin twitter kaggle W&B YouTube


About Me

  • ๐Ÿ”ญ I am Data Scientist at Wolters Kluwer where I work mostly on Document AI and LLMs, developing end-to-end MLOPs pipelines for extracting information from PDFs.
  • ๐Ÿš€ I am an Ambassador for Weights & Biases
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Kaggle Competitions
  • ๐Ÿ’ช I love contributing to open-source libraries.
  • โšก Fun fact: I love to participate in Machine Learning competitions and I'm a Kaggle Competition Expert and highly active there

Recent work

I was a speaker at inaugural Weights & Biases MLOps conference (Fully Connected 2023). You can listen to my talk here. [Announcement LinkedIn Post]


๐Ÿ›  My Projects

Click on the project name to directly go to it's GitHub Repository and click demo app to see a live demo of the project


๐Ÿ† Achievements

Click on the competition name to go to it's overview page and click solution + code links to see the approach and source code


๐Ÿ“ Open-Source Contributions

  • Fixed an example script on HuggingFace ๐Ÿค— transformers repository for XLA devices - [PR]
  • Made the experiment trackers to launch only on main process in distributed setups on ๐Ÿค— Accelerate library - [PR]
  • Fixed several examples and removed the check for main process after fixing the tracker's initialization on all processes on ๐Ÿค— Accelerate library - [PR]
  • Update several ๐Ÿค— transformers no_trainer scripts leveraging ๐Ÿค— Accelerate to remove the check for is_main_process while initiating trackers by accelerator.init_trackers() as this issue was fixed by me in this PR - [PR]
  • Contributed a report to Weights & Biases showcasing the integration of MONAI and W&B - [PR]

TODO: add more contributions


โœ๏ธ Blogs


๐Ÿ’ช Currently working on

  • Kaggle competitions and Open-Source :)

Atharva's github stats

harvestify's People

Contributors

gladiator07 avatar manoj908 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

harvestify's Issues

Push rejected, failed to compile Python app.

hey! I tried deploying your app with some changes in the Heroku app and it is showing me the following error
ERROR: No matching distribution found for ipython==7.18.0 (from -r /tmp/build_e84c51fe/requirements.txt (line 22))
! Push rejected, failed to compile Python app.
! Push failed
any suggestions or help would be greatly appreciated. Thank you!

Activate the Environment First!

The documentation is misleading, firstly we have to activate the harvestify python environment, then install all the requirements for the project to work. So the correct order will be as follows:

conda create -n harvestify python=3.6.12
conda activate harvestify
pip install -r requirements.txt

.iloc[0] functionin the data raw notebooks

image

AttributeError Traceback (most recent call last)
in ()
1 for label in extract_labels:
----> 2 new_fert = new_fert.append(fert[fert['Crop'] == label].iloc[0])

AttributeError: 'str' object has no attribute 'append'

i am issue in dieses detection

i am facing issue in dieses detection in analysis

  1. ![Screenshot #@
    data_dir = "../input/new-plant-diseases-dataset/New Plant Diseases Dataset(Augmented)/New Plant Diseases Dataset(Augmented)"
    train_dir = data_dir + "/train"
    valid_dir = data_dir + "/valid"
    diseases = os.listdir(train_dir)

error is

FileNotFoundError: [WinError 3] The system cannot find the path specified: '../input/new-plant-diseases-dataset/New Plant Diseases Dataset(Augmented)/New Plant Diseases Dataset(Augmented)/train'

Disease Detection - Image type

Hi, when I try to upload a crop leaf image type of .png,.jpeg, it is redirecting me to the previous page. It is only accepting .jpg files. How can I enable it to take other images of .png,.jpeg type too?

Issue in crop recommendation

wheen we try to predict crops with differnet value sets the same crop (Kidneybeans ) is showing as the result . The same result repeat for all sets of values (even exact values as in data sets too).

image error

If I am uplaod another image insted of plant leaf in disease prediction show the solution about this image why not show error

Throws Internal Server Error, If we put String values in Fields

I would suggest to use

input type="number"
in HTML where only integers required

Instead of

input type="text"

Though you are converting into integer in predict function, but if anyone will enter string value example : 'abc' it will not convert into integer and application will throw Internal Server Error.

Internal server error

Im getting an Internal server error when i test for fertilizer recommendation. Rest of them working fine. Can anyone help me with fertilizer recommendation?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.