An open API service indexing awesome lists of open source software.

https://github.com/asghar-rizvi/django-ml-apps

Using Django framework for backend and simple html css jquery, to build a simple yet efficient website to showcase my machine learning model. A ML model based on XGBOOST that can predict if you are applicable for loan or not, trained using a public dataset available on kaggle
https://github.com/asghar-rizvi/django-ml-apps

analysis django-application django-project django-rest-framework django-webapp machine-learning machine-learning-models prediction-model

Last synced: 3 months ago
JSON representation

Using Django framework for backend and simple html css jquery, to build a simple yet efficient website to showcase my machine learning model. A ML model based on XGBOOST that can predict if you are applicable for loan or not, trained using a public dataset available on kaggle

Awesome Lists containing this project

README

        

# 🚀 Django + Machine Learning Projects

This repository contains my projects that integrate **Django** with **Machine Learning / Deep Learning**. Each project includes **a trained model** deployed in a Django web application.

## 📌 Projects Included

| Project Name | ML Model Used | Features |
|-------------|-------------|---------|
| **Resume Screening System** | Random Forest Classifier | Classifies resumes into job categories |
| **Credit Score & Loan Approval** | XGBoost ML | Predicts credit scores & automates loan approvals |

## 🔧 Tech Stack
- **Frontend:** HTML, CSS, JavaScript
- **Backend:** Django, Django REST Framework
- **Machine Learning:** TensorFlow, Keras, Scikit-Learn
- **Database:** SQLite / PostgreSQL