ReachOut is a project that facilitates micro-lending to users in the most remote areas of the world. Lenders can make numerous small, high-return investments that allow borrowers to purchase crucial items such as fertilizer, young animals, agricultural tools, or spare parts.
Accessibility
Our Android app provides an extremely accessible way to create proposals for loans, and to receive funds.
- The user interface requires zero literacy.
- An entire community can share a single device.
- Proposals created offline can be synched with our database when users travel to a city with internet.
Community Credit
Our lending model allows communities to build credit from scratch.
- Community leaders can endorse requests for loans.
- Endorsed loans that are repaid successfully increase the leader’s ReachOut credit score.
- This allows subsequent investors to invest in the community with confidence, without requiring the local nonprofits to underwrite loans
How it works
- Text-free Login: Users create accounts by taking pictures of themselves, and login by clicking on their picture and entering a pattern lock.
- Text-free Proposal Generation: Users are given a sequence of audio prompts about their requested loan and how they will use it. For each prompt, user responses are recorded as text using Google’s speech-to-text API. Users can play back their responses to verify that transcripts are accurate, and attach pictures to support their proposals.
- Database: Proposals are tracked in DynamoDB on Amazon Web Services, and stored data is used to calculate credit scores.
- Easy access to funds: Accounts and transfers are managed automatically using Capital One’s Nessie API. To withdraw cash from their loan, users allow a banker to type an account number into their their withdrawal screen, and the full amount of the loan is transferred.
Technologies used
Back-end: Capital One’s Nessie, DynamoDB, Amazon Web Services
Front-End: Android, Google speech-to-text and text-to-speech, Pattern lock, Camera integration
Challenges we ran into:
- Lots of moving parts, lots of tools to learn.
- Storing and retrieving data in DynamoDB required us to flatten our model, but we were able to do it without losing information.
- Creating a web client that interfaced with DynamoDB and Nessie was very difficult.
- Tracking a proposal through different states created a lot of unexpected difficulties.
Next steps
- Google Maps Integration: Automatically display satellite imagery of the borrower’s location.
- Localization of accounts, allowing leaders to view proposals within a certain radius.
- Create alternate prompts for different languages.
- Create more meaningful icons.
Log in or sign up for Devpost to join the conversation.