Skip to content

sumairrasi/Diary-Farm-production-Forcast

Repository files navigation

Diary Farm Production Forcast

This project focused on forecasting dairy farm production using the Seasonal AutoRegressive Integrated Moving Average with eXogenous factors (SARIMAX) model. The objective is to predict future milk production levels by analyzing historical data and incorporating relevant external variables.

Features:

  • Data Collection and Preprocessing : Scripts to collect, clean, and preprocess dairy production data and relevant exogenous factors.
  • Model Training and Evaluation : Implementation of the SARIMAX model, including parameter tuning and performance evaluation.
  • Forecasting : Scripts to generate future production forecasts based on the trained SARIMAX model.
  • Visualization : Tools to visualize historical data, model performance, and forecasted production levels.

Steps:

  1. Clone this repo

  2. Create a virtual environment

  3. Install the requirements

    pip install -r requirements.txt
    
  4. Run this

    python app.py
    
  5. Now openup your localhost 0.0.0.0:8080 <<<<<<< HEAD

  6. For training pipeline run. Please change the required parameters and data values in params.yaml and schema.yaml

    python main.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published