{"id":26256775,"url":"https://github.com/akshint0407/rice-classification-model","last_synced_at":"2026-04-11T13:33:52.076Z","repository":{"id":274794529,"uuid":"924088529","full_name":"Akshint0407/Rice-Classification-Model","owner":"Akshint0407","description":"This application utilizes a machine learning model to classify rice varieties based on various input features. Users can input parameters such as area, perimeter, and axis lengths to receive predictions on rice types.","archived":false,"fork":false,"pushed_at":"2025-03-02T08:41:36.000Z","size":1952,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T11:52:05.066Z","etag":null,"topics":["machine-learning","machine-learning-algorithms","python","streamlit","streamlit-webapp"],"latest_commit_sha":null,"homepage":"https://rice-classification-model-r5ckfnelx9dkyaeowmbug4.streamlit.app/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Akshint0407.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-01-29T11:53:00.000Z","updated_at":"2025-12-26T12:24:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"f19214d1-08a6-405d-91fc-cf144d9a29b4","html_url":"https://github.com/Akshint0407/Rice-Classification-Model","commit_stats":null,"previous_names":["akshint0407/rice-classification-model"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Akshint0407/Rice-Classification-Model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akshint0407%2FRice-Classification-Model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akshint0407%2FRice-Classification-Model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akshint0407%2FRice-Classification-Model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akshint0407%2FRice-Classification-Model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akshint0407","download_url":"https://codeload.github.com/Akshint0407/Rice-Classification-Model/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akshint0407%2FRice-Classification-Model/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["machine-learning","machine-learning-algorithms","python","streamlit","streamlit-webapp"],"created_at":"2025-03-13T20:19:18.135Z","updated_at":"2026-04-11T13:33:52.053Z","avatar_url":"https://github.com/Akshint0407.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rice Classification Model\n[![Streamlit App](https://img.shields.io/badge/Streamlit-App-blue)](https://rice-classification-model-r5ckfnelx9dkyaeowmbug4.streamlit.app/)\n\nThis repository contains a Machine Learning Model for classifying rice varieties based on various features. The model was trained using Support Vector Classification (SVC) algorithm and achieves an accuracy of 92%.\n\n## Project Structure\n - app.py                # Streamlit application\n - model                 # Directory containing the saved models\n - grid_classifier.pkl  # Trained model\n - scaled1.pkl          # Scaler for input features\n - requirements.txt      # Required packages\n - README.md             # Project documentation\n\n\n## Features\n\n- **Input Features**: \n  - Area\n  - Perimeter\n  - Major Axis Length\n  - Minor Axis Length\n  - Eccentricity\n  - Convex Area\n  - Extent\n\n- **Output**: Predicts the class of rice (e.g., Cammeo or Osmancik).\n\n## Provided Files\n\n- **Model Files**:\n  - `grid_classifier.pkl`: This is the trained SVC model that can be used for predictions.\n  - `scaled1.pkl`: This file contains the scaler used to normalize input features between 0 and 1.\n\n- **Jupyter Notebook**:\n  - `back_end.ipynb`: A comprehensive notebook that includes data cleaning, data visualization, preprocessing steps, and model training. This allows you to review the code and understand the entire process. You can also use it to retrain the model from scratch if desired.\n    \n## Usage\n\n1. Clone the repository:\ngit clone https://github.com/Akshint0407/Rice-Classification-Model.git\ncd Rice-Classification-Model\n\n2. Install the required packages:\npip install -r requirements.txt\n\n3. Run the Streamlit app on cmd:\nstreamlit run app.py\n\n4. Input the values for the features and click the predict button to see the predicted class.\n\n## Live Demo\n\nYou can view the deployed application at the following link:\n\n[![Streamlit App](https://img.shields.io/badge/Streamlit-App-blue)]([https://streamlit.io/](https://rice-classification-model-r5ckfnelx9dkyaeowmbug4.streamlit.app/))\u003cimg rc=\"https://img.shields.io/badge/Streamlit-App-blue\" width=\"200\"\u003e\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshint0407%2Frice-classification-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshint0407%2Frice-classification-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshint0407%2Frice-classification-model/lists"}