myshirk commited on
Commit
054a10b
1 Parent(s): f19ebb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -8,16 +8,24 @@ def main():
8
  st.write("A case study for the National Centers for Environmental Information (NCEI)")
9
  st.image("noaa_logo.png", width=150)
10
 
11
- st.write("<b>Goal</b>: search for datasets in NCEI's Archive using natural language queries")
 
12
 
13
  st.image("ncei_banner.png")
14
 
15
  st.image("pres-whatisnoaa.png")
16
  st.image("pres-onestop.png")
17
  st.image("pres-problems.png")
 
 
18
  st.image("pres-sentencetransformers.png")
 
 
19
  st.image("pres-metadata.png")
20
  st.image("pres-creatingse.png")
 
 
 
21
  st.image("pres-futureplans.png")
22
 
23
  main()
 
8
  st.write("A case study for the National Centers for Environmental Information (NCEI)")
9
  st.image("noaa_logo.png", width=150)
10
 
11
+ st.write("**Goal**: search for datasets in NCEI's Archive using natural language queries")
12
+ st.write("[Repo](https://github.com/myrandaGoesToSpace/semantic-search-datasets)")
13
 
14
  st.image("ncei_banner.png")
15
 
16
  st.image("pres-whatisnoaa.png")
17
  st.image("pres-onestop.png")
18
  st.image("pres-problems.png")
19
+
20
+ st.write("##The Model: [Sentence Transformers](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1")
21
  st.image("pres-sentencetransformers.png")
22
+
23
+ st.write("##Project Data")
24
  st.image("pres-metadata.png")
25
  st.image("pres-creatingse.png")
26
+
27
+ st.write("##Results and Demo")
28
+
29
  st.image("pres-futureplans.png")
30
 
31
  main()