Skip to content

Advaith1509/Financial_Risk_Assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Financial Risk Assessment

Course Code - CSL2010 Mentor - Dr. Avinash Sharma

DESCRIPTION -

This project aims to build a machine learning-based Financial Risk Assessment system to classify individuals or entities into different risk categories (e.g., low, medium, high). The project involved extensive exploratory data analysis (EDA) to understand the dataset and uncover key patterns, followed by preprocessing steps to clean and transform the data for optimal model performance. The system leverages various machine learning algorithms, including Logistic Regression, Support Vector Classifier, Decision Trees, Random Forest, and XGBoost, to predict financial risk based on historical financial data. The model also identifies key risk factors using feature importance analysis, providing valuable insights for financial institutions.

DEPLOYMENT

Follow the instructions below to set up and deploy the project locally:

  1. Set Up a Folder in VS Code : Create a new folder named Deployment in VS Code where 'app.py', financial_risk_assessment.csv', and 'Project_Code_final.py' is saved.

  2. Run the Project Code : In the folder, run the file Project_code.py to ensure that all necessary dependencies and models are set up correctly.

  3. Run the Application : After running the project code, run the app.py file to start the web application.

  4. Open the Folder on Your Computer : Open the folder where the project files are located (outside of VS Code, directly on your computer or laptop).

  5. Open the Terminal in the Folder : Navigate to the folder location in the file explorer, and then open the terminal in that same folder.

  6. Run the Streamlit Application : In the terminal, type the following command - "streamlit run app.py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages