Spaces:
Sleeping
Sleeping
grapplerulrich
commited on
Commit
·
b72fb4c
1
Parent(s):
d834e4c
Add todo list
Browse files
README.md
CHANGED
@@ -32,3 +32,13 @@ google_search_api_key = "api-key"
|
|
32 |
google_search_engine_id = "search-engine-id"
|
33 |
```
|
34 |
- To start the interface: `streamlit run app.py`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
google_search_engine_id = "search-engine-id"
|
33 |
```
|
34 |
- To start the interface: `streamlit run app.py`
|
35 |
+
|
36 |
+
### Todo
|
37 |
+
- [x] Fix issue of duplicate content extracted by beautifulsoup.
|
38 |
+
- [x] Exclude code from content
|
39 |
+
- [ ] Improve fetched content.
|
40 |
+
- [ ] Get some content from every search result.
|
41 |
+
- [ ] Find sentences that contain the search keywords.
|
42 |
+
- [ ] Summarization requires truncation. Find solution where not needed.
|
43 |
+
- [ ] Support German content.
|
44 |
+
- [ ] Improve queries to include more keywords (Expand abrivations & define context)
|