galihboy commited on
Commit
dcd1cfe
Β·
verified Β·
1 Parent(s): c869b02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -10
README.md CHANGED
@@ -1,19 +1,27 @@
1
  ---
2
  title: Skripsi
3
- emoji: πŸš€
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
  tags:
9
  - streamlit
 
 
 
10
  pinned: false
11
- short_description: Streamlit template space
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
 
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
 
 
 
 
1
  ---
2
  title: Skripsi
3
+ emoji: πŸ”Ž
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ app_file: app.py
8
  tags:
9
  - streamlit
10
+ - semantic-search
11
+ - faiss
12
+ - sentence-transformers
13
  pinned: false
14
+ short_description: Semantic Search Database Skripsi IF UNIKOM
15
  ---
16
 
17
+ # Semantic Search β€” Skripsi IF UNIKOM
18
 
19
+ Aplikasi pencarian semantik untuk database skripsi Prodi Teknik Informatika UNIKOM.
20
+ Input berupa judul/kueri β†’ diubah ke embedding β†’ dicocokkan ke FAISS index β†’ ditampilkan top-K hasil beserta metadata (NIM, Nama, Pembimbing, Tahun, Semester).
21
 
22
+ Fitur
23
+ πŸ” Pencarian semantik top-K (FAISS)
24
+ πŸ“š Tampilkan ringkas + detail hasil
25
+ βš™οΈ Ganti jumlah hasil via sidebar
26
+
27
+ Made with ❀️ by Galih Hermawan. Akabot Research Group. Informatika. UNIKOM.