Skip to content

This is a simple mortgage repayment admin app built with Streamlit. It is a frontend app that allow a receipt to be uploaded and apply Optical Character Recognition (OCR) to extract information from the image.

Notifications You must be signed in to change notification settings

statsit/Mortgage-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mortgage Repayment Admin

This is a simple mortgage repayment admin app built with Streamlit. It is a frontend app that allow a receipt to be uploaded and apply Optical Character Recognition (OCR) to extract information from the image. The information is used to populate a form that use mortgage repayment API to calculate the monthly repayment and total repayment. The form is then submitted to the backend API for storage in the database. The app also allow the user to view all the mortgage repayment records in the database.

Demos

Admin View 1

App Screenshot

Admin View 2

App Screenshot

Admin View 3

App Screenshot

Admin View 4

App Screenshot

Installation

Prerequisites

  pip install poetry

Run Locally

  1. Clone the project
  git clone https://github.com/statsit/Mortgage-admin.git
  1. Go to the project directory
  cd Mortgage-admin
  1. Install dependencies
  poetry install
  1. Start the server. Ensure the backend is running before starting the frontend. Use port 8000 for the backend and port 3000 for the frontend. For backend, check here.
  poetry run streamlit run mortgage_admin/admin.py

Hi, I'm Ade! 👋

🚀 About Me

I'm a full stack AI developer...

Authors

🛠 Skills

AI, ML, DE, Python, Javascript, ReactJS, HTML, CSS...

🔗 Links

portfolio linkedin twitter

Acknowledgements

About

This is a simple mortgage repayment admin app built with Streamlit. It is a frontend app that allow a receipt to be uploaded and apply Optical Character Recognition (OCR) to extract information from the image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages