{"id":21281243,"url":"https://github.com/m-rishab/credbet","last_synced_at":"2026-04-02T01:03:13.466Z","repository":{"id":187029197,"uuid":"565885232","full_name":"m-rishab/Credbet","owner":"m-rishab","description":"A loan prediction web app which tells You that you are eligible for loan or not!","archived":false,"fork":false,"pushed_at":"2024-01-16T08:39:45.000Z","size":3358,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-18T09:07:26.700Z","etag":null,"topics":["decision-tree-classifier","matplotlib","numpy","pandas","python","scikit-learn"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/m-rishab.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-14T14:31:33.000Z","updated_at":"2024-01-15T07:59:27.000Z","dependencies_parsed_at":"2023-08-08T18:27:25.650Z","dependency_job_id":"ace8818e-8db1-49f7-8c9b-838080c315ba","html_url":"https://github.com/m-rishab/Credbet","commit_stats":null,"previous_names":["m-rishab/credbet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-rishab/Credbet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-rishab%2FCredbet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-rishab%2FCredbet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-rishab%2FCredbet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-rishab%2FCredbet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-rishab","download_url":"https://codeload.github.com/m-rishab/Credbet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-rishab%2FCredbet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: 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":["decision-tree-classifier","matplotlib","numpy","pandas","python","scikit-learn"],"created_at":"2024-11-21T10:46:29.635Z","updated_at":"2026-04-02T01:03:12.965Z","avatar_url":"https://github.com/m-rishab.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Credbet - Loan Approval Prediction System\n\nCredbet is a predictive modeling project that classifies whether a loan will be approved or not, utilizing machine learning algorithms, specifically the Random Forest Classifier.\n\n## Dataset\n\nThe project leverages datasets containing information from past loan applicants, considering various features to determine the loan status.\n\n## Approach\n\n\u003cimg src=\"https://github.com/m-rishab/Credbet/assets/113618652/3179477a-c5e1-49c0-aabb-d057cc1e7afc\" alt=\"Loan\" width=\"400\"\u003e\n\n### Project Overview\n\nThe random forest algorithm improves the flexibility and decision-making capacity of individual trees. It is another machine learning algorithm incorporating the ensemble learning theorem as its foundation, combining results from various decision trees to optimize training. In some use cases of loan and credit risk prediction, some features are more important than the rest or, more specifically, some features whose removal would improve the overall performance. Since we know the fundamentals of decision trees and how they choose features based on information gain, random forests would incorporate these benefits to give superior performance,\n\n\n## Model Used\n\nThe machine learning model employed in this project is the Random Forest Classifier, well-suited for classification problems.\n\n### Prediction Process\n\n1. **Click on the \"Predict\" Button:**\n   Open the web browser and navigate to [http://localhost:5000](http://localhost:5000). Click on the \"Predict\" button on the website.\n\n2. **Fill in the Required Form:**\n   Complete the form with information about the loan applicant. Input necessary details such as credit score, loan amount, lifestyle, career, and assets.\n\n3. **Click on the \"Submit\" Button:**\n   After filling in the form, click on the \"Submit\" button to get the prediction.\n\n## DEMO\n\n*DEMO-1*\n![9e82f3a5-90e4-4705-9ad1-36e1d0946ea4](https://github.com/m-rishab/Credbet/assets/113618652/eddc3fdd-387e-4b11-ad1d-db766084002c)\n\n*DEMO-2*\n![ff40755f-3305-4be5-ae96-fda68841b2e5](https://github.com/m-rishab/Credbet/assets/113618652/61417b95-5883-4731-810d-fb06e223426b)\n\n## How to Use\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/m-rishab/Credbet.git\n\n### Running the Application\n\n```bash\npython app.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-rishab%2Fcredbet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-rishab%2Fcredbet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-rishab%2Fcredbet/lists"}