Mitul Mohammad Abdullah Al Mukit commited on
Commit
5b421d8
1 Parent(s): 9312707

config file

Browse files
Files changed (1) hide show
  1. README.md +10 -24
README.md CHANGED
@@ -1,24 +1,10 @@
1
- # Similarity_check
2
-
3
- This application serves as a similarity check of user's name during registration
4
-
5
- ## Installation
6
-
7
- Use the package manager [pip](https://pip.pypa.io/en/stable/) to install packages.
8
- ```
9
- pip install -r requirements.txt
10
- ```
11
-
12
- ## Usage
13
-
14
- Run web UI
15
- ```
16
- streamlit run webapp.py
17
- ```
18
-
19
- ## Uploading Files
20
-
21
- jpg/jpeg format of the HKID and bank statement are required to run the application
22
-
23
- ## Connecion to database
24
- The code related to connecting to database is done through API request, and it can be checked in transaction_api repository.
 
1
+ ---
2
+ title: {{title}}
3
+ emoji: {{emoji}}
4
+ colorFrom: {{colorFrom}}
5
+ colorTo: {{colorTo}}
6
+ sdk: {{sdk}}
7
+ sdk_version: {{sdkVersion}}
8
+ app_file: webapp.py
9
+ pinned: true
10
+ ---