vrn25 / SIH_CropCycle

This repository contains the code for the internal round of SIH 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIH_CropCycle

Description

This repository contains the code for the university round of the Smart India Hackathon, 2020. It includes the web application and the model developed to extract the crop cycle parameters from the given data. The Python notebook contains the analysis we performed on the data provided. The problem statement can be found here.

Instructions

Procedure to run:

  1. Install require packages in virtual environment using requirements.txt pip3 install -r requirements.txt
  2. Then makemigrations and migrate python3 manage.py makemigrations python3 manage.py migrate
  3. Finally runserver python3 manage.py runserver

Team Members

  • Videh Raj Nema
  • Vivesh Yadav
  • Adharsh Kamath
  • Shruthan R
  • Nirmal Khedkar
  • Prajna N Hebbar

About

This repository contains the code for the internal round of SIH 2020


Languages

Language:Jupyter Notebook 99.4%Language:JavaScript 0.2%Language:Python 0.2%Language:HTML 0.2%