All Projects → meet-sapu → Crop-Yield-Prediction-Using-Satellite-Imagery

meet-sapu / Crop-Yield-Prediction-Using-Satellite-Imagery

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Crop-Yield-Prediction-Using-Satellite-Imagery

Bidirectiona-LSTM-for-text-summarization-
A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)
Stars: ✭ 73 (+65.91%)
Mutual labels:  lstm
Host-Load-Prediction-with-LSTM
host load prediction with Long Short-Term Memory in cloud computing
Stars: ✭ 28 (-36.36%)
Mutual labels:  lstm
LSTM-sentiment-analysis
LSTM sentiment analysis. Please look at my another repo for SVM and Naive algorithem
Stars: ✭ 19 (-56.82%)
Mutual labels:  lstm
dnd-lstm
A Python(PyTorch) implementation of memory augmented neural network based on Ritter et al. (2018). Been There, Done That: Meta-Learning with Episodic Recall. ICML.
Stars: ✭ 30 (-31.82%)
Mutual labels:  lstm
geoserver-rest
Python library for management for geospatial data in GeoServer. The geoserver-rest docs is available here,
Stars: ✭ 119 (+170.45%)
Mutual labels:  gdal
5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
RNN-LSTM that learns passwords from a starting list
Stars: ✭ 35 (-20.45%)
Mutual labels:  lstm
dltf
Hands-on in-person workshop for Deep Learning with TensorFlow
Stars: ✭ 14 (-68.18%)
Mutual labels:  lstm
EBIM-NLI
Enhanced BiLSTM Inference Model for Natural Language Inference
Stars: ✭ 24 (-45.45%)
Mutual labels:  lstm
crnn.caffe
crnn.caffe
Stars: ✭ 76 (+72.73%)
Mutual labels:  lstm
QTextRecognizer
A gui for tesseractOCR with some preprocessing image options (OpenCV) for improve character recognition
Stars: ✭ 27 (-38.64%)
Mutual labels:  lstm
DrowsyDriverDetection
This is a project implementing Computer Vision and Deep Learning concepts to detect drowsiness of a driver and sound an alarm if drowsy.
Stars: ✭ 82 (+86.36%)
Mutual labels:  lstm
tf-ran-cell
Recurrent Additive Networks for Tensorflow
Stars: ✭ 16 (-63.64%)
Mutual labels:  lstm
R Unet
Video prediction using lstm and unet
Stars: ✭ 25 (-43.18%)
Mutual labels:  lstm
Time-Series-Forecasting
Rainfall analysis of Maharashtra - Season/Month wise forecasting. Different methods have been used. The main goal of this project is to increase the performance of forecasted results during rainy seasons.
Stars: ✭ 27 (-38.64%)
Mutual labels:  lstm
algorithmia
No description or website provided.
Stars: ✭ 15 (-65.91%)
Mutual labels:  lstm
topo
A Geometry library for Elixir that calculates spatial relationships between two geometries
Stars: ✭ 125 (+184.09%)
Mutual labels:  spatial-analysis
MTL-AQA
What and How Well You Performed? A Multitask Learning Approach to Action Quality Assessment [CVPR 2019]
Stars: ✭ 38 (-13.64%)
Mutual labels:  lstm
squidpy
Spatial Single Cell Analysis in Python
Stars: ✭ 235 (+434.09%)
Mutual labels:  spatial-analysis
lstm-numpy
Vanilla LSTM with numpy
Stars: ✭ 17 (-61.36%)
Mutual labels:  lstm
BiLSTM-CRF-NER-PyTorch
This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.
Stars: ✭ 109 (+147.73%)
Mutual labels:  lstm

Yield-Prediction-Using-Sentinel-Data

The motive here is to predict the yield of crops of a particular farm by the change in pixels of the image of farm yearly . The satellite data used is of sentinel, sentinel is a launched by European Space Agency and the data is open source.

  1. Sentinel Image Products Scraping - The script in this folder scraps a patch of land containing our farm of interst, this scripts automatically scraps all the images through out the year.

  2. Preprocessing and Cropping - The script in this folder will crop the farm which we need to analyze according to coordinates provided by the user and also does feature engineering on the cropped images.

  3. Tensorflow Model - The script in this folder has the algorithm , it is still under testing ang the algorithm is somewhat similar to algorithm from this paper: https://cs.stanford.edu/~ermon/group/website/papers/jiaxuan_AAAI17.pdf.

In the above mentioned paper the data used is of NASA which is of low resolution as compared to that of Sentinel.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].