DrishtiSharma
commited on
Commit
•
99813f5
1
Parent(s):
067b1d3
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#include non-patent literature (NPL) - arxiv, mdpi, ncbi, random web articles + remove patent numbers which belong to the same family!
|
2 |
-
# ranking should be based on abstract, claims, summary of the patent rather than a particular embodiment!
|
3 |
import os
|
4 |
import streamlit as st
|
5 |
from main import generate_search_terms, search_on_google_patents, check_similarity_of_patents
|
|
|
1 |
#include non-patent literature (NPL) - arxiv, mdpi, ncbi, random web articles + remove patent numbers which belong to the same family!
|
2 |
+
# ranking should be based on title, abstract, claims, summary of the patent rather than a particular embodiment!
|
3 |
import os
|
4 |
import streamlit as st
|
5 |
from main import generate_search_terms, search_on_google_patents, check_similarity_of_patents
|