https://github.com/kishore-sr/creditworthy
AI-powered web app built at "Codeathon 2024" IIIT Bangalore
https://github.com/kishore-sr/creditworthy
clerk-auth node-js numpy pandas python reactjs streamlit
Last synced: 2 months ago
JSON representation
AI-powered web app built at "Codeathon 2024" IIIT Bangalore
- Host: GitHub
- URL: https://github.com/kishore-sr/creditworthy
- Owner: Kishore-SR
- Created: 2024-11-20T17:16:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:50:22.000Z (over 1 year ago)
- Last Synced: 2025-01-26T07:43:46.938Z (over 1 year ago)
- Topics: clerk-auth, node-js, numpy, pandas, python, reactjs, streamlit
- Language: JavaScript
- Homepage: https://creditworthy.vercel.app
- Size: 843 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CreditWorthy 🏛️
CreditWorthy is a web app designed to assess the creditworthiness of unbanked nano-entrepreneurs, such as local vegetable vendors, laundry service providers, and kirana store owners.
This project was created for the **AI & Data Science Codeathon 2024**, a 24-hour hackathon organized by RBIHub, IIITB Innovation Center, in collaboration with Canara Bank, held on **20-21 November 2024**.
`🏅 Our team "Cosmic" proudly secured 2nd Runner-Up, winning ₹75,000 for this project CreditWorthy.`
[](https://creditworthy.vercel.app/)
[](https://youtu.be/vte1DKiFjAM?si=IpzgvN7MllpUI_BB)
## Problem Statement
> The problem statement, *"AI-Driven Credit Access for Unbanked Nano-Entrepreneurs,"* was provided by the RBIH team during the Codeathon 2024. Our project addresses this challenge by empowering nano-entrepreneurs with innovative AI solutions for financial inclusion.
### Features
- **AI-Based Credit Scoring**: Uses AI to evaluate creditworthiness based on transaction patterns, business performance, and other alternative data.
- **Simple Authentication**: Users authenticate via phone number to easily access the platform.
- **Efficient Data Processing**: Minimal data collection for accurate and efficient credit scoring.
- **Financial Inclusion**: Helps nano-entrepreneurs access formal credit, enabling business growth and economic empowerment.
### Built Using
[](https://reactjs.org/)
[](https://www.python.org/)
[](https://scikit-learn.org/)
[](https://clerk.dev/)
[](https://expressjs.com/)
[](https://nodejs.org/)
[](https://vitejs.dev/)
[](https://pandas.pydata.org/)

[](https://numpy.org/)
### Project Preview











### Run the Project Locally
1. Clone the repository:
```bash
git clone https://github.com/Kishore-SR/CreditWorthy.git
```
2. Navigate to the project directory:
```bash
cd CreditWorthy
```
3. Install dependencies:
```bash
npm install
```
4. Run the development server:
```bash
npm run dev
```
5. Open `http://localhost:5173` in your browser to see this project.
### Additional Commands
- **Run Node Server** (to store contact form data):
```bash
node server.js
```
- **Convert ePassbook to JSON** (using Python script):
```bash
python convert.py
```
- **Run AI Model** (with Streamlit for credit analysis):
```bash
streamlit run Filename.py
```
Select the appropriate JSON file for credit analysis during the run.
## Team Cosmic
[](https://www.linkedin.com/in/Kishore-SR)
[](https://www.linkedin.com/in/harshavardhan-md/)
[](https://www.linkedin.com/in/hitesh-p-aa55662a3)
[](https://www.linkedin.com/in/jeevan-n-39a5652a3)
[](https://www.linkedin.com/in/rishi-majeti-01b6102b4/)