azaher1215 commited on
Commit
5b79393
·
1 Parent(s): 18eb171

adding website section to report

Browse files
Files changed (1) hide show
  1. pages/4_Report.py +11 -1
pages/4_Report.py CHANGED
@@ -1092,8 +1092,18 @@ def render_report():
1092
  - The model is not able to handle complex queries and it is not able to handle synonyms and antonyms.
1093
  """)
1094
 
 
 
 
 
 
 
 
 
 
 
1095
  # References
1096
- st.markdown("### 6. References")
1097
  st.markdown("""
1098
  [1] Vaswani et al., "Attention Is All You Need," NeurIPS, 2017.
1099
  [2] Devlin et al., "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding," NAACL-HLT, 2019.
 
1092
  - The model is not able to handle complex queries and it is not able to handle synonyms and antonyms.
1093
  """)
1094
 
1095
+ st.markdown("### 7. Website Development")
1096
+ st.markdown("""
1097
+ - We used streamlit to develop the website. However, we faced few issues with the size of the trained model and we switched hosting to Hugging Face.
1098
+ - The website loades the pre-trained models and asks the user to add any picture to classify it.
1099
+ - The website also loads the recipes embeddings and top-k retrieval function and waits for the user to enter a query.
1100
+ - The query is then processed by the model and top-k recipes are returned.
1101
+ - All the findings and results are displayed in the report section of the website and is also available for download.
1102
+ """)
1103
+
1104
+
1105
  # References
1106
+ st.markdown("### 7. References")
1107
  st.markdown("""
1108
  [1] Vaswani et al., "Attention Is All You Need," NeurIPS, 2017.
1109
  [2] Devlin et al., "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding," NAACL-HLT, 2019.