NaikPriyank commited on
Commit
63f8412
·
verified ·
1 Parent(s): c9db278

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: Streamlit Chatbot
3
- emoji: 🔥
4
  colorFrom: indigo
5
  colorTo: yellow
6
  sdk: docker
@@ -20,6 +20,7 @@ To support multiple file types (e.g., JSON, CSV, TXT), you can modify the code a
20
  uploaded_file = st.file_uploader("Upload a file for processing", type=["json", "csv", "txt"])
21
 
22
  USER FLOW:
 
23
  1]Upload JSON File: The app processes the uploaded file and extracts meeting passages.
24
 
25
  2]Embedding Generation: The passages are converted into embeddings using a pre-trained transformer model.
@@ -30,4 +31,4 @@ USER FLOW:
30
 
31
  5]Retrieval & Reranking: Relevant passages are retrieved and reranked for relevance.
32
 
33
- 6]Response Generation: Contextual answers are generated using Google Generative AI.
 
1
  ---
2
+ title: ConvoTrack
3
+ emoji: 📚
4
  colorFrom: indigo
5
  colorTo: yellow
6
  sdk: docker
 
20
  uploaded_file = st.file_uploader("Upload a file for processing", type=["json", "csv", "txt"])
21
 
22
  USER FLOW:
23
+
24
  1]Upload JSON File: The app processes the uploaded file and extracts meeting passages.
25
 
26
  2]Embedding Generation: The passages are converted into embeddings using a pre-trained transformer model.
 
31
 
32
  5]Retrieval & Reranking: Relevant passages are retrieved and reranked for relevance.
33
 
34
+ 6]Response Generation: Contextual answers are generated using Google Generative AI.