SkillAgentSearch skills...

AgriTech

An app with deep learning models to predict compatibility using soil images and also assists in minimising loss at harvest time by predicting prices.

Install / Use

/learn @vermashresth/AgriTech
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AgriTech

An app with deep learning model to predict compatibility using soil images and also assists in minimising loss at harvest time by predicting prices. Developed at IndiaHacks 2017

Requirements

  1. Beautiful Soup
  2. Tensorflow
  3. Numpy
  4. Pandas

How To Use

  1. First scrape crop prices data from agmarknet.gov.in using python web scraping website beautiful soup.
python scrap_crops.py

This will give output csv file for different states, crops and over different months.

  1. To predict prices of crops after harvesting period, run
python ./scripts/hack1.py

This uses a random forest regressor to predict prices.

  1. Train an inceptionv3 model inn tensorflow using transfer learning to classify soil type by image.
python ./scripts/retrain.py --imagedir <pathtoimages>
  1. Complete pipeline output\ Get best crop to grow from soil image taking into consideration price prediction after harvest time.
python ./scripts/label_image.py
View on GitHub
GitHub Stars13
CategoryEducation
Updated1y ago
Forks5

Languages

Python

Security Score

60/100

Audited on Mar 15, 2025

No findings