The GenAI-Powered Credit Access Platform aims to transform the landscape of credit access for underserved Micro, Small, and Medium Enterprises (MSMEs). By seamlessly connecting MSMEs with diverse financing options from lenders, investors, and government programs, this platform empowers businesses with tools to optimize financial management and enhance creditworthiness.
This solution is built on top of the existing open-source ERP community called IDURAR, which I have contributed to in the past. Leveraging the robust features and community support of IDURAR, this GenAI-powered platform enhances credit access for underserved MSMEs, driving financial inclusion and economic growth in previously overlooked markets.
link to my opensource community :) https://github.com/idurar/idurar-erp-crm
-
AI-Driven Financial Assessment: Leverage advanced AI algorithms to evaluate creditworthiness based on cash flow and historical data.
-
Seamless Integration with OCEN: Ensure efficient data exchange between MSMEs and financial institutions for streamlined loan processing.
-
Diverse Financing Options: Connect users with a variety of funding sources, including traditional lenders, investors, and government schemes.
-
User-Friendly Interface: Create an intuitive platform that promotes financial literacy, making it easier for MSMEs to understand their financing options.
-
Empowerment Tools: Provide tools and resources for financial management, helping MSMEs improve their credit profiles.
git clone https://github.com/Pratham-Jain-3903/GenAI_Credit_Access_Platform.git
cd GenAI_Credit_Access_Platform
Create your own MongoDB account by visiting the MongoDB website and signing up for a new account. Create a new database or cluster by following the instructions provided in the MongoDB documentation. Note down the "Connect to your application URI" for later use. Remember to change with your own password. Add your current IP address to the MongoDB database's IP whitelist to allow connections.
Create a file named .variables.env in the root directory. Copy all variables from tmp.variables.env. Paste the copied variables inside .variables.env to store environment variables for the project.
In the .variables.env file, update:
DATABASE="your-mongodb-uri"
with your actual MongoDB URI.
Navigate to the project root directory and run:
npm install
Execute the following command:
node setup/setup.js
Start the backend server:
npm run dev
Open a new terminal window and run:
cd frontend
npm install
Start the frontend server:
npm run start
License MIT/Massachusetts Institute of Technology (here LICENSE)
By contributing to this project, you agree that your contributions will be licensed under the MIT License.