wendru18 commited on
Commit
1fa04ef
·
1 Parent(s): dbb0751

added future improvements

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -11,4 +11,11 @@ pinned: false
11
 
12
  # Ask Youtube GPT
13
 
14
- Ask YouTube GPT allows you to ask questions about a set of YouTube Videos using Topic Segmentation, Universal Sentence Encoding, and Open AI.
 
 
 
 
 
 
 
 
11
 
12
  # Ask Youtube GPT
13
 
14
+ Ask YouTube GPT allows you to ask questions about a set of YouTube Videos using Topic Segmentation, Universal Sentence Encoding, and Open AI.
15
+
16
+ ## Ideas / Future Improvements
17
+
18
+ - [ ] Add "Suggest a question" feature (maybe through clustering?)
19
+ - [ ] Add explainable segment retrieval (i.e. why did that specific segment get chosen to answer the question?)
20
+ - [ ] Add OpenAI embeddings
21
+ - [ ] Improve the retrieval process allowing for the retrieval to return at least one segment from each video (This would in turn enable comparision of videos, i.e. which video explains topic X in more depth?)