Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

aaronjalapon/crop-price-prediction

Domain:

agriculturesocioeconomic

Record type:

software
Creator:
aar
Host:
Crop Price Prediction (Senegal) is an end-to-end machine learning application designed to forecast food prices in Senegal. # 🌾 Crop Price Prediction (Senegal) An end-to-end machine learning project to forecast food prices in Senegal. This repository contains the data analysis, model training pipeline, and a production-ready Streamlit web application. ## πŸ“‹ Overview Food price volatility is a critical issue in many developing regions. This project aims to provide transparent and accessible price forecasting for crops in Senegal markets. The solution consists of: 1. **Data Analysis**: Exploratory Data Analysis (EDA) on WFP market data. 2. **Machine Learning**: A Random Forest Regressor trained to predict crop prices based on location, crop type, and temporal features. 3. **Web Application**: An interactive Streamlit dashboard for real-time predictions. ## ✨ Features - **Interactive Dashboard**: User-friendly interface to select crops, markets, and dates. - **Real-time Predictions**: Instant price forecasting in West African CFA Franc (XOF). - **Uncertainty Quantification**: Displays 95% confidence intervals for every prediction. - **Model Confidence Score**: Provides a reliability metric based on ensemble variance. - **Comprehensive Metadata**: Supports various crops (Rice, Maize, Millet, etc.) and regions across Senegal. ## πŸš€ Quick Start ### Prerequisites - Python 3.8+ - pip ### Installation 1. **Clone the repository** ```bash git clone github.com cd crop-price-prediction ``` 2. **Install dependencies** ```bash pip install -r requirements.txt ``` 3. **Run the application** ```bash streamlit run app.py ``` 4. **Access the app** Open your browser to `localhost` ## 🐳 Docker Usage Run the application in a containerized environment: ```bash # Build the image docker build -t crop-price-app . # Run the container docker run -p 8501:8501 crop-price-app ``` ## πŸ“‚ Project Structure ``` crop-price-prediction/ β”œβ”€β”€ app.py # Main Streamlit application β”œβ”€β”€ Price_Prediction.ipynb …

Visit

github.com

Licenses

MIT

Similar

Turindwa/Crop-price-prediction-model🌽 Crop Price Prediction in SenegalMaize crop price prediction in Ghana using time series modelsaradhya167/AI-BASED-CROP-PRICE-PREDICTION-AND-PROFIT-OPTIMIZED-MARKET-RECOMMENDATION-PLATFORM-FOR-FARMERSmushki2/kenya-crop-price-trackerFerinmtk/kenya-crop-price-forecast

Turindwa/Crop-price-prediction-model

Tried to develop a model that can be used to predict prices of the crops in Uganda. I used a Uganda

🌽 Crop Price Prediction in Senegal

This dataset contains information about crop prices in Senegal.

Maize crop price prediction in Ghana using time series models

ABSTRACTThe agribusiness has become very complex in recent years, and hence the importance of agricu

aradhya167/AI-BASED-CROP-PRICE-PREDICTION-AND-PROFIT-OPTIMIZED-MARKET-RECOMMENDATION-PLATFORM-FOR-FARMERS

**RythuRate** is an AI-powered crop price advisory platform that provides live mandi prices, predict

mushki2/kenya-crop-price-tracker

# Kenya Crop Price Tracker A web-based application to track real-time crop prices across various ma

Ferinmtk/kenya-crop-price-forecast

Monthly price forecasting for Kenyan crops. Full ML pipeline with leakage tests and honest baseline