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

https://github.com/databytesun/loan-prediction


https://github.com/databytesun/loan-prediction

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Loan-Prediction
### Software and Tools Requirements

1. [Github Account](https://github.com)
2. [VS Code IDE](https://code.visualstudio.com/)
3. [GITCLI](https://git-scm.com/book/en/v2/Getting-Started-The-Command-Line)

Create a new Environment

```
conda create -n Loan_pred python==3.11.2 -y
```