Skip to content
/ padiku Public

This project involves creating a dashboard and performing predictive analysis for rice production on Sumatra Island using a regression-based algorithm.

Notifications You must be signed in to change notification settings

fendy07/padiku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Padiku App

Welcome to Padi App! 🌾

This project involves creating a dashboard and performing predictive analysis for rice production on Sumatra Island using a regression-based algorithm.

How to run this app?

  1. Clone this repository

  2. After clone this repository, create a new Python Virtual environment with Conda or Venv: Python

python -m venv <environment-name>

Conda

conda create -n <environment-name> 
  1. After creating a virtual environment, don't forget to activate venv or conda:

Python

cd <environment-name>\Scripts\activate.bat

Conda

conda activate <environment-name>
  1. After activating virtual environment, don't forget to go back to navigate project directory:
(environment-name) C:\Users\HP\project\padiku>
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Run the Streamlit App:
streamlit run app.py

Demo

Watch Demo Video

License

This project is licensed by Fendy Hendriyanto as creator.

About

This project involves creating a dashboard and performing predictive analysis for rice production on Sumatra Island using a regression-based algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published