{"id":19564591,"url":"https://github.com/rogendo/crop_yield_prediction","last_synced_at":"2026-02-07T09:32:33.781Z","repository":{"id":174368954,"uuid":"624532442","full_name":"Rogendo/Crop_Yield_Prediction","owner":"Rogendo","description":"This project is a crop yield prediction. It predicts the most suitable crop to be cultivated or grown in a certain area with certain temperatures, rainfall, soil ph etc.","archived":false,"fork":false,"pushed_at":"2024-11-02T14:13:41.000Z","size":802,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"deployed","last_synced_at":"2025-08-04T11:23:08.533Z","etag":null,"topics":["farming","machine-learning","prediction","streamlit"],"latest_commit_sha":null,"homepage":"https://rogendo-crop-yield-prediction-app-deployed-xaznzw.streamlit.app/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rogendo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-06T17:21:05.000Z","updated_at":"2024-11-02T14:13:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"8027310d-0696-456c-aeb6-8cde334306f6","html_url":"https://github.com/Rogendo/Crop_Yield_Prediction","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.18181818181818177","last_synced_commit":"bf78e820f9e7afa8ae3d67f096e7a4dbeb5df79d"},"previous_names":["rogendo/crop_yield_prediction"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rogendo/Crop_Yield_Prediction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogendo%2FCrop_Yield_Prediction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogendo%2FCrop_Yield_Prediction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogendo%2FCrop_Yield_Prediction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogendo%2FCrop_Yield_Prediction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rogendo","download_url":"https://codeload.github.com/Rogendo/Crop_Yield_Prediction/tar.gz/refs/heads/deployed","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogendo%2FCrop_Yield_Prediction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29191405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["farming","machine-learning","prediction","streamlit"],"created_at":"2024-11-11T05:22:40.006Z","updated_at":"2026-02-07T09:32:33.753Z","avatar_url":"https://github.com/Rogendo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\u003cimg src=\"logo.png\" /\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e Crop Yield Prediction - Readme.md\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e Intro - Welcome to Crop Yield Prediction model, making predictions easy for you\u003c/p\u003e\n\n\u003chr/\u003e\n\n\u003cp\u003e The Crop yield prediction  uses a series of inputs to analyze a crop's growwing factors such as soil ph, temperature, rainfall, Potassium, Nitrogen and Phosporus level. Based on the results, it recommends potential crop grown. \u003c/p\u003e\n\n# How to run it?\n\nThe following instructions were tested on the Windows and Linux with Python 3.8.\n\n1. Clone this repository\n\n```\n\ngit clone   https://github.com/Rogendo/Crop_Yield_Prediction.git\n\n```\n\n```\n\ncd Crop_Yield_Prediction/\n\n```\n\n2. Create and activate virtual environment \n\n```\n\npython -m venv venv\n\n```\n\non Linux system\n\n```\n\nsource venv/bin/activate\n\n```\n\non Windows system\n\n```\n\n.\\venv\\Scripts\\activate.bat\n\n```\n\n3. Install requirements\n\n```\n\npip install  -r requirements.txt\n\n```\n\n4. Run the project \n\n```\n\nstreamlit run app.py\n\n```\n\n![Screenshot 2023-04-09 210137](https://user-images.githubusercontent.com/62094358/230796373-a9a891c3-d416-45af-83f6-1abd7ffc1a37.png)\n\n\u003ch3\u003e List of features \u003c/h3\u003e\n\n\u003cul\u003e\n \n  \u003cli\u003eCrop yield prediction\u003c/li\u003e\n\u003c/ul\u003e\n\n\n\n\n\n\n\n\n\u003ch3\u003eContributing\u003c/h3\u003e\nKeep it simple..\n\n\u003ch3\u003eAuthor or Acknowledgments\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003ePeter Rogendo\u003c/li\u003e\n\n\u003c/ul\u003e\n\n\u003ch3\u003eLicense\u003c/h3\u003e\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogendo%2Fcrop_yield_prediction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogendo%2Fcrop_yield_prediction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogendo%2Fcrop_yield_prediction/lists"}