# Similarity_check This application serves as a similarity check of user's name during registration ## Installation Use the package manager [pip](https://pip.pypa.io/en/stable/) to install packages. ``` pip install -r requirements.txt ``` ## Usage Run web UI ``` streamlit run webapp.py ``` ## Uploading Files jpg/jpeg format of the HKID and bank statement are required to run the application ## Connecion to database The code related to connecting to database is done through API request, and it can be checked in transaction_api repository.