{"id":25488176,"url":"https://github.com/chisa-dev/massa","last_synced_at":"2025-04-09T22:23:32.478Z","repository":{"id":192296954,"uuid":"686445484","full_name":"chisa-dev/massa","owner":"chisa-dev","description":"Massaa is Amharic word with meaning 'Farm'. Our \"AI for Agriculture\" app offers a solution by providing personalized insights. Through advanced data analytics, we empower farmers to make well-informed decisions about crop selection, timing, resource management, and more.","archived":false,"fork":false,"pushed_at":"2023-09-03T09:08:51.000Z","size":14794,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T07:56:48.443Z","etag":null,"topics":["flutter"],"latest_commit_sha":null,"homepage":"https://horansoftware.com/massa","language":"Dart","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/chisa-dev.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}},"created_at":"2023-09-02T20:20:45.000Z","updated_at":"2024-12-04T04:15:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"c11abebc-6bc4-4562-93ed-816295712e49","html_url":"https://github.com/chisa-dev/massa","commit_stats":null,"previous_names":["gemechis-elias/massa","chisa-dev/massa"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisa-dev%2Fmassa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisa-dev%2Fmassa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisa-dev%2Fmassa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisa-dev%2Fmassa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chisa-dev","download_url":"https://codeload.github.com/chisa-dev/massa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120924,"owners_count":21051048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["flutter"],"created_at":"2025-02-18T20:49:59.814Z","updated_at":"2025-04-09T22:23:32.456Z","avatar_url":"https://github.com/chisa-dev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is Massa\nMassaa is Amharic word with meaning 'Farm'. Our \"AI for Agriculture\" app offers a solution by providing personalized insights. Through advanced data analytics, we empower farmers to make well-informed decisions about crop selection, timing, resource management, and more. This bridges the information gap, enhances yields, increases profitability, and promotes sustainable farming practices in the region.\n\n## Screenshot Demo\n\n\u003cdiv style=\"display: flex; flex-direction: row;\"\u003e\n  \u003cimg src=\"screenshot/image_1.jpg\" alt=\"Mobile App Screenshot\" width=\"180\" /\u003e\n  \u003cimg src=\"screenshot/image_2.jpg\" alt=\"Mobile App Screenshot\" width=\"180\" /\u003e\n  \u003cimg src=\"screenshot/image_3.jpg\" alt=\"Mobile App Screenshot\" width=\"180\" /\u003e\n  \u003cimg src=\"screenshot/image_4.jpg\" alt=\"Mobile App Screenshot\" width=\"180\" /\u003e\n\u003c/div\u003e\n\n \n## Features Added Yet:\n- Daily Insight \n- Chat With AI\n- Recommendation\n\n## Chating With AI\n```json\n   {\"message\":\" hi \"}\n    res: {\n    \"status\": true,\n    \"message\": {\n        \"text\": \"Hello! How can I assist you today?\"\n    }\n    }\n    error: {\n    \"status\": false,\n    \"message\": \"The message field is required.\"\n    }\n\n```\n\n## Request Recommendation \u0026 Insight to AI\n```json\n{\n  \"SoilData\": {\n    \"SoilType\": \"loam\",\n    \"pHLevel\": 1.5,\n    \"ErosionSusceptibility\": 15\n  },\n  \"location\": {\n    \"longtude\": 25,\n    \"latitude\": 10,\n    \"city\":\"optional\"\n  },\n  \"HistoricalCropYields\": [\n    {\n      \"CropType\": \"Wheat\",\n      \"YieldData\": [\n        {\n          \"Year\": 2020,\n          \"Yield\": 1200\n        },\n        {\n          \"Year\": 2019,\n          \"Yield\": 1100\n        }\n      ]\n    },\n    {\n      \"CropType\": \"Corn\",\n      \"YieldData\": [\n        {\n          \"Year\": 2020,\n          \"Yield\": 800\n        },\n        {\n          \"Year\": 2019,\n          \"Yield\": 750\n        }\n      ]\n    }\n  ],\n  \"PestAndDiseaseData\": {\n    \"CommonPests\": [\"Aphids\", \"Whiteflies\"],\n    \"CommonDiseases\": [\"Powdery Mildew\", \"Rust\"]\n  }\n}\n```\n\n## Respose From AI\n```json \n{\n    \"status\": true,\n    \"0\": {\n        \"CropRecommendations\": {\n            \"PossibleCropTypes\": [\n                {\n                    \"CropType\": \"Lettuce\",\n                    \"Yield\": \"1200 kg/acre\"\n                },\n                {\n                    \"CropType\": \"Beans\",\n                    \"Yield\": \"800 kg/acre\"\n                },\n                {\n                    \"CropType\": \"Cabbage\",\n                    \"Yield\": \"1000 kg/acre\"\n                }\n            ],\n            \"CropRotationPlan\": [\n                \"Year 1: Lettuce\",\n                \"Year 2: Beans\",\n                \"Year 3: Cabbage\"\n            ],\n            \"PlantingAndHarvestingTime\": {\n                \"Lettuce\": {\n                    \"PlantingTime\": \"Spring or fall, when temperatures range between 45-75°F\",\n                    \"HarvestingTime\": \"Harvest leaves as needed, typically around 60-70 days after planting\"\n                },\n                \"Beans\": {\n                    \"PlantingTime\": \"Cool weather: Spring for early cabbage, late spring to early summer for mid-season cabbage; Warm weather: Late summer to early fall for late cabbage\",\n                    \"HarvestingTime\": \"After heads form and reach desired size, typically around 80-180 days after planting depending on variety\"\n                }\n            },\n            \"FertilizerNeeds\": [\n                {\n                    \"CropType\": \"Lettuce\",\n                    \"Fertilizers\": [\n                        {\n                            \"Type\": \"Nitrogen\",\n                            \"Amount\": \"100 kg/acre\"\n                        }\n                    ]\n                },\n                {\n                    \"CropType\": \"Beans\",\n                    \"Fertilizers\": [\n                        {\n                            \"Type\": \"Phosphorus\",\n                            \"Amount\": \"80 kg/acre\"\n                        },\n                        {\n                            \"Type\": \"Nitrogen\",\n                            \"Amount\": \"120 kg/acre\"\n                        }\n                    ]\n                },\n                {\n                    \"CropType\": \"Cabbage\",\n                    \"Fertilizers\": [\n                        {\n                            \"Type\": \"Potassium\",\n                            \"Amount\": \"60 kg/acre\"\n                        },\n                        {\n                            \"Type\": \"Nitrogen\",\n                            \"Amount\": \"80 kg/acre\"\n                        }\n                    ]\n                }\n            ],\n            \"PesticideHerbicideFungicideNeeds\": {\n                \"Pesticides\": [\n                    \"Pesticide A\",\n                    \"Pesticide B\"\n                ],\n                \"Herbicides\": [\n                    \"Herbicide X\",\n                    \"Herbicide Y\"\n                ],\n                \"Fungicides\": [\n                    \"Fungicide P\",\n                    \"Fungicide Q\"\n                ]\n            },\n            \"AdditionalWaterNeeds\": {\n                \"Lettuce\": \"Regular irrigation during dry periods.\",\n                \"Beans\": \"Moderate water requirement throughout the growing season.\",\n                \"Cabbage\": \"Tolerant to drought but benefits from regular watering.\"\n            },\n            \"PossibleDiseasesAndRisks\": {\n                \"CommonDiseases\": [\n                    \"Powdery Mildew\",\n                    \"Rust\"\n                ],\n                \"Risks\": [\n                    \"Potential drought in mid-summer\",\n                    \"Susceptibility to aphid infestation\"\n                ]\n            }\n        },\n        \"ToolsNeeded\": [\n            \"Tractors\",\n            \"Plows\",\n            \"Seeders\",\n            \"Irrigation Equipment\",\n            \"Spraying Equipment for Pesticides and Fertilizers\"\n        ]\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchisa-dev%2Fmassa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchisa-dev%2Fmassa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchisa-dev%2Fmassa/lists"}